4

Does the following inequality hold? $$\sqrt {x-z} \geq \sqrt x -\sqrt{z} \ , $$ for all $x \geq z \geq 0$.

My justification \begin{equation} z \leq x \Rightarrow \\ \sqrt z \leq \sqrt {x} \Rightarrow \\ 2\sqrt z \sqrt z \leq 2\sqrt z\sqrt {x} \Rightarrow \\ 2 z \leq 2\sqrt z\sqrt {x} \Rightarrow \\ z - 2\sqrt z\sqrt {x} + x \leq x - z \Rightarrow \\ (\sqrt x -\sqrt z )^2 \leq x - z \Rightarrow \\ \sqrt x -\sqrt z \leq \sqrt {x - z} \end{equation}

user
  • 154,566

3 Answers3

10

More simply we have that

$$x-z=\left(\sqrt x -\sqrt{z}\right)\left(\sqrt x +\sqrt{z}\right)\ge \left(\sqrt x -\sqrt{z}\right)^2$$

user
  • 154,566
3

\begin{equation} \qquad\sqrt {x-z} \ge \sqrt x -\sqrt{z}\\ \implies (\sqrt {x-z})^2 \geq (\sqrt x -\sqrt{z})^2\\ \implies x-z\ge x-2\sqrt{xz}+z\\ \implies x-z - x-z\ge-2\sqrt{xz}\\ \implies -2z\ge -2\sqrt{xz}\\ \implies -z\ge -\sqrt{xz}\\ \text{ subtracting both sides from both sides reverses the relationship}\\ \implies \sqrt{xz}\ge z\\ \implies xz\ge z^2\\ \implies x\ge z\quad \land\quad x-z\ge 0\\ \implies x\ge\ z\ge 0 \end{equation}

poetasis
  • 6,338
3

While the other existing answers give simple algebraic reasons for this fact, it is actually far more useful in general to see this fact as a special case of the smoothing technique. In particular, for any concave function $f$ on domain $D⊆ℝ$, we have that $f(a+b) ≥ f(a'+b')$ for every $a,b,a',b'$ such that $a+b = a'+b'$ and $a' ≤ a,b ≤ b'$. That is, pushing the points $a,b$ apart while preserving their sum decreases the total value of $f$ on them. In your case you simply have $(a,b) = (z,x-z)$ and $(a',b') = (0,x)$ and $f$ being the real-square-root function.

This general smoothing technique is extremely powerful if you know how to use it. For example it gives a one-line proof of AM-GM inequality, and similarly a short proof of Jensen's inequality. In discrete mathematics it is sometimes called a swapping argument (here is an example usage). In real analysis, it can be used in conjunction with a compactness argument to prove theorems that can be quite difficult to prove without (such as the two continuous optimization theorems in this post).

user21820
  • 57,693
  • 9
  • 98
  • 256
  • Downvoter wants to explain the downvote? Cannot understand mathematics? Only want to get points? Hmm... – user21820 Nov 06 '20 at 12:14