Given $p$ positives values $a_1...a_p$, define the sequence $x_n$ such that:
$$x_n = \frac{\sqrt[n]{a_1}+...+\sqrt[n]{a_p}}{p}$$
And define $S_n = (x_n)^n$
Prove that $S_n \rightarrow \sqrt[p]{a_1...a_p}$
The best idea here should be to use squeeze theorem. Of course, we have that $(\sqrt[p]{\sqrt[n]{a_1}...\sqrt[n]{a_p}})^n \leq S_n$ (as GM < AM), but the upper bound to squeeze it is what we haven't found yet. Any idea?
We have that
$$S_n = \left(\frac{\sqrt[n]{a_1}+...+\sqrt[n]{a_p}}{p}\right)^n$$
Which is the $\frac{1}{n}$-power mean. As $n$ goes to infinity, The above power mean will come closer to the $0$-power mean, which is the geometric mean.
It is a well known fact that if $n$ goes to infinity, the $\frac{1}{n}$-power mean goes to the geometric mean. See for a proof Wikipedia. It is in the first section.