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?