3

It is known about numbers $$a_1, a_2, ... a_n$$ that $$a_1 + a_2 +...+a_n \le 1/2.$$ Prove that $$ (1-a_1)(1-a_2)...(1-a_n) \ge 1/2$$ I have tried using $a^2 \geq 0$, it led to nothing. How can I make my inequality look like in the possible duplicate?

2 Answers2

0

By induction for $n=1$ it is obivious. You can consider $b_n = a_n+a_{n+1}$ where one has $$a_1, a_2, ... a_n$$ that $$a_1 + a_2 +...+\underbrace{a_n +a_{n+1}}_{b_n}\le 1/2 .$$But $$(1-a_n)(1-a_{n+1}) = (1-a_n-a_{n+1} + a_n a_{n+1} )\geq (1-a_n-a_{n+1})= (1-b_n).$$

Then $$(1-a_1)(1-a_2)...(1-a_n)(1-a_{n+1})\ge (1-a_1)(1-a_2)...(1-b_n) \ge 1/2$$

Guy Fsone
  • 23,903
-3

Hint: you can consider the inequality for arithmetic and geometric means:

$$\frac{1}{n}\sum_{k=1}^n b_i \geq \sqrt[n]{\prod_{k=1}^n b_i}$$

for any set of non-negative real numbers $\{b_1,\cdots,b_n\}$


Partial attempt:

$$b_i = 1-a_i$$ $$\frac{1}{n}\sum_{k=1}^n (1-a_i) \geq \sqrt[n]{\prod_{k=1}^n (1-a_i)}$$ $$1-\frac{1}{n}\sum a_i \geq \sqrt[n]{\prod_{k=1}^n (1-a_i)}$$

$$lhs > 1-\frac{1}{2n}$$

if product $\leq 1/2$ then rhs not sure to be larger than $\sqrt[n]{\frac{1}{2}}$

Now what to remains is to compare which can be done by calculus comparing a linear function with a power function, treating n as continous variable.

enter image description here

The proof that blue does not overtake red can be left as an exercise.

mathreadler
  • 25,824
  • 2
    Just to be clear: before giving your hint, you did check that it worked, right? (It may just be me, but I don't really see how this helps) – Clement C. Jan 06 '17 at 14:59
  • @ClementC Okay, I have given some sketch. Please point out anything unrealistic that you find. – mathreadler Jan 06 '17 at 16:01
  • I am about to head out, but quickly: since $\sum_i b_i = \sum_(1-a_i) = n - \sum_i a_i \geq n/2$, isn't the inequalty written "lhs" in the wrong direction? – Clement C. Jan 06 '17 at 16:04
  • the sum is subtracted, so something smaller than $\frac{1}{2n}$ is being subtracted. – mathreadler Jan 06 '17 at 16:09
  • No, the way it is written $\frac{1}{n}\sum_i b_i \geq 1-\frac{1}{2n}$, since you defined $b_i=1-a_i$ and $\frac{1}{n}\sum_i a_i \leq \frac{1}{2n}$. – Clement C. Jan 06 '17 at 16:10
  • Yes wait maybe you are right, the b:s should be a:s and vice versa. So I edited so the $b_i$ are in the inequality and being substituted for $1-a_i$ instead. – mathreadler Jan 06 '17 at 16:16
  • (From my phone) i don't see how the last bit of your suggested proof goes. Given the inequalities we have and want, why does the rhs have to be greater than $1/2^{1/n} $? – Clement C. Jan 06 '17 at 17:00
  • Monotonicity of exponential function together with the $1/2$ in the value for of the product. Elementary calculus. – mathreadler Jan 06 '17 at 17:17
  • I don't think this addresses what I didn't get. You have (1) $lhs \geq \sqrt[n]{\prod_{i=1}^n (1-a_i)}$ and (2) $lhs > 1-\frac{1}{2n}$. Why would $1-\frac{1}{2n} < \sqrt[n]{\frac{1}{2}}$ bring any contradiction? – Clement C. Jan 06 '17 at 18:28