Celeb Glow
updates | April 19, 2026

Monotonically increasing vs Non-decreasing [duplicate]

$\begingroup$

Is monotonically increasing is same as non-decreasing? Thank you for answer beforehand.

$\endgroup$ 3

2 Answers

$\begingroup$

As noted in the comments, for a sequence to be "monotonically increasing", what that requires is a bit ambiguous, depending on authors.

For example, Rudin, in his Principles of Mathematical Analysis (Definition 3.13), defines a sequence $\{s_n\}$ of real numbers to be:

(a) monotonically increasing if $s_n \leq s_{n+1}, (n = 1, 2, 3, \cdots)$ [i.e., non-decreasing].

(b) monotonically decreasing if $s_n \geq s_{n+1}, (n = 1, 2, 3, \cdots)$ [i.e., non-increasing].

To be explicit (and avoid ambiguity), one can specify that a monotonic sequence is "strictly increasing" or that it is non-decreasing, or non-increasing, or strictly decreasing.

Note that the Monotone Convergence Theorem applies regardless of whether the above interpretations: a non-decreasing (or strictly increasing) sequence converges if it is bounded above, and a non-increasing (or strictly decreasing) sequence converges if it is bounded below.

$\endgroup$ $\begingroup$

No. $x(0)=0, x(1)=0, x(2)=1$ is non-decreasing, but not monotonically increasing. It is monotonically increasing if $x(1)=0.5$ instead, for example.

$\endgroup$ 1