Applying Jensen's inequality to show $\sqrt[n]{y_1...y_n} \ \leq \frac{y_1+...+y_n}{n}$

188 Views Asked by At

(1) Prove $$\sqrt[n]{y_1...y_n} \ \leq \frac{y_1+...+y_n}{n}$$ where $y_1, ..., y_n\in (0,\infty)$

My attempt: I was thinking of using Jensen's inequality with the convex $\phi(t)=e^t, \ X={x_1, ..., x_n},\ \mu(x_i)=\frac{1}{i}$. Am I on the right track? I'm also not sure how to proceed from this.

(2) Prove $$y_1^{\alpha_1}...y_n^{\alpha_n} \ \le \alpha_1 y_1 + ...+ \alpha_ny_n$$ where $\sum_{i=1}^{n}\alpha_i = 1$

2

There are 2 best solutions below

2
On BEST ANSWER

Take $\log$ both sides and use concavity for $\log$ that is

$$\frac {\sum \log x_i}{n}\le \log \left( {\frac{\sum x_i}{n}}\right)$$

4
On

Since $$y=\ln(x)$$ is strictly concave we have $$\ln\sum_{i=1}^{n}\alpha_ia_i\geq \sum_{i=1}^{n}\alpha_i\ln(a_i)=\ln\prod_{i=1}^na_i^{\alpha_i}$$ and since $y=\ln(x)$ is strictly increasing then follows $$\sum_{i=1}^{n}\alpha_ia_i\geq \prod_{i=1}^{n}a_i^{\alpha_i}$$ For the proove of the inweighted $AM-GM$ substitute $$\alpha_i=\frac{1}{n}$$