Let $f(x)=x-\ln x$. Suppose $f(x_1)=f(x_2)=m$ ($x_1<x_2$). How can I prove that
$$\sqrt{x_1}+\sqrt{x_2}\ge\sqrt{m}+\frac{1}{\sqrt{m}}?$$
My Attempt
I tried to rewrite the condition as \begin{align} &x_1-\ln x_1=m,\\ &x_2-\ln x_2=m. \end{align} By summing up the two equalities and by subtracting one equality from the other, we have \begin{align} &x_1+x_2-\ln x_1x_2=2m,\\ &\sqrt{x_1}+\sqrt{x_2}=\frac{\ln x_2-\ln x_1}{\sqrt{x_2}-\sqrt{x_1}}. \end{align} But I don't know how to continue then.