If $0 \le A \le B$ then $\sqrt{A} \le \sqrt{B}$, where $A, B$ are linear transformations.
Hint: compute $(\sqrt{B} + \sqrt{A} + \epsilon)(\sqrt{B} - \sqrt{A} + \epsilon)$.
I used a hint from the book and proved that expression $C = (\sqrt{B} - \sqrt{A} + \epsilon)$ is invertible for $\epsilon > 0$.
Now I don't know how to show that $C$ is positive?
Once $0 \le C$, we can write $\sqrt{A} \le \sqrt{B} + \epsilon$, for all $\epsilon > 0$, and conclude that $\sqrt{A} \le \sqrt{B}$. Also for me it is not clear if we can apply the "techniques with limits" to the linear transformations.
Update: Proving that $C = (\sqrt{B} - \sqrt{A} + \epsilon)$ is invertible. Let
$$(\sqrt{B} + \sqrt{A} + \epsilon)(\sqrt{B} - \sqrt{A} + \epsilon) = X + i\cdot Y$$
where: $$X = B - A + 2\epsilon\sqrt{B} + \epsilon^2$$
$$Y = -i(\sqrt{A}\sqrt{B} - \sqrt{B}\sqrt{A})$$
Now $X$ is strictly positive for $\epsilon > 0$ and $Y$ is self-adjoint/Hermitian and $X + iY$ is invertible, which follow from previous exercise in the book.