Induction does not work here but why not?
Case
n=1
then $x_1=1$
Inductionstep
$x_1.....x_n+1=1\rightarrow x_1...x_n=\frac{1}{x_{n+1}}\overset{IH}{\Rightarrow}x_{n+1}=1$
This must be wrong becasuse for example
$2+\frac{1}{2}>2$ and also $1,\frac{1}{2}>0$ and $2\frac 1 2=1$ but neither is $1$. But the induction says that $x_{n+1}=1$ so the induction must be false!
I also want to know how I can solve the problem
Hint: Use inequality between arithmetic and geometric mean $$ {x_1+x_2+...+x_n\over n}\geq \sqrt[n]{x_1x_2...x_n}$$