The arithmetic mean of $k$ numbers $a_1, a_2, \ldots, a_k$ is their average $\frac{a_1+a_2+\cdots+a_k}{k}=AM$. Their geometric mean is $\sqrt[k]{a_1a_2\cdots a_k}=GM$. I am asked to show this:
Use induction to prove: If $k=2^n$ and if all the numbers $a_1, a_2, \ldots, a_k$ are nonnegative, then $AM \geq GM$.
I'll be honest, I have no work for this problem. I've looked into many examples of strong induction, but most of them are abstract. Please give me insight for what method to best utilize for strong induction.
The case $k=2^n$ can be proved using ordinary induction on $n$. The induction argument is structurally natural, and there is no reason to think that there is a smoother proof by strong induction.
The standard proof, due to Cauchy, can be found here. Full details are given, so the link should be sufficient. If you have trouble with the induction step, work out what the proof says for the particular cases $k=4$, then $k=8$, and everything will be clear.
Cauchy actually proved the full Arithmetic Mean/Geometric Mean Inequality, by first dealing with the cases $k=2^n$, and then going backwards to deal with $k$ not a power of $2$. It is an elementary but very clever proof.