Given some constants $a_1,a_2,a_3,\cdots,a_n>0$ such that $a_1\cdot a_2\cdot a_3\cdot \cdots \cdot a_n=1$, prove by induction that $$\frac{a_1+a_2+\cdots+a_n}{n}\geq 1$$
I struggle to solve this task. I tried the following (I'll not elaborate the base cases, as they're trivial)
$$\frac{\sum^{n+1}_{i=1}a_i}{n+1}\geq1\Leftrightarrow\left(\frac{\sum^{n+1}_{i=1}a_i}{n+1}\right)^{n+1}\geq1^{n+1}=1\\\Leftrightarrow\left(\frac{1}{n}\sum^{n}_{i=1}a_i\right)^{n+1}\cdot\left(\frac{a_{n+1}+\sum^{n}_{i=1}a_i}{\frac{n+1}{n}\sum^{n}_{i=1}a_i}\right)^{n+1}\\ =\left(\frac{1}{n}\sum^{n}_{i=1}a_i\right)^{n+1}\cdot\left(\frac{a_{n+1}+n\frac{1}{n}\sum^{n}_{i=1}a_i+\frac{1}{n}\sum^n_{i=1}a_i-\frac{1}{n}\sum^n_{i=1}{a_i}}{\frac{n+1}{n}\sum^{n}_{i=1}a_i}\right)^{n+1}\\ =\left(\frac{1}{n}\sum^{n}_{i=1}a_i\right)^{n+1}\cdot\left(\frac{a_{n+1}+\frac{1}{n}(n+1)\sum^{n}_{i=1}a_i-\frac{1}{n}\sum^n_{i=1}{a_i}}{\frac{n+1}{n}\sum^{n}_{i=1}a_i}\right)^{n+1}\\ =\left(\frac{1}{n}\sum^{n}_{i=1}a_i\right)^{n+1}\cdot\left(1+\frac{a_{n+1}-\frac{1}{n}\sum^n_{i=1}{a_i}}{\frac{n+1}{n}\sum^{n}_{i=1}a_i}\right)^{n+1}\\ \geq\left(\frac{1}{n}\sum^{n}_{i=1}a_i\right)^{n+1}\cdot\left(1+(n+1)\frac{a_{n+1}-\frac{1}{n}\sum^n_{i=1}{a_i}}{\frac{n+1}{n}\sum^{n}_{i=1}a_i}\right)\\ =\left(\frac{1}{n}\sum^{n}_{i=1}a_i\right)^{n+1}\cdot\left(1+\frac{a_{n+1}}{\frac{1}{n}\sum^{n}_{i=1}a_i}-1\right)\\ =\left(\frac{1}{n}\sum^{n}_{i=1}a_i\right)^{n+1}\cdot a_{n+1}$$
.....ad this is where I am stuck now. How can I proceed from here? If I use the induction thesis then I'd end up with $\left(\frac{1}{n}\sum^{n}_{i=1}a_i\right)^{n+1}\cdot a_{n+1}\geq 1^n\cdot b_{n+1}$ which doesn't look promising at all. Maybe I made a mistake as well? How'd you prove it using the Bernoulli-Inequality?
Because of the AM-GM inequality you have
$$\dfrac{a_1+\cdots+a_n}{n}\ge \sqrt[n]{a_1\dots a_n}=\sqrt[n]{1}=1.$$ This, actually, is a proof that the inequality holds.
If you want to use induction you need to formulate properly the condition for $n.$ Note that, if $a_1\cdots a_n=x$ then $$\dfrac{a_1+\cdots+a_n}{n}\ge \sqrt[n]{a_1\dots a_n}=\sqrt[n]{x}.$$ (This is the inequality we need to use in the induction step. It is not necessary to use AM-GM inequality to get it. You only need to scale.) So, if $a_1\cdots a_na_{n+1}=1$ then
$$\dfrac{a_1+\cdots+a_n}{n}\ge \sqrt[n]{a_1\dots a_n}=\sqrt[n]{\dfrac{1}{a_{n+1}}}.$$ So,
$$\dfrac{a_1+\cdots+a_n+a_{n+1}}{n+1}=\dfrac{n}{n+1}\dfrac{a_1+\cdots+a_n}{n}+\dfrac{a_{n+1}}{n+1}\ge \dfrac{n}{n+1}\sqrt[n]{\dfrac{1}{a_{n+1}}}+\dfrac{a_{n+1}}{n+1}.$$ We need to show that $$ n\sqrt[n]{\dfrac{1}{x}}+x\ge n+1.$$ Write $x=t^n.$ We have to show that $$\dfrac{n}{t}+t^n\ge n+1.$$ But $f(t)=\dfrac{n}{t}+t^n$ has a minimum at $t=1.$ So, $f(t)\ge f(1)=n+1$ and we are done.