Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge 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.

A nested sequence of nonempty closed bounded intervals has nonempty intersection, and the intersection is a single point exactly when the lengths tend to 00

Statement

For each kNk \in \mathbb{N} let Ik=[ak,bk]I_k = [a_k, b_k] be a closed bounded interval with akbka_k \le b_k (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length), and suppose the family is nested:

Ik+1Ik(kN).I_{k+1} \subseteq I_k \qquad (k \in \mathbb{N}).

Write k=bkak0\ell_k = b_k - a_k \ge 0 for the length of IkI_k. Then:

  1. kNIk\displaystyle\bigcap_{k \in \mathbb{N}} I_k is nonempty. More precisely, with a=sup{ak:kN}a = \sup\{a_k : k \in \mathbb{N}\} and b=inf{bk:kN}b = \inf\{b_k : k \in \mathbb{N}\}, both of which exist, one has aba \le b and kNIk=[a,b].\bigcap_{k \in \mathbb{N}} I_k = [a, b].
  2. kNIk\displaystyle\bigcap_{k \in \mathbb{N}} I_k is a single point if and only if k0\ell_k \to 0 (Limits and Cauchy sequences of reals).

Every hypothesis is load bearing. Dropping closedness makes the intersection empty; dropping boundedness does the same; and dropping nonemptiness of the individual intervals is vacuously fatal.

Facts & Assumptions

Given: Closed bounded intervals Ik=[ak,bk]I_k = [a_k, b_k] with akbka_k \le b_k for every kNk \in \mathbb{N} and Ik+1IkI_{k+1} \subseteq I_k for every kk; the sequences (ak)(a_k) and (bk)(b_k) of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences); their ranges A={ak:kN}A = \{a_k : k \in \mathbb{N}\} and B={bk:kN}B = \{b_k : k \in \mathbb{N}\}, both nonempty; and k=bkak\ell_k = b_k - a_k.

[L1]

Closed bounded intervals: [a,b]={xR:axb}[a,b] = \{x \in \mathbb{R} : a \le x \le b\}; it is nonempty exactly when aba \le b, it is the singleton {a}\{a\} when a=ba = b, it has two distinct elements aa and bb when a<ba < b, and its length is bab - a (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L2]

Least-upper-bound property and uniqueness: a nonempty subset of R\mathbb{R} bounded above has a unique supremum; the supremum is an upper bound and is \le every upper bound (Complete ordered field (least-upper-bound property), Suprema and infima are unique).

[L3]

Greatest-lower-bound property and uniqueness: a nonempty subset of R\mathbb{R} bounded below has a unique infimum; the infimum is a lower bound and is \ge every lower bound (Every nonempty set bounded below has an infimum, Suprema and infima are unique).

[L4]

Monotone sequences, and the fact that consecutive comparisons suffice: xkxk+1x_k \le x_{k+1} for all kk makes (xk)(x_k) nondecreasing, and xk+1xkx_{k+1} \le x_k for all kk makes it nonincreasing (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

[L5]

Monotone convergence: a nondecreasing sequence whose range is bounded above converges to the supremum of its range, and a nonincreasing sequence whose range is bounded below converges to the infimum (A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum).

[L6]

Algebra of limits: if ukuu_k \to u and vkvv_k \to v then ukvkuvu_k - v_k \to u - v (Algebra of limits: sums, scalar multiples, products and quotients).

[L7]

A sequence of reals has at most one limit (A sequence has at most one limit).

[L8]

Bounded above and bounded below, for a subset of R\mathbb{R} (Lower bound, bounded below, bounded set).

[L9]

The order on N\mathbb{N} is total and transitive, so any two indices k,lk, l admit an index mm with kmk \le m and lml \le m, namely the larger of the two (Order on the natural numbers, \le is a linear order on N\mathbb{N}).

Proof

technique · direct
1.1

Nestedness read on the endpoints: since ak+1bk+1a_{k+1} \le b_{k+1}, both ak+1a_{k+1} and bk+1b_{k+1} lie in Ik+1IkI_{k+1} \subseteq I_k, so akak+1a_k \le a_{k+1} and bk+1bkb_{k+1} \le b_k for every kk.

givenL1
2.1

Hence (ak)(a_k) is nondecreasing and (bk)(b_k) is nonincreasing.

step 1.1L4
3.1

For all indices kk and ll: choosing mm with kmk \le m and lml \le m gives akambmbla_k \le a_m \le b_m \le b_l, so akbla_k \le b_l.

step 2.1givenL9
4.1

Every blb_l is therefore an upper bound of AA and every aka_k a lower bound of BB; both sets are nonempty, so a:=supAa := \sup A and b:=infBb := \inf B exist and are unique.

step 3.1L2L3L8
5.1

aba \le b: each blb_l is an upper bound of AA, so abla \le b_l for every ll by leastness of the supremum; thus aa is a lower bound of BB, and aba \le b by greatestness of the infimum.

step 4.1L2L3
5.2

By monotone convergence, akaa_k \to a and bkbb_k \to b.

step 2.1step 4.1L5
5.3

The intersection is exactly [a,b][a,b]: a real xx lies in every IkI_k exactly when akxbka_k \le x \le b_k for every kk, that is exactly when xx is an upper bound of AA and a lower bound of BB, and by leastness of aa and greatestness of bb that holds exactly when axba \le x \le b.

step 4.1L1L2L3
6.1

k=bkakba\ell_k = b_k - a_k \to b - a by the algebra of limits.

step 5.2L6
6.2

Since aba \le b, the interval [a,b][a,b] is nonempty, so the intersection is nonempty; together with step 5.3 this is claim 1.

step 5.1step 5.3L1
7.1

If k0\ell_k \to 0 then ba=0b - a = 0 by uniqueness of limits, so a=ba = b and the intersection is [a,a]={a}[a,a] = \{a\}, a single point.

step 5.3step 6.1L1L7
7.2

Conversely, if the intersection is a single point then a=ba = b: it equals [a,b][a,b] with aba \le b, and a<ba < b would give the two distinct elements aa and bb. Hence ba=0b - a = 0 and k0\ell_k \to 0 by step 6.1.

step 5.1step 5.3step 6.1L1
8.1

Claim 1 is step 6.2 and claim 2 is the pair of implications in steps 7.1 and 7.2, so a nested sequence of nonempty closed bounded intervals has nonempty intersection, equal to [a,b][a,b], and that intersection is a single point exactly when the lengths tend to 00.

step 6.2step 7.1step 7.2

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 71 results over 23 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