Let $f \colon [ 0,\infty) \to [0,\infty)$ with $f(x):= \begin{cases} x, & x \leq 1, \\ f(\sqrt{x-1}\,), & x > 1. \end{cases}$
I made some plots of this function and I am pretty aware that it is bounded (even by very sloppy reasons: well, $\sqrt{x-1} < x$ for $x > 1$ and after a while, we will be in the base-case, which is bounded by $1$.)
I am looking for a nice induction on this fact. But I am struggling to find a reasonable formulation for that. I want to proof boundedness. Is it a clever way to use induction on $n \in \mathbb{N}$ to show that for any $x \in \left[0, n \right]$, $f(x)$ is bounded by 1?
Hypothesis: $f(x)$ is bounded on $[0, \infty)$ by $1$.
Base case: $f(x)$ is bounded by $1$ on $[0, 1)$: by defintion.
Induction: If $x \in [0, n )$, there is nothing to prove. For $x \in \left[n, n+1 \right)$, we have $f(x) = f(\sqrt{x-1})$. Because $x \in [n, n+1)$, $x-1 \in [n-1, n) \subseteq [0, n)$ and the induction hypothesis can be used.
Is this reasoning valid or do I need to have a double-base-case because of $[n-1, n)$.
