- #1
sdfsfasdfasf
- 75
- 12
- Homework Statement
- Given n positive numbers x1, x2, . . . , xn such that x1 + x2 + · · · + xn <= 1/3, prove by
induction that
(1 − x1)(1 − x2) × · · · × (1 − xn) >= 2/3
- Relevant Equations
- Principle of Induction, proof by induction, base case, inductive step
Been stuck on this one for a while now.
Base case is easy, n=1, we have x <=1/3, so trivially 1-x>= 2/3 and we are done.
The issue is with the inductive step, I don't know how to use the hint, infact I am struggling to understand what is meant by the hint.
Any help (or a full solution) would be greatly appreciated.