$P(0)$ is true; for all positive integers $n$, if $P(n)$ is true, then $P(n+2)$ is true.
So my understanding is that $n$ can be $0, 2, 4, 6, 8,...$ (all positive even integers bigger or equal to zero).
Since
$P(0)\implies P(2)$
$P(2)\implies P(4)$
And so on.
However, the answer to this question is that $n$ is $0$ only.
Why is this so?