Actually, I want a proposition $P(n)$ defined over the natural numbers such that:
- $P(a)$ is true.
- $P(b)$ is false.
- $P(c)$ is true.
- $a<b<c$.
- $P(n)$ is true for all $n \geq n_0$.
- We can prove (5) by induction.
In other words, I want a proposition whose evaluation oscillates for small numbers, and then is true for all sufficiently large numbers.
Is there such thing?
$2^n \ge n^2$ is true at $0$, true at $1$, true at $2$, false at $3$, true at $4$, and then true forever. One can prove by induction that it is true for all $n\ge 4$.