From my notes from lecture:
${a_n}$ is increasing if $a_{n+1}-a_n>0$ and decreasing if $a_{n+1}-a_n<0$
When my professor worked through a problem, he explicitly left $a_{n+1}$ and $a_n$ on the same side of the inequality (as seen above).
So, for example, to show that ${a_n}={}\frac{n+1}{n}$ is decreasing….
$a_{n+1}-a_n=\frac{n^2+2n-n^2-2n-1}{n(n+1)}=\frac{-1}{n(n+1)}<0$
1) How can I know that $\frac{-1}{n(n+1)}<0$?
2) Is there are reason for leaving both a_n and a_{n+1} on the same side? Does it not make more sense to use $a_{n+1}>a_n$ and $a_{n+1}<a_n$?
EDIT: As a follow up question to my answer below, what about when $a_n$ includes $(-1)^n$?
Oh my...I just realized that $a_n$ is only for $n>1$. Therefore, $\frac{-1}{n(n+1)}$ has to be less than one.