Can someone help me to deduce this?
For any numbers x,y,z:
UPDATE: problem is wrong see coment.
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3821 |
3 | Benq | 3736 |
4 | Radewoosh | 3631 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3388 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
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 :)