-2

I ran into this problem in my real analysis class. It sounds easy enough on the surface, and maybe it is, but I can’t seem to figure out what to do inductively as the product on the LHS is throwing me a bit off. In short, HELP, please. The question is as follows:

Let n ∈ N. Show that if, a1,a2,...,an are non-negative real numbers less than 1 (0 ≤ ai < 1 for i = 1,...,n), the following holds:

                            1−a1)(1−a2)···(1−an)≥1−(a1 +a2 +...+an)

1 Answers1

0

for n=1 we have (1-a1)>= 1-a1 which is true

now let's assume for n i.e (1-a1)(1-a2).......(1-an)>=1-(a1+........+an) **

and let us show it's true up to n+1

let's multiply ** by (1-an+1) which is positive

(1-a1)(1-a2).......(1-an)(1-an+1)>={1-(a1+........+an){1-an+1}

let's expand the left side we get

1-an+1 -(a1+........+an)+(an+1)(a1+.........+an) simplify

1-(a1+.........+an+an+1)+(an+1)(a1+.........+an)

which is >= 1-(a1+...........+an+an+1)

Hasan
  • 57