Alphabeta Math
CorollaryStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)
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.

For n1n \ge 1 every bounded sequence in Rn\mathbb{R}^n has a convergent subsequence

Statement

Let nNn \in \mathbb{N} with n1n \ge 1 and let (x(j))jN\bigl(x^{(j)}\bigr)_{j\in\mathbb{N}} be a sequence in Rn\mathbb{R}^{n} whose range {x(j):jN}\{\, x^{(j)} : j \in \mathbb{N} \,\} is a bounded subset of (Rn,d2)(\mathbb{R}^{n}, d_2) (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space, Rn\mathbb{R}^n as the set of functions nRn \to \mathbb{R}, and d1d_1, d2d_2, dd_\infty are metrics on it). Then there are a strictly increasing i:NNi : \mathbb{N} \to \mathbb{N} (Sequences of reals: bounded, eventually, frequently, tails, subsequences, A strictly increasing index map satisfies nkkn_k \ge k) and a point pRnp \in \mathbb{R}^{n} with

x(ij)pin (Rn,d2)x^{(i_j)} \longrightarrow p \quad \text{in } (\mathbb{R}^{n}, d_2)

(Convergence of a sequence in a metric space: xkxx_k \to x iff d(xk,x)0d(x_k, x) \to 0 in R\mathbb{R}). By For n1n \ge 1 all norms on Rn\mathbb{R}^n are equivalent the same statement holds with d2d_2 replaced by the metric of any norm on Rn\mathbb{R}^{n}, boundedness and convergence both being unchanged by that replacement (Equivalent norms, and the dictionary with equivalent metrics).

This is assembled from published theorems and is not proved again by bisection. The bisection is in Heine-Borel in Rn\mathbb{R}^n: with the Euclidean metric a subset of Rn\mathbb{R}^n is compact if and only if it is closed and bounded, and the proof by bisection uses no choice principle; the same holds on the real line, published at order 120; what is added here is the passage from compactness to sequential compactness and the reading of the conclusion in Rn\mathbb{R}^{n}.

Choice cost: none. Heine-Borel in Rn\mathbb{R}^n: with the Euclidean metric a subset of Rn\mathbb{R}^n is compact if and only if it is closed and bounded, and the proof by bisection uses no choice principle; the same holds on the real line is proved by bisection and uses no choice principle, and "compact implies sequentially compact" is a theorem of ZF (In any metric space compactness implies countable compactness and limit point compactness, and each of countable compactness and limit point compactness implies sequential compactness; every implication here is proved without a choice principle). The five-way equivalence For a metric space, compact, countably compact, limit point compact, sequentially compact, and complete together with totally bounded are all equivalent, given countable choice and dependent choice is not used, precisely because it is stated under countable choice and dependent choice (The axiom of dependent choice: a relation in which every element is related to something admits an N\mathbb{N}-indexed chain) and would overcharge this corollary; the arrow-by-arrow account is What each implication between the compactness properties of a metric space costs: which are theorems of ZF, which use countable choice, and which use dependent choice.

Facts & Assumptions

Given: A natural n1n \ge 1; a sequence (x(j))\bigl(x^{(j)}\bigr) in Rn\mathbb{R}^{n} whose range is bounded in (Rn,d2)(\mathbb{R}^{n},d_2).

[L1]

Boundedness: a nonempty AXA \subseteq X is bounded when AB(q,r)A \subseteq B(q,r) for some qXq \in X and real r>0r > 0 (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space, Open ball, closed ball and sphere in a metric space).

[L3]

Closed boxes are compact: for reals akbka_k \le b_k (k<n)(k<n) the set Q={yRn:akykbk for every k<n}Q = \{\, y \in \mathbb{R}^{n} : a_k \le y_k \le b_k \text{ for every } k<n \,\} is a compact subset of (Rn,d2)(\mathbb{R}^{n},d_2) (Heine-Borel in Rn\mathbb{R}^n: with the Euclidean metric a subset of Rn\mathbb{R}^n is compact if and only if it is closed and bounded, and the proof by bisection uses no choice principle; the same holds on the real line clause 1, Open cover, subcover, compact metric space, and compact subset of a metric space).

[L5]

A compact subset AA of XX is one for which the metric subspace (A,dA)(A,d_A) is a compact metric space, dAd_A being the restriction of dd (Open cover, subcover, compact metric space, and compact subset of a metric space, Isometry, isometric embedding, and the subspace metric on a subset).

Proof

technique · direct
1.1

The range of the sequence is nonempty and bounded, so there are qRnq \in \mathbb{R}^{n} and a real r>0r > 0 with d2(x(j),q)<rd_2(x^{(j)}, q) < r for every jNj \in \mathbb{N}.

L1
2.1

Put M:=r+q2M := r + \lVert q\rVert_2, a real with M>0M > 0. By the triangle inequality for the norm, x(j)2x(j)q2+q2=d2(x(j),q)+q2<M\lVert x^{(j)}\rVert_2 \le \lVert x^{(j)} - q\rVert_2 + \lVert q\rVert_2 = d_2(x^{(j)},q) + \lVert q\rVert_2 < M for every jj.

step 1.1L2
3.1

For every jj and every k<nk<n: xk(j)x(j)2<M|x^{(j)}_k| \le \lVert x^{(j)}\rVert_2 < M, hence Mxk(j)M-M \le x^{(j)}_k \le M.

step 2.1L2
4.1

Let Q:={yRn:MykM for every k<n}Q := \{\, y \in \mathbb{R}^{n} : -M \le y_k \le M \text{ for every } k<n \,\}. Since MM-M \le M, QQ is a compact subset of (Rn,d2)(\mathbb{R}^{n},d_2), and by step 3.1 every term x(j)x^{(j)} lies in QQ.

step 3.1L3
5.1

By [L5] the metric subspace (Q,dQ)(Q, d_Q) is a compact metric space, and by [L4] it is sequentially compact.

step 4.1L4L5
6.1

(x(j))\bigl(x^{(j)}\bigr) is a sequence in QQ, so there are a strictly increasing i:NNi : \mathbb{N} \to \mathbb{N} and pQp \in Q with x(ij)px^{(i_j)} \to p in (Q,dQ)(Q, d_Q).

step 4.1step 5.1L4L6
7.1

Since dQd_Q is the restriction of d2d_2 to Q×QQ \times Q, the reals dQ(x(ij),p)d_Q(x^{(i_j)}, p) and d2(x(ij),p)d_2(x^{(i_j)}, p) are equal for every jj, so x(ij)px^{(i_j)} \to p in (Rn,d2)(\mathbb{R}^{n},d_2) as well.

step 6.1L5L6
8.1

So the bounded sequence (x(j))\bigl(x^{(j)}\bigr) has a subsequence converging in (Rn,d2)(\mathbb{R}^{n},d_2), which is the claim.

step 6.1step 7.1

Remarks

Depends on

Used by

Dependency tree · next 3 levels

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