2

Let $a,b$ be non-zero reals such that $ab\ge \frac{1}{a}+\frac{1}{b}+3$ then prove the following inequality : $$ \sqrt[3]{ab}\ge \frac{1}{\sqrt[3]{a}}+\frac{1}{\sqrt[3]{b}}$$ This one stumped me completely as usual. A solution would be welcome.

shadow10
  • 5,616

2 Answers2

2

[Clearly we can substitute all the variables with their cubes, which I will do so to avoid writing so many cube-roots.]

For any $a,b < 0$:

  $a b > 0 > \frac{1}{a} + \frac{1}{b}$

For any $a > 0$ and $b \ne 0$:

  If $a b < \frac{1}{a} + \frac{1}{b}$:

    Let $b' > b$ such that $a b' = \frac{1}{a} + \frac{1}{b'}$ and ( $b' < 0$ if $b < 0$ ), which is possible because:

      $f : x \mapsto a x - \frac{1}{a} - \frac{1}{x}$ is continuous except at $0$

      $f(b) < 0$ and $f(0^-) = \infty$ and $f(\infty) = \infty$

      Thus the claim follows by Intermediate value theorem

    Then $a^3 b^3 < a^3 b'^3 = ( \frac{1}{a} + \frac{1}{b'} )^3 = \frac{1}{a^3} + \frac{1}{b'^3} + 3 \frac{1}{ab'}( \frac{1}{a} + \frac{1}{b'} ) = \frac{1}{a^3} + \frac{1}{b'^3} + 3 < \frac{1}{a^3} + \frac{1}{b^3} + 3$

  Therefore $a b \ge \frac{1}{a} + \frac{1}{b}$ if $a^3 b^3 \ge \frac{1}{a^3} + \frac{1}{b^3} + 3$

Likewise for $b > 0$ and $a \ne 0$

Therefore ( $a b \ge \frac{1}{a} + \frac{1}{b}$ if $a^3 b^3 \ge \frac{1}{a^3} + \frac{1}{b^3} + 3$ ) for any $a,b \ne 0$

[I should add that this solution was found by plotting the two inequalities using Graph and seeing that they were equivalent. The solution is essentially to show that equality for the simpler one implies equality for the other, and then to move within the regions of inequality towards the equality case.]

user21820
  • 57,693
  • 9
  • 98
  • 256
2

I found another proof that establishes the equivalence between the two inequalities:

[As in my other solution, I will substitute all the variables with their cubes.]

$a^3 b^3 - \frac{1}{a^3}-\frac{1}{b^3} - 3 = ( a b - \frac{1}{a} - \frac{1}{b} ) ( a^2 b^2 + a + b + \frac{1}{a^2} + \frac{1}{b^2} - \frac{1}{ab} )$

$ = ( a b - \frac{1}{a} - \frac{1}{b} ) \left( \frac{1}{2}(ab+\frac{1}{a})^2 + \frac{1}{2}(ab+\frac{1}{b})^2+\frac{1}{2}(\frac{1}{a}-\frac{1}{b})^2 \right)$

Also $\frac{1}{2}(ab+\frac{1}{a})^2 + \frac{1}{2}(ab+\frac{1}{b})^2+\frac{1}{2}(\frac{1}{a}-\frac{1}{b})^2 \ge 0$ with equality case only when $a = b = -1$

And $a b - \frac{1}{a} - \frac{1}{b} = 3 > 0$ when $a = b = -1$

Therefore $a^3 b^3 - \frac{1}{a^3}-\frac{1}{b^3} - 3 \ge 0$ iff $a b - \frac{1}{a} - \frac{1}{b} \ge 0$

user21820
  • 57,693
  • 9
  • 98
  • 256