"Let $x_1,...,x_n ∈ R $ be such that:
I. either $-1 < x_k < 0$ for all $k=1,...,n$
II. or $x_k ≥0$ for all $k=1,...,n.$
Prove the following inequality inequality:
$(1+x_1)(1+x_2)···(1+x_n)≥1+x_1 +x_2 +···+x_n.$"
My attempt:
For n=1 it's trivial.
We assume the inequality holds for n=k, then we have: $(1+x_1)(1+x_2)···(1+x_k)≥1+x_1 +x_2 +···+x_k$
Let $(1+x_1)(1+x_2)···(1+x_k)=a$ and $1+x_1 +x_2 +···+x_k=b$
For n=k+1,
$(1+x_1)(1+x_2)···(1+x_k)(1+x_{k+1})≥1+x_1 +x_2 +···+x_k+x_{k+1}$
$a+(1+x_{k+1})≥b+x_{k+1}$
$a+ax_{k+1}≥b+x_{k+1}$
$a-b+ax_{k+1}-x_{k+1}≥0$
$a-b+x_{k+1}(a-1)≥0$
since a and b are positive this holds.
Your proof is good except for the typo at the fourth last line $$a(1+x_{k+1}) \le b+x_{k+1} \tag{no plus sign on LHS}$$ and the wrong reasoning that $b$ is positive. (Say, $x_1 = x_2 = x_3 = -0.5$) at the end of the proof.
To fix that, change it to "$a - b$ is positive" (induction hypothesis) and prove that $x_{k+1}(a-1) \ge 0$ by diving into two cases.