Monotone sequence

A real-valued sequence is called

increasing:
non-decreasing:
decreasing:
non-increasing:

A sequence is monotone if it is non-decreasing or non-increasing, and strictly monotone if it is increasing or decreasing.

A sequence that is both non-decreasing and non-increasing must be constant.

Monotonicity principle

Let be a monotone sequence. Then

is convergent is bounded

If non-decreasing: (climbing to the ceiling)
If non-increasing: (sinking to the floor)

Every monotone unbounded sequence is definitely divergent.

Checking monotonicity

Direct: compute and determine the sign.

Quotient trick (for positive sequences): compute instead.

Often cleaner because ratios of products/powers simplify better than differences.

Recursive sequences

For a recursion , the standard approach:

  1. Find limit candidates by solving
  2. Prove is bounded (often: show it stays above/below the candidate)
  3. Prove monotonicity (often follows from the bound)
  4. Monotone + bounded convergent, and step 1 identifies the limit

Setting is only valid after convergence is established.