I have found in some test problem:
Given $0 < a < b < 1$, can we conclude that $\sqrt{a + b} < \sqrt{a} + \sqrt{b}$?
I divide the combination of a and b into a few cases. Then, see what happens.
case 1 : $a \rightarrow 0$ and $b \rightarrow 0$
When $a$ approaches to zero and $b$ approaches to $a$ (which is zero), the expression will be evaluated as $\sqrt{0 + 0}$ and $\sqrt{0} + \sqrt{0}$. Since $0 = 0$, this case cannot conclude that $\sqrt{a + b} < \sqrt{a} + \sqrt{b}$
case 2 : $a \rightarrow 1$ and $b \rightarrow 1$
When $b$ approaches to one and $a$ approches to $b$ (which is one), the expression will be evaluated as $\sqrt{1 + 1}$ and $\sqrt{1} + \sqrt{1}$. Since $\sqrt{2} < 2$, then this case concludes that $\sqrt{a + b} < \sqrt{a} + \sqrt{b}$
case 3 : $a \rightarrow 0$ and $b \rightarrow 1$
When $a$ approaches to zero and $b$ approches to one, the expression will be evaluated as $\sqrt{0 + 1}$ and $\sqrt{0} + \sqrt{1}$. Since $1 = 1$, then this case cannot concludes that $\sqrt{a + b} < \sqrt{a} + \sqrt{b}$
case 4 : $a \rightarrow b$
When $a$ approaches to $b$ the expression will be evaluated as $\sqrt{b + b}$ and $\sqrt{b} + \sqrt{b}$. Since $\sqrt{2b} < 2\sqrt{b} $, then this case concludes that $\sqrt{a + b} < \sqrt{a} + \sqrt{b}$
From above cases, am I still missing some point? If not, How should I write the conclusion from that pieces of thinking mathematically? Because I instinctively believe that $\sqrt{a + b} < \sqrt{a} + \sqrt{b}$ should be true (and not $\sqrt{a + b} \leq \sqrt{a} + \sqrt{b}$).
We know that $$0 < 2\sqrt{ab}$$
add $a+b$ to both sides, we have
$$a+b < a+2\sqrt{ab}+b=(\sqrt{a}+\sqrt{b})^2$$
then we can take square root on both sides.