I am trying to interpret an equation, but can't understand how the less-than signs work:
$\sum _{n=1}^{\infty } \frac{1}{n^2}<1+\sum _{n=1}^{\infty } \frac{1}{n (n+1)}=1+\sum _{n=1}^{\infty } \left(\frac{1}{n}-\frac{1}{n+1)}\right)=1+1=2$
The first part returns False when I put it into Mathematica which I don't think is how it should be interpreted since this value approximates 1.644.
$\sum _{n=1}^{\infty } \frac{1}{n^2}<1$