Background
I have to prove that, given positive numbers $x_k$
$$ \prod_{k=1}^n x_k = 1 \Longrightarrow \sum_{k=1}^nx_k \geq n $$
where $\Longrightarrow$ means that the first condition implies the second. I already know this can be proved as a trivial sub case of the AM-GM inequality.
Here is my question:
I know this can also be proved by induction, however I don't understand how one can use the inductive hypothesis if this has in turn another hypothesis nested in it. In other words:
If I call P(n) the proposition $ (\prod_{k=1}^n x_k = 1 \Longrightarrow \sum_{k=1}^nx_k \geq n )$ ("the first implies the second") than the proof by induction would work like this
- Verify $P(0)$
- Show that $P(n) \Longrightarrow P(n+1)$
where $P(n)$ is the proposition defined above.
How would one prove the inequality this way? I find very confusing the idea of showing that "the first implication implies the second implication".