There are both $n$ and $k$ in this formula and I don’t know how to prove it. Because in this case I cannot split the summation into parts contains the assumption.
$$\sum_{k=1}^n \frac{1}{(2k-1)2k} = \sum_{k=1}^n \frac{1}{n+k}$$
My basic case is $n=1$ and both LHS and RHS equals to $\frac{1}{2}$. Assume the statement is true for some m $$ie. \sum_{k=1}^m \frac{1}{(2k-1)2k} = \sum_{k=1}^m \frac{1}{m+k}$$ I want to prove for $m+1$ $$ie. \sum_{k=1}^{m+1} \frac{1}{(2k-1)2k} = \sum_{k=1}^{m+1} \frac{1}{m+1+k}$$ RHS I got $$\sum_{k=1}^{m+1} \frac{1}{m+1+k}=\sum_{k=1}^{m} \frac{1}{m+1+k}+\frac{1}{m+1+m+1}=\sum_{k=1}^{m} \frac{1}{m+1+k}+\frac{1}{2m+2}$$ LHS i got $$\sum_{k=1}^{m+1} \frac{1}{(2k-1)2k} = \sum_{k=1}^{m} \frac{1}{(2k-1)2k} + \frac{1}{(2(m+1)-1)2(m+1)}=\sum_{k=1}^m \frac{1}{m+k}+\frac{1}{(2m+2)(2m+1)}$$ And I got stuck here.Because RHS it is $m+1+k$ on the denominator but on LHS it is $m+k$ and they are quite different I don't know how to prove them equal.