For this proof, I'm having trouble completing it. Here is what I have so far. Can anyone please help me out?
Show that if $a_n > 0$ for all n ∈ N and $\sum a_n$ is convergent, then $\sum ln(1+a_n)$ is convergent.
Suppose $\sum a_n$ is convergent
$\sum a_n$
$= a_1+a_2+...+a_n$
$ = S_n$
$\lim_{n\to \infty} S_n = L$
$\sum ln(1+a_n)$
$ = ln(1+a_1+a_2+...+a_n)$
$ = ln(1+S_n)$
Hint: use the limit comparison test. In order to show $\sum \ln(1+a_n)$ converges, you just need to show that $$ \lim_{n\to\infty} \frac{\log(1+a_n)}{a_n} $$ exists and is nonzero and finite. Since $a_n\to0$ as $n\to\infty$, this limit equals $$ \lim_{x\to0 } \frac{\log(1+x)}{x} $$ which can be computed using L'Hôpital's rule.