The proof goes as follows:
If $a_1, \dots, a_n$ are positive numbers then: $$ (a_1 + \dots + a_n)/n \geq \sqrt[n]{a_1 \dots a_n} $$ The left-hand side we denote by $A_n$ and the right-hand side by $G_n$.
The inequality is trivial when $n = 1$. Assume the inequality is true if $n = k$.
Applying this inequality to $b_1 = a_{k+1}$ and $b_2 = b_3 = b_k = A_{k+1}$, we get: $$ \frac{a_{k+1} + (k-1)A_{k+1}}{k} \geq (a_{k+1}A_{k+1}^{k-1})^{1/k} $$ Now let: $$ A = \frac{a_{k+1} + (k-1)A_{k+1}}{k} \quad and \quad G = (a_{k+1}A_{k+1}^{k-1})^{1/k} \tag{1} $$
Applying the inequality for the case in which n = 2, we get: $$ A_{k+1} = \frac{A_k + A}{2} \geq (A_k A)^{1/2} \geq (G_k G)^{1/2} = (G_{k+1}^{k+1}A_{k+1}^{k-1})^{1/2k} \tag{2} $$ That is $$A_{k+1} \geq (G_{k+1}^{k+1}A_{k+1}^{k-1})^{1/2k}$$ and thus $A_{k+1} \geq G_{k+1}$.
Specifically once we define $A$ and $G$ in (1) I fail to get the meaning of the subscripts for $A$ and $G$ in (2). I mainly tried to solve my difficulty using $G_k$, but every time I cannot unfold $G_k G$ to get $(G_{k+1}^{k+1}A_{k+1}^{k-1})^{1/2k}$.