Let $z\in \mathbb{C}$. I want to show that $\frac{1}{z+n}+\frac{1}{z-n}=O(\frac{1}{n^2})$.
By definition, I need to show that for some constant $M$ and $N$, we have $\mid\frac{1}{z+n}+\frac{1}{z-n}\mid=\mid\frac{2z}{z^2-n^2}\mid\leq \frac{M}{n^2}$ for every $n\geq N$. I need to change this inequality and treat $z$ as a constant. Is this the right approach?