As suggested by the other posters, the statement is wrong, but I want to address Git Gud's idea.
Claim: No natural number is equal to $2$. $(P(n) \iff n \neq 2 )$
We will prove this theorem using the principle of broken induction. First, we see that $P(1)$ is true, since $1 \neq 2$.
Next, we show that $P(k) \Rightarrow P(k+1)$ for all $k \geq 2$.
Case #1; suppose that $k = 2$. Then $P(k)$ is false, and thus $P(k) \Rightarrow P(k+1)$ is vacuously true.
Case #2; suppose that $k > 2$. Then $P(k)$ is true, and $k + 1 > 2$. Thus, $k+1 \neq 2$, so $P(k+1)$ is true. Thus, $P(k) \Rightarrow P(k+1)$ is true.
Since $P(k) \Rightarrow P(k+1)$ holds for all $k \geq 2$, and $P(1)$ has been shown to be true, the proof is complete.
Thus, no natural number equals $2$.