The problem comes from a problem sheet of an introductory math course by Oxford. It is question 1 in https://courses.maths.ox.ac.uk/node/download_material/45907. I don't study there I'm just curious and want to try.
Given $n$ positive numbers $x_1, x_2,\ldots,x_n$ such that $x_1+x_2+\ldots+x_n\le 1/3$, prove by induction that
$$(1-x_1)(1-x_2)\cdot\ldots\cdot(1-x_n)\ge 2/3.$$
My attempt:
For $n=1$,
$$x_1\le1/3$$
$$-x_1\ge-1/3$$
$$1-x_1\ge1-1/3$$
$$1-x_1\ge2/3$$
(Incorrect)
Assume $(1-x_1)(1-x_2)\cdot\ldots\cdot(1-x_k)\ge2/3$ for some $k$.
For $n=k+1$,
$$ \left\{ \begin{array}{c} x_1+x_2+\ldots+x_k\le1/3\qquad(1)\\ x_1+x_2+\ldots+x_k+x_{k+1}\le1/3\qquad(2) \end{array} \right. $$ $(2)-(1):$ $$x_{k+1}\le0$$ $$-x_{k+1}\ge0$$ $$1-x_{k+1}\ge1$$ Then$$(1-x_1)(1-x_2)\cdot\ldots\cdot(1-x_k)(1-x_{k+1})$$ $$\ge2/3\cdot1$$ $$\ge2/3$$ But it looks like a paradox because $(1)$ and $(2)$ can't be true at the same time. For $n>1$, I cannot make the given inequality into the desired one. They are just not equivalent.
I'm looking for a hint. Sorry but I think they are not grading it now. Thank you.
Edit:
Reply to Kavi Rama Murthy:
When $n=2$,
$$x_1+x_2\le1/3$$
$$1-x_1-x_2\ge2/3$$
Then
$$(1-x_1)(1-x_2)=1-x_1-x_2+x_1x_2$$
$$\ge(2/3)+x_1x_2$$
$$\ge2/3$$
For $n=k+1$, given that
$$x_1+x_2+...+x_k+x_{k+1}\le1/3$$
and apply the $n=k$ case with $x_1,x_2,...,x_k+x_{k+1}$,
$$(1-x_1)(1-x_2)\cdot\ldots\cdot(1-x_k-x_{k+1})$$
$$=(1-x_1)(1-x_2)\cdot\ldots\cdot[(1-x_k)(1-x_{k+1})-x_kx_{k+1}]\ge2/3$$
Then
$$(1-x_1)(1-x_2)\cdot\ldots\cdot(1-x_k)(1-x_{k+1})\ge2/3+x_kx_{k+1}(1-x_1)(1-x_2)\cdot\ldots\cdot(1-x_k)$$
$$\ge2/3$$
Reply to ΑΘΩ:
(Replaced with the empty $I$ case)
When $I$ has $1$ element, $${\displaystyle \prod_{i\in I}^{1} (1-x_i)}=1-x_i\ge1-{\displaystyle \sum_{i\in I}^{1} x_i}$$
When $I$ has $0$ element,
$${\displaystyle \prod_{i\in I}^{0} (1-x_i)}=1$$
Looking at RHS,
$$1-{\displaystyle \sum_{i\in I}^{0} x_i}=1$$
Then
$${\displaystyle \prod_{i\in I}^{0} (1-x_i)}\ge1-{\displaystyle \sum_{i\in I}^{0} x_i}$$
Assume ${\displaystyle \prod_{i\in I}^{k} (1-x_i)}\ge1-{\displaystyle \sum_{i\in I}^{k} x_i}$.
When $I$ has $k+1$ elements,
$${\displaystyle \prod_{i\in I}^{k+1} (1-x_i)}$$
$$=(1-x_{k+1}){\displaystyle \prod_{i\in I}^{k} (1-x_i)}$$
$$\ge(1-x_{k+1})(1-{\displaystyle \sum_{i\in I}^{k} x_i})$$
Looking at RHS,
$$1-{\displaystyle \sum_{i\in I}^{k+1} x_i}$$
$$=1-{\displaystyle \sum_{i\in I}^{k} x_i}-x_{k+1}$$
$$=1-x_{k+1}-{\displaystyle \sum_{i\in I}^{k} x_i}$$
$$=(1-x_{k+1})(1-\frac{{\displaystyle \sum_{i\in I}^{k} x_i}}{1-x_{k+1}})$$
Since $1\ge1-x_{k+1}$,
$$1-\frac{{\displaystyle \sum_{i\in I}^{k} x_i}}{(1)}\ge1-\frac{{\displaystyle \sum_{i\in I}^{k} x_i}}{(1-x_{k+1})}$$
$$(1-x_{k+1})(1-{\displaystyle \sum_{i\in I}^{k} x_i})\ge(1-x_{k+1})(1-\frac{{\displaystyle \sum_{i\in I}^{k} x_i}}{1-x_{k+1}})$$
$${\displaystyle \prod_{i\in I}^{k+1} (1-x_i)}\ge1-{\displaystyle \sum_{i\in I}^{k+1} x_i}$$
In the problem, given ${\displaystyle \sum_{i\in I}^{k+1} x_i}\le1/3$,
$${\displaystyle \prod_{i\in I}^{k+1} (1-x_i)}\ge1-(1/3)$$
Then
$$(1-x_1)(1-x_2)\cdot\ldots\cdot(1-x_k)(1-x_{k+1})\ge2/3$$