Show that $$1+(x_1x_2...x_n)^{\frac{1}{n}} \leq [(1+x_1)(1+x_2)...(1+x_n)]^{\frac{1}{n}}, \forall x_i \geq 0, \ i = 1,2,3...,n$$
So, I have to make this function something like this:
$$f(t_1x_1+t_2x_2+...t_nx_n) \leq t_1f(x_1)+t_2f(x_2)...+t_nf(x_n)$$ Also, I need to choose an $f(x)$ such that the inequality holds and $f''(x) > 0$ to show that this is a convex.
Ok, so it is getting really difficult for me as I don't understand what to choose as $t_i$ and what to choose as $f(x)$. All I can do is this:
$$1+[e^{\log(x_1x_2...x_3)^{\frac{1}{n}}}] \leq e^{\log[(1+x_1)(1+x_2)...(1+x_n)]^{\frac{1}{n}}}$$
Maybe I can choose $f(x) = \log(x)$, but that'd give me $f''(x) < 0.$ Can anyone please help me figure out what $t_i$ and $f(x)$ should be in order to make it a convex? Thanks.
You may take $g(t)=\log(1+e^t)$. We have: $$ g''(t) = \frac{e^t}{(1+e^t)^2} $$ hence $g$ is a convex function. Let $x_i=e^{t_i}$. Jensen's inequality hence gives:
$$ \log\left(1+\exp\left(\frac{t_1+\ldots+t_n}{n}\right)\right)\leq \frac{1}{n}\sum_{i=1}^{n}\log(1+e^{t_i})$$ and by exponentiating the previous line: $$ 1+\left(x_1\cdot\ldots\cdot x_n\right)^{\frac{1}{n}}\leq\left((1+x_1)\cdot\ldots\cdot(1+x_n)\right)^{\frac{1}{n}}$$ i.e. the super-additivity of the geometric mean, follows.