Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck 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\mathbb{R} and Rn\mathbb{R}^n for n1n \ge 1 with the Euclidean metric are complete, componentwise from the Cauchy criterion in R\mathbb{R}

Statement

  1. (R,dR)(\mathbb{R}, d_{\mathbb{R}}) with the usual metric dR(x,y)=xyd_{\mathbb{R}}(x,y) = |x-y| (The absolute value makes R\mathbb{R} a metric space: d(x,y)=xyd(x,y) = |x-y| is a metric, its open balls are the intervals (xr,x+r)(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 nNn \in \mathbb{N} with n1n \ge 1 and let d2d_2 be the Euclidean metric on Rn\mathbb{R}^n (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 (Rn,d2)(\mathbb{R}^n, d_2) is complete.

The hypothesis n1n \ge 1 is inherited and is not decoration. Rn\mathbb{R}^n as the set of functions nRn \to \mathbb{R}, and d1d_1, d2d_2, dd_\infty are metrics on it defines Rn\mathbb{R}^n and its three metrics only for n1n \ge 1, because at n=0n = 0 the metric dd_\infty would be a maximum over the empty index set. Every statement about Rn\mathbb{R}^n in this library carries the hypothesis, and this one does too.

Facts & Assumptions

Given: A natural n1n \ge 1; Rn\mathbb{R}^n is the set of functions nRn \to \mathbb{R} with d2(x,y)=k<n(xkyk)2d_2(x,y) = \sqrt{\sum_{k<n}(x_k-y_k)^2}; a real ε>0\varepsilon > 0.

[L2]

Convergence in a metric space: xkpx_k \to p in (X,d)(X,d) means d(xk,p)0d(x_k,p) \to 0 in R\mathbb{R}; Cauchyness means d(xm,xn)<εd(x_m,x_n) < \varepsilon for m,nm,n beyond an index (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}, Cauchy sequence in a metric space, Metric space: d(x,y)=0d(x,y) = 0 iff x=yx = y, symmetry, and the triangle inequality; pseudometric and ultrametric).

[L4]

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

[L5]

For a,b0a, b \ge 0: ab    a2b2a \le b \iff a^2 \le b^2 and a<b    a2<b2a < b \iff a^2 < b^2 (Squaring is monotone on the nonnegatives); and t2=t2|t|^2 = t^2 for every real tt (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]

n1n \ge 1 gives 0<1/n10 < 1/n \le 1 and 0<ε/(2n)0 < \varepsilon/(2n) (Inverses of positives are positive, and reciprocation reverses order).

[L8]

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

Proof

technique · direct
1.1

By [L1] a sequence (xk)(x_k) of reals is Cauchy in (R,dR)(\mathbb{R}, d_{\mathbb{R}}) exactly when xmxn<ε|x_m - x_n| < \varepsilon for all m,nm,n beyond an index and every rational ε>0\varepsilon > 0, which is verbatim the Cauchy condition of Limits and Cauchy sequences of reals; and xkpx_k \to p in (R,dR)(\mathbb{R}, d_{\mathbb{R}}) exactly when xkp0|x_k - p| \to 0, which is verbatim convergence to pp there.

L1L2
1.2

Let x,yRnx, y \in \mathbb{R}^n and j<nj < n. The terms (xkyk)2(x_k - y_k)^2 are nonnegative, so (xjyj)2k<n(xkyk)2=d2(x,y)2(x_j - y_j)^2 \le \sum_{k<n}(x_k-y_k)^2 = d_2(x,y)^2; both xjyj|x_j - y_j| and d2(x,y)d_2(x,y) are nonnegative and xjyj2=(xjyj)2|x_j-y_j|^2 = (x_j-y_j)^2, so xjyjd2(x,y)|x_j - y_j| \le d_2(x,y).

L3L4L5
1.3

Let x,yRnx, y \in \mathbb{R}^n satisfy xjyj<ε/(2n)|x_j - y_j| < \varepsilon/(2n) for every j<nj < n. Then (xjyj)2(ε/(2n))2(x_j-y_j)^2 \le (\varepsilon/(2n))^2 for every j<nj < n, so d2(x,y)2nε2/(4n2)=ε2/(4n)ε2/4<ε2d_2(x,y)^2 \le n \cdot \varepsilon^2/(4n^2) = \varepsilon^2/(4n) \le \varepsilon^2/4 < \varepsilon^2, and therefore d2(x,y)<εd_2(x,y) < \varepsilon.

L3L4L5L7
2.1

Claim 1: let (xk)(x_k) be a Cauchy sequence in (R,dR)(\mathbb{R}, d_{\mathbb{R}}). By step 1.1 it is a Cauchy sequence of reals, so by [A1] it converges to some xRx \in \mathbb{R}, and by step 1.1 again xkxx_k \to x in (R,dR)(\mathbb{R}, d_{\mathbb{R}}). Hence every Cauchy sequence in (R,dR)(\mathbb{R}, d_{\mathbb{R}}) converges in it.

step 1.1A1L2
2.2

Now let (x(k))(x^{(k)}) be a Cauchy sequence in (Rn,d2)(\mathbb{R}^n, d_2) and fix j<nj < n. By step 1.2, xj(m)xj(l)d2(x(m),x(l))|x^{(m)}_j - x^{(l)}_j| \le d_2(x^{(m)}, x^{(l)}) for all m,lm, l, so the real sequence (xj(k))k(x^{(k)}_j)_{k} is Cauchy, and by [A1] it converges; its limit is unique, so the notation yj:=limkxj(k)y_j := \lim_{k} x^{(k)}_j denotes a single real.

step 1.2A1L2L8
3.1

The assignment jyjj \mapsto y_j is a function nRn \to \mathbb{R}, hence an element yRny \in \mathbb{R}^n; no choice is used, because yjy_j is the unique limit of the jj-th coordinate sequence.

step 2.2L3construct
3.2

For each j<nj < n let KjK_j be the least natural such that xj(k)yj<ε/(2n)|x^{(k)}_j - y_j| < \varepsilon/(2n) for all kKjk \ge K_j, which exists because the coordinate sequence converges to yjy_j and every nonempty set of naturals has a least element; and put K:=max{Kj:j<n}K := \max\{K_j : j < n\}, a maximum of a nonempty finite set of naturals since n1n \ge 1.

step 2.2L6L7choose
4.1

For every kKk \ge K and every j<nj < n we have kKjk \ge K_j, hence xj(k)yj<ε/(2n)|x^{(k)}_j - y_j| < \varepsilon/(2n), and therefore d2(x(k),y)<εd_2(x^{(k)}, y) < \varepsilon by step 1.3.

step 1.3step 3.1step 3.2
5.1

Since ε>0\varepsilon > 0 was an arbitrary real, x(k)yx^{(k)} \to y in (Rn,d2)(\mathbb{R}^n, d_2) with yRny \in \mathbb{R}^n; so every Cauchy sequence in (Rn,d2)(\mathbb{R}^n, d_2) 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 nn Cauchy sequences of reals; step 1.3 says that coordinates uniformly below ε/(2n)\varepsilon/(2n) force the Euclidean distance below ε\varepsilon, which turns nn convergent coordinate sequences back into one convergent sequence of points. Nothing else about Rn\mathbb{R}^n is used, and in particular the Cauchy-Schwarz inequality is not needed here.
  • The same two inequalities hold for d1d_1 and dd_\infty, with the same proof of completeness. For d1(x,y)=k<nxkykd_1(x,y) = \sum_{k<n}|x_k-y_k|: each term is at most the sum (Laws of finite sums and finite products), so xjyjd1(x,y)|x_j-y_j| \le d_1(x,y); and xjyj<ε/(2n)|x_j-y_j| < \varepsilon/(2n) for all j<nj < n gives d1(x,y)nε/(2n)=ε/2<εd_1(x,y) \le n\varepsilon/(2n) = \varepsilon/2 < \varepsilon. For d(x,y)=max{xkyk:k<n}d_\infty(x,y) = \max\{|x_k-y_k| : 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 xjyjd(x,y)|x_j-y_j| \le d_\infty(x,y), and entries all below ε/2\varepsilon/2 make the maximum at most ε/2\varepsilon/2. Substituting either pair of inequalities for steps 1.2 and 1.3 leaves the rest of the proof unchanged, so (Rn,d1)(\mathbb{R}^n, d_1) and (Rn,d)(\mathbb{R}^n, d_\infty) are complete as well. Nothing later on this page uses that.
  • No choice is spent. The limit point yy is assembled coordinatewise in step 3.1 from limits that are unique, and the finitely many indices KjK_j of step 3.2 are made canonical by taking the least one. This matters because completeness proofs elsewhere on this page do spend ACω\mathrm{AC}_\omega, 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\mathbb{R} to Rn\mathbb{R}^n and adds no new content about the reals.

Depends on

Used by

Dependency tree · next 3 levels

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