This is actually fairly straightforward, and reduces to the fact that
$ \sum_{p \text{prime}} \frac 1p = \log \log x + C + o(1)$
for some constant $C$. To see how to apply this to the original problem, let $p$ denote the largest prime divisor of $n$, and write $n = pz$. Then $p \ge \sqrt{n}$ if and only if $z \le p$. Thus the number of such $n \le x$ is
$\sum_{p \le x} \sum_{z \le \min(p,x/p)} 1$ which breaks up into a main term
$\sum_{p \ge \sqrt{x}} \lfloor \frac xp \rfloor$ plus a smaller term $\sum_{p \le \sqrt{x}} p$. Using Chebyshev's theorem (weaker than the PNT) that there is a constant $C> 0$ such that $\pi(x) p \le C \sqrt{x} \pi(\sqrt x/\log x$, it's easy (using partial summation) to show that = o(x)$, which is therefore negligible compared with the "smaller first term" is $O(x/\log x)$. The main term is taken care of by the equation I cited at the beginning, using the fact that $\pi(n) = o(n)$ and finally that
$\log \log x - \log \log \sqrt x = \log 2$.

