I was doing this exponential tower equation: $$2^{x^{2^{x^{2^{...}}}}} = 4$$ $$\text {(each new exponent is the power of the last exponent)}$$
The popular method is to break the tower at the first exponent and evaluate that what's left in the exponential tower is still the LHS if the tower length goes into infinity: $$2^{x^{2^{x^{2^{...}}}}} = 2^{x^{4}} = 4$$
Consider sequence $a_n$ with $a_1 = 2^x$, $a_2 = 2^{x^{2}}$, $a_3 = 2^{x^{2^{x}}}$, and so on, then:
$$LHS = \lim_{n\to ∞} a_n = 4$$
The method above seems to be reasoning that: $$\text{if}\;\;\;\;\;\;\;\;\;\;\lim_{n\to ∞} a_n = 4$$
$$\text{then}\;\;\;\;\;\;\;\;\;\lim_{n\to ∞} a_{n-2} = 4$$
(1) Is this something that we need to prove? I know this is intuitive enough, but is there a way to rigorously demonstrate this?
(2) I was assuming that this is the reasoning behind the method above. If you think otherwise, please advise!
(3) Unrelated, but is there a formula to define the sequence above with $a_n, a_{n+1}, a_{n+2}$? (I assume we cannot write a general case for $a_n$ alone.)
Thank you!
Concerning (1), this is indeed true and very intuitive. You would probably only prove it in your first years studying mathematics (after that, such a basic fact does not require a proof).
Given a sequence $(u_n)_{n\in\mathbb{N}} \in \mathbb{R}^\mathbb{N}$ and $\ell \in \mathbb{R}$, the definition of $\lim_{n\to+\infty} u_n = \ell$ is that: for every $\varepsilon> 0$, there exists $N \in \mathbb{N}$, such that, for every $n \geq N$, $|u_n-\ell|\leq \varepsilon$.
If you are familiar with quantifiers, it should be fairly easy for you to prove (1) by applying this definition to your assumption on $u_n = a_n$, and show that it entails the same limit for $u_n = a_{n-2}$.