Please Login to access more options.


Definition (Increasing Decreasing Monotonic Sequences)

Let $(a_n)$ be a sequence of real numbers.

  • We say that $(a_n)$ is (strictly) increasing if $a_n<a_{n+1}$ for every $n\in\mathbb{N}$.
  • We say that $(a_n)$ is (strictly) decreasing if $a_n>a_{n+1}$ for every $n\in\mathbb{N}$.
  • We say that $(a_n)$ is nonincreasing if $a_n\geq a_{n+1}$ for every $n\in\mathbb{N}$.
  • We say that $(a_n)$ is nondecreasing if $a_n\leq a_{n+1}$ for every $n\in\mathbb{N}$.
  • We say that $(a_n)$ is monotonic if $(a_n)$ is either nonincreasing or nondecreasing.

You should notice that a strictly decreasing sequence is nonincreasing, and a strictly increasing sequence is nondecreasing.