I am doing past exam papers preparing for the finals and I came across this questions about three times:
Prove that:
$$\frac{a_{1}+a_{2}+\cdots+a_{n}}{n}\geq \sqrt[n]{a_{1}.a_{2}...a_{n}}$$ Different papers require different approaches to proving it but most of them use induction. Can someone please explain to me how to prove it using induction? I can do the first steps but get stuck at proving that:
$$\frac{a_{1}+a_{2}+\cdots+a_{k}+a_{k+1}}{k+1}\geq \left ( \frac{a_{1}+a_{2}+\cdots+a_{k}}{k} \right )^{\frac{1}{k+1}}\left ( a_{k+1} \right )^{\frac{1}{k+1}}$$
Let me discuss your doubt only. Complete proof you have in your notes. As you have written in your question I shall discuss the particular step you did nor understand.
$$\frac{a_1 + a_2 + \dots + a_k + a_{k+1}}{k+1} = \frac{k \frac{a_1 + a_2 + \dots + a_k}{k} + a_{k+1}}{k+1} \geq (\frac{a_1 + a_2 + \dots + a_k}{k})^{\frac{k}{k+1}}(a_{k+1})^{\frac{1}{k+1}}$$
Here we have taken $k$-times $\frac{a_1 + a_2 + \dots + a_k}{k}$ and $1$-time $a_{k+1}$.
Now applying the previous step of your induction you shall get
$$\frac{a_1 + a_2 + \dots + a_k}{k} \geq (a_1 a_2 \dots a_k)^{\frac{1}{k}}$$
Putting this value in the first relation you shall get
$$\frac{a_1 + a_2 + \dots + a_{k+1}}{k+1} \geq (a_1 a_2 \dots a_{k+1})^{\frac{1}{k+1}}$$