If $ \mathbb N $ denotes all positive integers, then find all functions $ f : \mathbb N \to \mathbb N $ which are strictly increasing and such for all positive integers $ n $, we have: $$ f \big( f ( n ) \big) = n + 2 $$
So far I know that $f(n)$ is greater than $n$ because the function is strictly increasing, but I'm not sure how to use this in order to solve the equation.
As kindly explained below strictly increasing means $f(a) > f(b)$ for $a >b.$ Let's consider $f(0)$.
Hence $f(0) = 1.$ Now suppose there is a $k$ such that $f(k) = k+1.$ What can you say about $f(k+1)$?