Can someone help me to deduce this?
For any numbers x,y,z:
UPDATE: problem is wrong see coment.
# | User | Rating |
---|---|---|
1 | jiangly | 3898 |
2 | tourist | 3840 |
3 | orzdevinwang | 3706 |
4 | ksun48 | 3691 |
5 | jqdai0815 | 3682 |
6 | ecnerwala | 3525 |
7 | gamegame | 3477 |
8 | Benq | 3468 |
9 | Ormlis | 3381 |
10 | maroonrk | 3379 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | Dominater069 | 161 |
4 | Um_nik | 160 |
5 | atcoder_official | 159 |
6 | djm03178 | 157 |
7 | adamant | 153 |
8 | luogu_official | 150 |
9 | awoo | 149 |
10 | TheScrasse | 146 |
Can someone help me to deduce this?
For any numbers x,y,z:
UPDATE: problem is wrong see coment.
Name |
---|
http://en.wikipedia.org/wiki/Muirhead%27s_inequality
http://en.wikipedia.org/wiki/Inequality_of_arithmetic_and_geometric_means
I thinking about this but,this is when x,y,z are positive other way no :(
When numbers can be negative, it's incorrect inequality. For example: x = 0, y = 2, z = - 1
you'r right,i had a mistake;
x,y,z is such numbers that in this numbers 2 of them is positive and one any number.
More formally at first i had such Inequality(where a,b,c>0):
than mentioned x=b+c-a,y=a+c-b,z=a+b-c numbers,and get:
may say that a<=b<=c and get that x>0 y>0 z<0
now I guess that this way is difficult. can somone tell me another easy way to prove first Inequality?
This is a well-known inequality, http://en.wikipedia.org/wiki/Schur's_inequality
It is equivalent to the following: (a + b - c)(b + c - a)(a + c - b) ≤ 3abc, so when one of the brackets is negative, left part of inequality is also negative, when the right part is always positive.
thanksss bro :)