We are supposed to prove that $ \frac{\sum_{k=1}^{n}x_k}{n}\geq (\prod_{k=1}^{n} x_k)^{1/n}$, when $x_i\geq 0$ for all $n\in\mathbb{N}$.
My friend proved it for $n=2$, $n=3$ and then for an arbitrary integer $n$. Now I only think the proof for an arbitrary integer $n\geq 2$ is enough. Here is the proof excluding the first two cases.
Let $c=x_1x_2... x_n$ where $x_i>0$ when $1\leq i \leq n$ for some $n\in\mathbb{N}$.Let $a_k=\frac{x_1x_2... x_k}{c^{k/n}}$ and $b_k=\frac{c^{k/n}}{x_1x_2... x_k}$ for $1\leq k \leq n$. Then we have that $a_kb_k=1$. If $1\leq k \leq n-1$ then $$a_{k+1}b_{k}=\left(\frac{x_1x_2... x_kx_{k+1}}{c^{(k+1)/n}}\right)\left(\frac{c^{k/n}}{x_1x_2... x_k}\right)=\frac{x_{k+1}}{c^{1/n}}. $$ Furhermore, $a_1b_n=\frac{x_1}{c^{1/n}}.$ Hence we have \begin{align*} &a_1b_1+\dotsb+a_n b_n \leq a_1b_n+a_2b_1+a_3b_2+\dotsb+a_n b_{n-1} (I.1)\\ &\Longleftrightarrow n \leq \frac{x_1}{c^{1/n}}+\frac{x_2}{c^{1/n}}+\dotsb+\frac{x_n}{c^{1/n}}\\ &\Longleftrightarrow \sqrt[n]{x_1\cdot\dotsc\cdot x_n}\leq \frac{x_1+\dotsb+x_n}{n}. \end{align*}
So I think there should be another case that proves the AM-GM inequality for sequences of non negative numbers where atleast one number is $0$. Also I dont understand how the inequality I.1 is true.