-1

How do I prove this? x and y are real numbers. Thanks for the help.

dtldarek
  • 37,381

3 Answers3

3

Since both sides of $\sqrt{x^{2} + y^{2}} \le |x| + |y|$ are non-negative real numbers, taking the square on both sides gives the equivalent statement $$x^{2} + y^{2} \le (|x| + |y|)^2 = |x|^2 + |y|^2 + 2|x||y| = x^2 + y^2 + 2|xy| \tag{1}\label{*} $$

Since we define the absolute value on the reals as $|x|= \sqrt{x^2}$

So then clearly ${|x|}^2=x^2$

Also we know $2|xy| \geq 0$ for all real numbers $x,y$, and $(1)$ follows.

lattice
  • 805
  • This is the same answer I arrived at but, I wasn't to sure whether x^2 + y^2 was the same as |x|^2 + |y|^2 for all real numbers x and y since we could be dealing with negatives as well. Thank you. – EtherealMist May 19 '16 at 06:32
  • @OlivierOloa thank you, yes, that was what I meant. – lattice May 19 '16 at 07:12
3

Consider a right triangle with legs of length $|x|$ and $|y|$. Then the left side is the length of the hypotenuse, which by the triangle inequality is necessairly shorter than the sum of lengths of two other sides.

I hope this helps $\ddot\smile$

dtldarek
  • 37,381
1

Let's try proof by contradiction. Suppose instead there exist numbers $x$ and $y$ such that $\sqrt{x^2 + y^2} > |x| + |y|$. We then have that $x^2 + y^2 > x^2 + y^2 + 2|x|\cdot |y|$, which implies that $|x|\cdot |y| < 0$. This impossible (thnk about why). Therefore our hypothesis must be false and $\sqrt{x^2 + y^2} \leq |x| + |y|$ for all real numbers $x,y$.

dtldarek
  • 37,381
Mnifldz
  • 12,880