Consider a positive integer $n$ and the function $f:\mathbb{N}\to \mathbb{N}$ ($\mathbb N$ includes $0$) by
$$f(x) = \begin{cases} \frac{x}{2} & \text{if } x \text{ is even} \\ \frac{x-1}{2} + 2^{n-1} & \text{if } x \text{ is odd} \end{cases} $$ Determine the set
$$ A = \{ x\in \mathbb{N} \mid \underbrace{\left( f\circ f\circ ....\circ f \right)}_{n\ f\text{'s}}\left( x \right)=x \}. $$
(Romania NMO 2013)
The solution starts by stating that $f(x)<x, \quad\forall x\ge 2^n-1$. This was easy enough to understand. However, they continue by saying this implies that $A\subset\{0,1,\dots,2^n-1\}$. Why is that?
Please help me understand! Thanks in advance!