I am trying to calculate the following limit:
$$ \lim_{n\to\infty} \dfrac{\log\left( \dfrac{1}{\log(n+1)}-\dfrac{1}{\log(n+2)} \right)}{\log(n^{-2})} $$ Doing some numerical experiments my guess for the limit is $1/2$. My problem is with the expression of the numerator. I have got the lower bound $$ \dfrac{1}{\log(n+1)}-\dfrac{1}{\log(n+2)} \geq \dfrac{C}{n(\log n)^2} $$ where $C>0$ is a constant. This bound allows me to note that my limit is bounded below by $$ \lim_{n\to\infty}\dfrac{\log\left( \dfrac{C}{n(\log n)^2}\right)}{\log n^{-2}}=\dfrac{1}{2}+C'\cdot \lim_{n\to\infty}\dfrac{\log\log n}{\log n}=\dfrac{1}{2} $$ so $1/2$ is indeed a lower bound for my limit. Now, when I try to get an upper bound, usually my bounds for the logarithm are too strong and do not provide me any useful information for the limit. Any help would be appreciated.