As an example application of the comparison test, Spivak introduces the series $\displaystyle \sum_{n=1}^{\infty} \frac{n+1}{n^{2}+1}$. He says, "we would expect this series to diverge, since $\frac{n+1}{n^{2}+1}$ is practically $\frac{1}{n}$ for large $n$. To prove this, choose any number $c$ with $0<c<1$. Then
$$0 \leq \frac{1}{n} < c \frac{n+1}{n^{2}+1}$$
for large enough $n$."
Here's my attempt at reproducing this inequality.
Since $\frac{1}{n} <\frac{n+1}{n^{2}+1}$, we have $\frac{\frac{1}{n}}{\frac{n+1}{n^{2}+1}} <1$.
Combined with the fact that $\displaystyle \lim_{n=1}^{\infty} \frac{\frac{1}{n}}{\frac{n+1}{n^{2}+1}} =1$, we see that the quotient of the two terms increases to 1 as $n$ increases.
In particular, for $0<c<1$,
$$\frac{\frac{1}{n}}{\frac{n+1}{n^{2}+1}} >c \text{ for large enough }n.$$
So $\frac{1}{n} > c \frac{n+1}{n^{2}+1}$.
However, this is the opposite of the inequality mentioned in the text. Could you help me to see what I'm missing?