This simple looking problem is making me crazy! Plz help!

bhaghpan

New member
Joined
Jun 5, 2016
Messages
2
Assume x1, x2, x3, …, xn are real numbers. Let A be the following set of n equations:

x1>0 ,
x2>0 ,
x3>0 ,

xn>0 .

And let B be the following set of n equations:

x1 + x2 + … + xn >0 ,
x1*x2 + x1*x3 + … + x1*xn + x2*x3 + x2*x4 + … + xn-1*xn >0 or (∑xi*xj>0 , (i≠j)) ,
x1*x2*x3 + … >0 or (∑xi*xj*xk>0 , (i≠j , i≠k , k≠j)) ,

x1*x2*x3*…*xn >0 .

Show A is true if and only if B is true.
 
Assume x1, x2, x3, …, xn are real numbers. Let A be the following set of n equations:

x1>0 ,
x2>0 ,
x3>0 ,

xn>0 .

And let B be the following set of n equations:

x1 + x2 + … + xn >0 ,
x1*x2 + x1*x3 + … + x1*xn + x2*x3 + x2*x4 + … + xn-1*xn >0 or (∑xi*xj>0 , (i≠j)) ,
x1*x2*x3 + … >0 or (∑xi*xj*xk>0 , (i≠j , i≠k , k≠j)) ,

x1*x2*x3*…*xn >0 .

Show A is true if and only if B is true.
 
Last edited by a moderator:
Assume x1, x2, x3, …, xn are real numbers. Let A be the following set of n equations:

x1 > 0 ,
x2 > 0 ,
x3 > 0 ,

xn > 0 .

And let B be the following set of n equations:

x1 + x2 + … + xn > 0 ,

x 1 *x 2 + x 1 *x 3 + … + x 1 *x n + x 2 *x 3 + x 2 *x 4 + … + x n -1* xn > 0 (or ∑xi*xj > 0 , (i≠j)) ,

x1*x2*x3 + … > 0 (or ∑xi*xj*xk > 0 , (i≠j , i≠k , k≠j)) ,



x1*x2*x3*…*xn >0 .

Show A is true if and only if B is true.




By "A is true", do you mean "each of the equations contained in A is true"? (Same questions for "B is true".)

What results (algorithms, techniques, rules, theorems, etc) from your class do you think might usefully be applied to this proof? What have you tried? How far have you gotten? Where are you stuck?

Please be complete. Thank you! ;)
 
Top