I'm currently having some trouble trying to test for uniform convergence of the series.
$\sum_{k=0}^{\infty}\frac{1}{kx+2}-\frac{1}{kx+x+2}$ $0 \leq x \leq 1 $
I tried to test for uniform convergence using the Weierstrass' M test where I set my M such that $$ M_k=\frac{1}{k+2} $$ and $$\sum_{k=0}^{\infty}\frac{1}{k+2} $$
After performing a comparison test, I came to the conclusion that $\sum_{k=0}^{\infty}\frac{1}{k+2} $ has divergence.
I understand that suppose $|u_k| \leq M_k $, if $$\sum_{k=0} M_k < \infty$$ than $$\sum_{k=0} u_k $$ converges uniformly in a $\leq x \leq b$.
However, I haven't been able to find or understand, what if $$\sum_{k=0}^{\infty} M_k$$ divergence..does this imply that $$\sum_{k=0}^{\infty} u_k$$ diverges too? or is there an alternative method to prove that a series does not uniformly converge but converges?