Let x, y, z and w be positive real numbers.
Using the result that x/y + y/x >= 2,
we can show that
(x+y+z)/w + (w+y+z)/x + (w+x+z)/y + (w+x+y)/z >= 12 -- (result 1)
by writing breaking down each fraction like this:
(x+y+z)/w = x/w + y/w + z/w
and grouping them together
but, we can also use the result x/y + y/x >= 2
to form four inequations:
(x+y+z)/w + w/(x+y+z) >= 2
(w+y+z)/x + x/(w+y+z) >= 2
(w+x+z)/y + y/(w+x+z) >= 2
(w+x+y)/z + z/(w+x+y) >= 2
adding them together, we have
x+y+z)/w + (w+y+z)/x + (w+x+z)/y + (w+x+y)/z >=
8 - [ w/(x+y+z) + x/(w+y+z) + y/(w+x+z) + z/(w+x+y) ]
where the [ ... ] is a positive number -- (result 2)
Is this valid?
Using the result that x/y + y/x >= 2,
we can show that
(x+y+z)/w + (w+y+z)/x + (w+x+z)/y + (w+x+y)/z >= 12 -- (result 1)
by writing breaking down each fraction like this:
(x+y+z)/w = x/w + y/w + z/w
and grouping them together
but, we can also use the result x/y + y/x >= 2
to form four inequations:
(x+y+z)/w + w/(x+y+z) >= 2
(w+y+z)/x + x/(w+y+z) >= 2
(w+x+z)/y + y/(w+x+z) >= 2
(w+x+y)/z + z/(w+x+y) >= 2
adding them together, we have
x+y+z)/w + (w+y+z)/x + (w+x+z)/y + (w+x+y)/z >=
8 - [ w/(x+y+z) + x/(w+y+z) + y/(w+x+z) + z/(w+x+y) ]
where the [ ... ] is a positive number -- (result 2)
Is this valid?
Last edited: