Prove that:
$\frac{\pi}2 < \sum_0^\infty \frac{1}{1+n^2} < \frac{3\pi}4 $
What I've tried:
I solved the improper integral: $\int_0^\infty \frac{1}{1+x^2} = \lim_{b\to \infty} \arctan b -\arctan 0 = \frac{\pi}2 $.
Now, everything in the sum (and in the integral) is positive so the sum must be lower than the integral (it has more members), so the claim is wrong (originally it was a "Prove/Disprove" problem...). However, if we only add the first 3 members we get 1.7 which is bigger than $\frac{\pi}2 $. Also, I checked with wolfram and the sum is somewhere around 2 so the claim is true. I have no idea how to prove it.
Someone suggested I would read Basel's problem ,in which the integral is also smaller than the sum (starting from 1) but it led me nowhere and I don't think that this kind of complex solution is needed here.
The key result to use is that if $f(x)$ is a continuous strictly decreasing function, then $f(n+1) < \int_{n}^{n+1} f(x)\,dx < f(n)$.
If we take the sum over all values of $n$ starting at $n=0$ using the right inequality, we get that $$\frac{\pi}{2} = \int_{0}^\infty \frac{dx}{1+x^2} < \sum_{n=0}^\infty \frac{1}{1+n^2},$$
and if we sum over all values of $n$ starting at $n=1$ and use the left inequality, we get $$ \sum_{n=2}^\infty \frac{1}{1+n^2} < \int_{1}^\infty \frac{dx}{1+x^2} = \frac{\pi}{4}.$$
We then get the desired inequality as follows: $$ \sum_{n=0}^\infty \frac{1}{1+n^2} = 1 + \frac{1}{2} + \sum_{n=2}^\infty \frac{1}{1+n^2} < \frac{3}{2} + \frac{\pi}{4} < \frac{\pi}{2} + \frac{\pi}{4} = \frac{3\pi}{4}.$$ (This elaboration is necessary since $\frac{1}{1+x^2}$ is increasing on $[-1,0]$, as noted in comments.)