0

Consider $(x, y) \in \mathbb{R}^2$. From the triangle inequality, we have $$||(x, y)|| \leq ||(x, 0)|| + ||(y, 0)||$$ which means that $$\sqrt{x^2+y^2} \leq \sqrt{x^2} + \sqrt{y^2} = x+y.$$

Whether or not that's relevant, I'd like to conclude that $$|x| \leq \sqrt{x^2 + y^2}$$ for all real $x$ and $y$, and Wolfram Alpha says that I can; but, I don't see how to do this. Could someone please show why this last inequality is true for all real $x$ and $y$?

on-pasta
  • 531

2 Answers2

2

$x,y \in \mathbb{R}$

1)$|x|=\sqrt{x^2};$

2) $x^2 \le x^2+y^2$, since $y^2 \ge 0.$

3) Square root is an increasing function.

Hence

4)$ |x| \le \sqrt{x^2+y^2}.$

Peter Szilas
  • 20,344
  • 2
  • 17
  • 28
1

Use $y^2\ge0$ to conclude that $x^2\le x^2+y^2$ and then take square roots.

Angina Seng
  • 158,341