Monotonic Sequences

We say that a sequence is:

  • increasing if , for all .
  • non-decreasing if , for all .
  • decreasing if , for all .
  • non-increasing if , for all .
  • monotonic if is either non-decreasing or non-increasing.