Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27
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.

R and Rn for n≥1 with the Euclidean metric are complete, componentwise from the Cauchy criterion in R

Statement

  1. (R,dR) with the usual metric dR(x,y)=∣x−y∣ (The absolute value makes R a metric space: d(x,y)=∣x−y∣ is a metric, its open balls are the intervals (x−r,x+r), and it is unbounded) is a complete metric space (Complete metric space: every Cauchy sequence converges in the space).
  2. Let n∈N with n≥1 and let d2 be the Euclidean metric on Rn (Rn as the set of functions n→R, and d1, d2, d∞ are metrics on it). Then (Rn,d2) is complete.

The hypothesis n≥1 is inherited and is not decoration. Rn as the set of functions n→R, and d1, d2, d∞ are metrics on it defines Rn and its three metrics only for n≥1, because at n=0 the metric d∞ would be a maximum over the empty index set. Every statement about Rn in this library carries the hypothesis, and this one does too.

Facts & Assumptions

Given: A natural n≥1; Rn is the set of functions n→R with d2(x,y)=∑k<n(xk−yk)2; a real ε>0.

[L2]

Convergence in a metric space: xk→p in (X,d) means d(xk,p)→0 in R; Cauchyness means d(xm,xn)<ε for m,n beyond an index (Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R, Cauchy sequence in a metric space, Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric).

[L3]

d2 is a metric on Rn for n≥1, its defining sum is a finite sum, and the sum of squares is nonnegative with a unique nonnegative square root (Rn as the set of functions n→R, and d1, d2, d∞ are metrics on it, Finite sums and finite products, by recursion, Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}).

[L4]

Finite sums of nonnegative terms dominate each term and are monotone, and ∑k<nλ=nλ (Laws of finite sums and finite products, claims 2 and 4).

[L5]

For a,b≥0: a≤b  ⟺  a2≤b2 and a<b  ⟺  a2<b2 (Squaring is monotone on the nonnegatives); and ∣t∣2=t2 for every real t (Basic properties of the absolute value).

[L6]

A nonempty finite set of naturals has a maximum, and every nonempty set of naturals has a least element (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set, The well-ordering principle).

[L7]

n≥1 gives 0<1/n≤1 and 0<ε/(2n) (Inverses of positives are positive, and reciprocation reverses order).

[L8]

Limits of real sequences are unique, which is what licenses writing lim⁡kxk for a sequence already known to converge (A sequence has at most one limit).

Proof

technique · direct
1.1

By [L1] a sequence (xk) of reals is Cauchy in (R,dR) exactly when ∣xm−xn∣<ε for all m,n beyond an index and every rational ε>0, which is verbatim the Cauchy condition of Limits and Cauchy sequences of reals; and xk→p in (R,dR) exactly when ∣xk−p∣→0, which is verbatim convergence to p there.

L1L2
1.2

Let x,y∈Rn and j<n. The terms (xk−yk)2 are nonnegative, so (xj−yj)2≤∑k<n(xk−yk)2=d2(x,y)2; both ∣xj−yj∣ and d2(x,y) are nonnegative and ∣xj−yj∣2=(xj−yj)2, so ∣xj−yj∣≤d2(x,y).

L3L4L5
1.3

Let x,y∈Rn satisfy ∣xj−yj∣<ε/(2n) for every j<n. Then (xj−yj)2≤(ε/(2n))2 for every j<n, so d2(x,y)2≤n⋅ε2/(4n2)=ε2/(4n)≤ε2/4<ε2, and therefore d2(x,y)<ε.

L3L4L5L7
2.1

Claim 1: let (xk) be a Cauchy sequence in (R,dR). By step 1.1 it is a Cauchy sequence of reals, so by [A1] it converges to some x∈R, and by step 1.1 again xk→x in (R,dR). Hence every Cauchy sequence in (R,dR) converges in it.

step 1.1A1L2
2.2

Now let (x(k)) be a Cauchy sequence in (Rn,d2) and fix j<n. By step 1.2, ∣xj(m)−xj(l)∣≤d2(x(m),x(l)) for all m,l, so the real sequence (xj(k))k is Cauchy, and by [A1] it converges; its limit is unique, so the notation yj:=lim⁡kxj(k) denotes a single real.

step 1.2A1L2L8
3.1

The assignment j↦yj is a function n→R, hence an element y∈Rn; no choice is used, because yj is the unique limit of the j-th coordinate sequence.

step 2.2L3construct
3.2

For each j<n let Kj be the least natural such that ∣xj(k)−yj∣<ε/(2n) for all k≥Kj, which exists because the coordinate sequence converges to yj and every nonempty set of naturals has a least element; and put K:=max⁡{Kj:j<n}, a maximum of a nonempty finite set of naturals since n≥1.

step 2.2L6L7choose
4.1

For every k≥K and every j<n we have k≥Kj, hence ∣xj(k)−yj∣<ε/(2n), and therefore d2(x(k),y)<ε by step 1.3.

step 1.3step 3.1step 3.2
5.1

Since ε>0 was an arbitrary real, x(k)→y in (Rn,d2) with y∈Rn; so every Cauchy sequence in (Rn,d2) converges in it, which with step 2.1 gives claims 1 and 2.

step 2.1step 4.1L2∎

Remarks

  • The proof is the Cauchy criterion plus two inequalities. Step 1.2 says a coordinate difference is at most the Euclidean distance, which turns a Cauchy sequence of points into n Cauchy sequences of reals; step 1.3 says that coordinates uniformly below ε/(2n) force the Euclidean distance below ε, which turns n convergent coordinate sequences back into one convergent sequence of points. Nothing else about Rn is used, and in particular the Cauchy-Schwarz inequality is not needed here.
  • The same two inequalities hold for d1 and d∞, with the same proof of completeness. For d1(x,y)=∑k<n∣xk−yk∣: each term is at most the sum (Laws of finite sums and finite products), so ∣xj−yj∣≤d1(x,y); and ∣xj−yj∣<ε/(2n) for all j<n gives d1(x,y)≤nε/(2n)=ε/2<ε. For d∞(x,y)=max⁡{∣xk−yk∣:k<n}: the maximum dominates each entry and is one of them (Every nonempty finite set of reals has a maximum and a minimum), so ∣xj−yj∣≤d∞(x,y), and entries all below ε/2 make the maximum at most ε/2. Substituting either pair of inequalities for steps 1.2 and 1.3 leaves the rest of the proof unchanged, so (Rn,d1) and (Rn,d∞) are complete as well. Nothing later on this page uses that.
  • No choice is spent. The limit point y is assembled coordinatewise in step 3.1 from limits that are unique, and the finitely many indices Kj of step 3.2 are made canonical by taking the least one. This matters because completeness proofs elsewhere on this page do spend ACω, and the contrast is worth keeping visible.
  • Where the least-upper-bound property is. Entirely inside The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges. This theorem is a transfer result: it moves completeness from R to Rn and adds no new content about the reals.

Depends on

Used by

Dependency tree · two levels

63 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources