Whoops, this is the induction principle. Still, this might be helpful to the OP (and of course they're equivalent), so I'll leave it up.
$$\forall S[S\subseteq \mathbb{N}\wedge 0\in S\wedge\forall n(n\in\mathbb{N}\wedge n\in S\implies n+1\in S)\implies S=\mathbb{N}].$$
In case you haven't seen this symbol before, "$\wedge$" is the logical symbol for "and." think of it as being like set intersection: $x\in A\cap B$ iff $x\in A\wedge x\in B$.
Translation: "For every set $S$, if $S$ is a set of natural numbers which contains $0$ and contains $n+1$ whenever it contains $n$, then $S$ is all of $\mathbb{N}$."
Note that this isn't strictly a conditional: it has the form "$\forall(\implies)$," not just "$\implies$." Similarly, the "contrapositive" will have a "$\forall$" on the outside - really, what you'll be doing is taking the contrapositive of the inside of the expression above.
Often, though, the "$\forall S$" is left out; what we get then isn't strictly a sentence, since it has a free variable (namely, $S$), but we often conflate a formula $\varphi(x_1, ..., x_n)$ with some free variables with the sentence $\forall x_1...\forall x_n(\varphi(x_1, ..., x_n))$ when no confusion will arise (but this is an abuse of notation).