To show a property P is true of all the nonnegative integers, show that P(0) and P(1) are true, that P(n) is true if n is a prime, and for all m, n ∈ N,(P(m) ∧ P(n) → P(mn)).
I assume that P(0) and P(1) are base cases... and that P(n) is true if n is a prime is vacuously (not sure if this is the correct terminology) true. So property P is true of all nonnegative integers because we show that the inductive step, (m, n ∈ N,(P(m) ∧ P(n) → P(mn))) is true.
I get that the property P can be shown to be true of all non negative integers, but what is a valid way of showing that the inductive step is true?
Let P be such that P(0) and P(1) are true, that P(n) is true if n is a prime, and for all m, n ∈ N,(P(m) ∧ P(n) → P(mn)). We seek to prove that P(n) is true for all n.
We proceed by the strong form of induction. That P(0) is true is a hypothesis, so we need only show that if P(k) is true for all $k \le n$, then P(n + 1) is true.
Case I: n + 1 is 1. In this case, P(n + 1) is true by hypothesis.
Case II: n + 1 is prime. In this case, P(n + 1) is true by hypothesis.
Case III: n + 1 is composite. In this case, there exist $a, b \lt n + 1$ such that $ab = n + 1$. Since P(a) and P(b) are both true by the inductive hypothesis, we have that P(n + 1) = P(ab) is true by hypothesis.