I was able to prove by induction on $n\in\mathbb{N}$ that for any $m:=2^n$ positive real numbers we have $\text{Geometric Average}\leq\text{Arithmetic Average}$,
I.e. $\sqrt[m]{\Pi_{i=1}^m a_i} = $$\sqrt[2^n]{\Pi_{i=1}^{2^n} a_i} \leq\frac{\Sigma_{i=1}^{2^n} a_i}{2^n}$$ =\frac{\Sigma_{i=1}^m a_i}{m}$ where $a_1,...,a_m\in\mathbb{R}_+$ are any $m=2^n$ positive real numbers.
Now I am trying to prove by using this fact, That for any $n\in\mathbb{N}$ positive real numbers we have $\text{Geometric Average} \leq \text{Arithmetic Average}$,
I.e. $\sqrt[n]{\Pi_{i=1}^n a_i} \leq\frac{\Sigma_{i=1}^n a_i}{n}$ where $a_1,...,a_n\in\mathbb{R}_+$ are any $n$ positive real numbers, But then I got stuck and was not able to proceed.
In other words, The problem can be stated as:
Suppose that we know $\forall n\in\mathbb{N},\forall a_1,...,a_{2^n}\in\mathbb{R}_+, \sqrt[2^n]{\Pi_{i=1}^{2^n} a_i} \leq\frac{\Sigma_{i=1}^{2^n} a_i}{2^n}$
and prove by using this fact that $\forall n\in\mathbb{N},\forall a_1,...,a_{n}\in\mathbb{R}_+, \sqrt[n]{\Pi_{i=1}^{n} a_i} \leq\frac{\Sigma_{i=1}^{n} a_i}{n}$
Thanks for any hint/help...
($\mathbb{R}_+$ - The set of positive real numbers)