For $x_i>0$, $1\leq i\leq n$ and $\sum_i x_i=1$, show that
$$\left(x_1+\frac{1}{x_1}\right)\cdots \left(x_n+\frac{1}{x_n}\right)\geq \left(n+\frac{1}{n}\right)^n$$
I think this can be proved easily by Jensen's inequality. However, my child commented that they have not learned Jensen's inequality. I am wondering whether there is a more "elementary" proof using, for instance, only AM-GM or Cauchy, or maybe by induction(?). Many thanks.
Yes, Jensen kills it.
There is also the following way.
Let $x_i=\frac{a_i}{n}$.
Thus, $$\sum_{i=1}^na_i=n$$ and we need to prove that: $$\sum_{i=1}^n\left(\ln\left(\frac{a_i}{n}+\frac{n}{a_i}\right)-\ln\left(n+\frac{1}{n}\right)\right)\geq0$$ or $$\sum_{i=1}^n\left(\ln\left(\frac{a_i}{n}+\frac{n}{a_i}\right)-\ln\left(n+\frac{1}{n}\right)+\frac{n^2-1}{n^2+1}(a_i-1)\right)\geq0,$$ which is true because for any $x>0$ we have $f(x)\geq0,$ where $$f(x)=\ln\left(\frac{x}{n}+\frac{n}{x}\right)-\ln\left(n+\frac{1}{n}\right)+\frac{n^2-1}{n^2+1}(x-1).$$ Indeed, $$f'(x)=\frac{(x-1)((n^2-1)x^2+2n^2x+n^4+n^2)}{(n^2+1)(n^2+x^2)x},$$ which gives $x_{min}=1$ and we are done!