1

I know that this statement is true, but I cannot figure out a way to actually prove it. $a$ and $b$ are both positive real numbers.

Emilio Novati
  • 62,675
Victor H.
  • 11
  • 2

3 Answers3

2

$2a^2 + 2b^2 > ab \iff 4a^2 + 4b^2 > 2ab \iff 3a^2 + 3b^2 + (a-b)^2 > 0$ for $a,b$ positive.

bgg1992
  • 116
  • 1
1

Dividing both sides by $ab$ gives $$2\Big( \frac{a}{b} + \frac{b}{a}\Big) > 1$$ Considering $\mu\equiv\frac{a}{b}$ and cleaning up a bit gives, $$\mu +\mu^{-1} >\frac{1}{2}$$ $a$ and $b$ were positive reals, so $\mu:(0, 1]\cup[1,+\inf)$. Thus, the sum of $\mu$ and it's inverse must be great than one. $\square$

0

Since $(a-b)^2>0$ for every real $a,b$ not both zero, we have that $$a^2+b^2>2ab>ab/2,$$ as wanted.

Allawonder
  • 13,327