5

Let $x,y,z,t$ be real numbers such that $x,y,z,t\geq 1$ and $xyzt=16$. How to prove

$$x-\frac{1}{x}+y-\frac{1}{y}+z-\frac{1}{z}+t-\frac{1}{t}\geq6$$

I want some hint. thank you very much

gt6989b
  • 54,422
kong
  • 781
  • Please let us know your own thoughts and ideas by adding them to the body of your question.Also,try and use the AM-GM inequality. – rah4927 Apr 07 '14 at 17:30

2 Answers2

3

Consider $a=\log_2 x, b = \log_2 y, c = \log_2 z, d = \log_2 t$. In these variables, we have to show that for $a, b, c, d \ge 0$ and $a+b+c+d = 4 $, $$\sum (2^a-2^{-a}) \ge 6$$

This follows from applying Jensen's inequality to the convex function $2^a-2^{-a}$.

Macavity
  • 46,381
1

Hint: Assume two of the numbers are unequal, say $x$ and $y$. Show that you can replace $x$ and $y$ each with $\sqrt{xy}$ and your quantity will decrease. This effectively shows that the minimum occurs when all 4 variables are equal, i.e. equal to $2$.

user2566092
  • 26,142