Prove by mathematical induction:
($\frac{a_{1} + ... + a_{n}}{n}$) $\geq \sqrt[\leftroot{0}\uproot{0}n]{a_{1}...a_{n}}$, where $n \in \mathbb{N}$.
So the base case: $n = 2$ means $\frac{a_{1} + a_{2}}{2} \geq a_{1}a_{2}$. Rearranging yields $(a_{1} - a_{2})^{2} \geq 0$.
The inductive step is where I am stuck at.
Any advice?
Let $$G = \sqrt[n]{x_1 \cdots x_{n}}$$ and it then follows that $x_1 \leq G \leq x_n$. Also $$x_1 +x_n \geq \frac{x_1x_n}{G}+G.$$
Implies $$\frac 1G (G-x_1)(x_n - G) \geq 0.$$
By Induction Hypothesis:
$$x_2 + \cdots +x_{n-1} + \frac{x_1x_n}{G} \geq (n-1)G$$ $\implies$ $$x_2 + \cdots +x_{n-1} + \frac{x_1x_n}{G} +G \geq nG$$ and use $x_1 +x_n \geq \frac{x_1x_n}{G}+G$ to get the reqd result.