How can I evaluate
$$\lim_{k \to \infty} \frac{1}{\log k} ( \sum^k_{p \in primes} \frac{1}{\sqrt{p}} -\sum^k_n \frac{1}{\sqrt{n} \log n})$$
?
My attempt: By the Prime Number Theorem, we can approximate the asymptotic behaviour of the series over prime numbers to $$\frac{\sqrt{k}}{\sqrt{\log k}}$$ Unfortunately, as we are facing a subtraction instead of a division, this seems not useful at all.
Edit 1: This is what I tried: Let's analyse the two sums in the numerator. First, we have
$$\lim_{k \to \infty} \sum^k_n \frac{1}{\sqrt{n} \log n} - li(\sqrt{k}) = Q$$
For a fixed constant $Q$ and $li(x)$ the logarithmic integral.
To work with the other sum, let's define $a_n=\frac{1}{n}$ for $n$ a prime number and $0$ otherwise . Then, by applying Abel's Summation we have that
$$\sum^k_{p \in primes} \frac{\sqrt{p}}{p} = \sqrt{k} \sum_{p \le k} \frac{1}{p} - \frac{1}{2} \int_2^k \sum_{p \le y} \frac{1}{p} \frac{dy}{\sqrt{y}} + Q'$$
For a constant Q'. By applying that $$\lim_{k \to \infty}\sum^k_{p \in primes} \frac{1}{p} - \log \log k = M$$ for a constant $M$, we get:
$$\lim_{k \to \infty} \sum^k_{p \in primes} \frac{\sqrt{p}}{p} - ( \sqrt{k} \log \log k - \sqrt{k} \log \log k + li(\sqrt{k}) ) = Q''$$
For a constant $Q''$. For last, substituting in the original problem, we get that the numerator of our fraction converges to a constant.