Determine if $\sum_{n = 1}^{\infty} \frac{1}{x^{2} + n^{2}}$ converges on $\mathbb{R}$.
Attempt:
Examining the behavior of $\frac{1}{x^{2} + n^{2}}$, we see that:
$$\|\frac{1}{x^{2} + n^{2}}\|_{\infty} = \sup_{x \in \infty}\Bigg|\frac{1}{x^{2} + n^{2}}\Bigg| \leq \frac{1}{n^2}.$$
If we let $M_{n} = \frac{1}{n^2}$ it has been established that $\sum_{k = 1}^{\infty}\frac{1}{n^{2}}$ converges. So by application of the M- test, our series converges.
My problem: I always have trouble deciding how to bound things in this form: $$\Bigg|\frac{1}{x^{2} + n^{2}}\Bigg| \leq \frac{1}{n^2}$$ as an example. What am I allowed to remove and what can I not remove from any sort of comparison? If my $x$ is being assumed as fixed am I allowed to remove that to bound my function or is it the $n$ that I can remove if need be? I may have answered my own question by stating that $x$ is fixed so that means any $n$ term would have to remain... But in a similar question my professor did a comparison of $k(k + x^2) \geq k$ to manipulate denominators. So again it comes down to what am I allowed to remove?
For any $x\in\Bbb R$, we have $x^2 \geq 0$. Hence, $x^2+n^2 \geq n^2$ and thus (by taking the reciprocal*) $$\frac1{x^2+n^2} \le \frac1{n^2}.$$
* For two strictly positive real numbers $r_1, r_2$, we have $$r_1\geq r_2 \iff \frac1{r_1} \le \frac1{r_2}.$$