I know that:
$\sqrt{1+2\sqrt{1+3\sqrt{1+4\sqrt{1+\cdots}}}}=3,$ which is one of Ramanujan's infinite radicals. So surely the expression in question is less than $3.$ But how can I prove this without mentioning this or in general how to prove:
$\sqrt{2\sqrt{3\sqrt{4\sqrt{\cdots\infty}}}}<3$ ?
I'm not quite sure, how to approach this? Expressing the expression as an infinite product: $$\prod_{i=1}^{n} i^{\frac1{2^{i-1}}},\text{ as }n\to\infty$$ and then using some sort underlying inequalities might help! Please suggest. Thanks in advance.
This is actually a 'standard' induction question, whose goal is to make you think about the induction hypothesis.
This is tricky because the induction is not obvious. You likely have tried applying it directly, but since
$$ \sqrt{ 2 \sqrt{3 \sqrt{\ldots \sqrt{n} } } } < \sqrt{ 2 \sqrt{3 \sqrt{\ldots \sqrt{n \sqrt{n+1}} } } }, $$
the proof fails (as seen by all the other deleted solutions).
However, this is the statement that you should induct on:
Perform the 'induction' on k, going from $k$ to $k-1$ (as opposed to the typical induction on $n$ going from $n$ to $n+1$).
Specifically, the base case is when $k=n$. This is immediately obvious.
For the induction step, assume it is true for some $k$. Consider $k-1$. This induction is then immediately obvious since $(k-1)(k+1) < k^2$.
Of course, we now get a lot of other similar, interesting inequalities for free.
Moral: Choosing the correct induction hypothesis is extremely important.
Note: I personally call this method Stronger Induction (not a standard term in the literature). It cleverly choses the induction hypothesis based on observations, and includes strengthing (and modifying) the induction hypothesis like what Andre did.