Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)judge pass (z-ai/glm-5.2)audited 2026-07-26
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences

Definition

Let (xk)(x_k) be a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences), with R\mathbb{R} ordered as in Order on the reals and Complete ordered field (least-upper-bound property), and with N\mathbb{N} ordered as in Order on the natural numbers. The sequence is:

  • nondecreasing when xjxkx_j \le x_k for all jkj \le k;
  • increasing (or strictly increasing) when xj<xkx_j < x_k for all j<kj < k;
  • nonincreasing when xjxkx_j \ge x_k for all jkj \le k;
  • decreasing (or strictly decreasing) when xj>xkx_j > x_k for all j<kj < k;
  • monotone when it is nondecreasing or nonincreasing;
  • strictly monotone when it is increasing or decreasing;
  • eventually monotone when some tail x(K)x^{(K)} (Sequences of reals: bounded, eventually, frequently, tails, subsequences) is monotone, that is when there is KNK \in \mathbb{N} such that the restriction of the comparison to indices K\ge K is one-signed.

An increasing sequence is nondecreasing and a decreasing sequence is nonincreasing, since jkj \le k means j<kj < k or j=kj = k and the second case gives equality. A sequence that is both nondecreasing and nonincreasing is constant.

Consecutive comparisons suffice, and that is an induction. The four conditions above quantify over all pairs of indices, but what one checks in practice, and what a recursive construction delivers, is the comparison of consecutive terms. The two agree:

(xk)(x_k) is nondecreasing if and only if xkxσ(k)x_k \le x_{\sigma(k)} for every kNk \in \mathbb{N}, and (xk)(x_k) is increasing if and only if xk<xσ(k)x_k < x_{\sigma(k)} for every kNk \in \mathbb{N}; likewise, with the inequalities reversed, for nonincreasing and decreasing.

The forward implications are the instances j=kj = k, k=σ(k)k = \sigma(k) of the definitions, using k<σ(k)k < \sigma(k) (Discreteness: σ(n)\sigma(n) is the immediate successor). For the converse, suppose xixσ(i)x_i \le x_{\sigma(i)} for every ii and fix kk; we show by induction on kk (The principle of mathematical induction) that xjxkx_j \le x_k for every jkj \le k. For k=0k = 0: j0j \le 0 forces j=0j = 0, and x0x0x_0 \le x_0. Assume the statement for kk and let jσ(k)j \le \sigma(k). If j=σ(k)j = \sigma(k) then xjxσ(k)x_j \le x_{\sigma(k)} by reflexivity. Otherwise j<σ(k)j < \sigma(k), and then jkj \le k: were k<jk < j we would have k<j<σ(k)k < j < \sigma(k), which Discreteness: σ(n)\sigma(n) is the immediate successor excludes, so jkj \le k by totality of the order on N\mathbb{N} (\le is a linear order on N\mathbb{N}). The induction hypothesis gives xjxkx_j \le x_k, and xkxσ(k)x_k \le x_{\sigma(k)} by assumption, so xjxσ(k)x_j \le x_{\sigma(k)} by transitivity. This completes the induction. The three remaining equivalences are the same argument with \le replaced by <<, \ge or >>, transitivity of the strict order being used in the same place.

Boundedness of a monotone sequence is one-sided. A nondecreasing sequence is bounded below by its first term x0x_0, and a nonincreasing sequence is bounded above by x0x_0, both immediately from the definition with j=0j = 0. So for a nondecreasing sequence the only substantive question is whether it is bounded above, and for a nonincreasing sequence whether it is bounded below. The range of (xk)(x_k) is the set {xk:kN}\{x_k : k \in \mathbb{N}\} (Sequences of reals: bounded, eventually, frequently, tails, subsequences), and it is bounded above, bounded below or bounded in the sense of Lower bound, bounded below, bounded set exactly when the sequence is.

Remarks

Depends on

Used by

…and 4 more results.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 46 results over 14 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources