So I've gotten as far as $\displaystyle\frac{|a+b|}{|1+ab|}<\frac{2}{|1+ab|}$ which is clearly wrong because it is greater than 1. What am I doing wrong? Is this question even true?
Asked
Active
Viewed 97 times
3
-
3Compute $\lvert 1+ab\rvert^2 - \lvert a+b\rvert^2$. – Daniel Fischer Mar 24 '14 at 18:39
-
Note: computing a weaker bound, such as you did, is not wrong -- merely insufficient. – vadim123 Mar 24 '14 at 18:40
1 Answers
1
We need to prove: /a + b/ < /1 + ab/ <==> (a + b)^2 < (1 + ab)^2 <==> a^2 + 2ab + b^2 < 1 + 2ab + a^2b^2 <==>
(1 - a^2)(1 - b^2) > 0 which is true since /a/ < 1 and /b/ < 1.
DeepSea
- 77,651