I am studying the convergence of $\sum _{n=1}^{\infty } \ln \left(\frac{n+1}{n}\right)$.
Approach 1: Limit comparison test
Using the limit comparison test, and choosing $a_n = \ln \left(\frac{n+1}{n}\right)$ and $b_n = \frac1n$ it is obvious that the sum diverges:
$\lim _{n\to \infty \:}\left(\frac{\ln \left(\frac{n+1}{n}\right)}{\frac{1}{n}}\right) = 1$
But I used De L'Hospital's theorem to evaluate this limit by letting $f(x)$ instead of $f(n)$, hence I decided to evaluate the sum in a more sequence-centric way.
Approach 2: Telescoping Series
$\sum _{n=1}^{\infty } \ln \left(\frac{n+1}{n}\right) = \sum _{n=1}^{\infty } \ln(n+1) - \ln(n) = \lim_{n\to\infty} -\ln(1) + \ln(n) = +\infty \text { (Diverges) }$
Although the result of the second approach is the same, I am not sure about it. Is it correct?