This is my first post on this forum so I apologise for not knowing how to ask this question in the desired format however I will do my best to make it clear.
First consider: $$ y = \sqrt{2}^{\sqrt{2}^{\sqrt{2}^{\sqrt{2}^{...}}}} $$ Now, we can rewrite this as simply: $$ y = (\sqrt{2})^y $$ Then further rearrange this to: $$ y^{1/y} = \sqrt{2} $$ Thus leaving y to equal both $2$ and $4$, which obviously can't be correct. However, which is correct and why?
Thanks!
It converges to $2$ because for the sequence defined by $a_1=\sqrt{2}$ and $$a_{n+1}=\sqrt{2}^{a_n}$$ We have $a_n\leq 2$ which can easily be proved by induction if $a_n\leq 2$ then $\sqrt{2}^{a_n}=a_{n+1}\leq \sqrt{2}^2=2$.This is because $a_1\leq 2$ so once the recurrence gets near $2$ it can't get past it since $\sqrt{2}^2=2$.Formally since the sequence is bounded and increasing it is convergent.
If you had $4\geq a_1>2$ instead then the sequence would converge to $4$.