Let $f$ be a function from $\mathbb{N}$ to $ \mathbb{N}$ such that $\forall n \in \mathbb{N}$, $f(f(n)) <f(n+1)$.
Prove that $\forall k \geq n$, $f(k) \geq n$.
I've put much time and effort to solve this but unfortunately couldn't.
I tried to prove a simpler version $\forall n\geq 0$, $f(n) \geq n$.
for $n = 0$, $f(0) \geq 0$ because it's absurd otherwise.
We can use the same idea to prove that $f(1) \geq 1$ and so on, but as each time you have to find $n$ contredictions. I tried to use recursion, but, you know, I failed.
Can I get some help/hints ? Thanks :D