Suppose $x_1, \dots, x_n$ are positive real numbers such that $x_1 \cdot \ldots \cdot x_n = 1$. Prove $x_1 + \dots + x_n \ge n$.
I don't want to use the AM-GM inequality to prove this (from which this statement would follow).
I suppose induction is the way to go. The base case is true. The case for $n=2$ is true by $$x_1 + x+2 - 2 \sqrt{x_1 x_2} = (\sqrt{x_1} - \sqrt{x_n})^2 \ge 0.$$
Now suppose the statement holds for $n$, then $$x_1 \cdot \ldots \cdot x_n = 1 \implies x_1 + \dots + x_n \ge n.$$
So if $x_1 \cdot \ldots \cdot (x_n x_{n+1}) = 1$, then $$ x_1 + \dots + x_n x_{n+1} \ge n. $$
Then we also have $$ x_1 + \dots + x_{n-1} + x_n + x_{n+1} \ge n - x_{n}x_{n+1} + x_n + x_{n+1}. $$
Now I'm not sure where else to go from here.
Thus, it's enough to prove that $$n-x_nx_{n+1}+x_n+x_{n+1}\geq n+1$$ or $$(x_n-1)(x_{n+1}-1)\leq0,$$ which you can assume before.
Indeed, since $\prod\limits_{k=1}^{n+1}x_k=1$, there are $x_i$ and $x_j$ for which $(x_i-1)(x_j-1)\leq0.$