0

How to show $(a_1a_2\ldots a_n)^{\frac{1}{n}}\leq \frac{\sum_{i=1}^{n}a_i}{n}$ with $a_i$ positive.

Well, I tried by induction: with $n=2$ then $\sqrt{ab}\leq \frac{a+b}{2}$ is equivalent to say (elevate square in both side) $4ab\leq a^2 +2ab + b^2$ and this is equivalent $0\leq(a-b)^2$ and this is true.

I suppose it is true for some $n$. But with $n+1$, I don't know how to do, Please can help me with a hint or other way, thank you so much.

Bernard
  • 175,478
weymar andres
  • 1,253
  • 9
  • 15

2 Answers2

1

A very simple proof which doesn't require induction (except implicitly); compare the logarithms. You only need to show that $$\frac{\sum_{i=1}^n\ln a_i}n\le\ln\frac{\bigl(\sum_{i=1}^na_i\bigr)}n, $$ and this results from $\ln$ being a concave function.

Bernard
  • 175,478
1

There is a simple proof based on a very nice result here Jensen's inequality, which is very useful in many areas (mathematics, economics, etc).

to understand this result, it suffices to know simple things about convex functions in one variable at the level of High school or first year college Calculus.

Mittens
  • 39,145