1

$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?

FarmerZee
  • 417

1 Answers1

2

$0$ is not a positive integer, so the induction rule cannot be applied at all from $P(0)$ being true to derive the truth of higher $P(n)$.

Parcly Taxel
  • 103,344