I am trying to prove $\lim_{p\rightarrow \infty}\|x\|_p = \|x\|_\infty = \sup_i |x_i|$, where $x$ is a (infinite-dim) sequence. My proof is as follows:
$$\lim_{p\rightarrow \infty}\|x\|_p = \lim_{p\rightarrow \infty} (\sum_{i=1}^\infty|x_i|^p)^{1/p}$$ $$=\lim_{p\rightarrow \infty} \ \sqrt[p]{ |M|^p\times q\times(1+ \sum_{j\neq 1}\frac{(\frac{|x_j|}{|M|})^p}{q} ) }$$ where I've assumed $|M|$ is the supremum of all $|x_i|$'s (which wlog I've set to $|x_1|$) and $q$ is the number of repetitions of $M$ in $x$. $$=\lim_{p\rightarrow \infty} \ |M| \times q^{1/p}\times\sqrt[p]{ (1+ \sum_{j\neq 1}\frac{(\frac{|x_j|}{|M|})^p}{q} ) }$$ Since $|M|>|x_j|$ for $j\neq 1$, when $p$ goes to infinity $(\frac{|x_j|}{|M|})^p$ goes to zero.
$$=\lim_{p\rightarrow \infty} |M|\times q^{1/p}=|M|$$
What am I doing wrong?
I came across the following proof which is far more complicated than mine by a reputable responder. So, I'm guessing I must be doing something wrong. https://math.stackexchange.com/a/326266/371990
P.S. I have a guess as to why my solution might not be correct. I think I'm wrongly assuming that $\max \ x_i = \sup \ x_i$ which may not be true in infinite dimensional space.