Alphabeta Math
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.

✓ 18 results · all verified · 14 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 4 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Completeness, Completion, and Uniform Continuity

1 · Prerequisites

2 · Summary

Metric spaces, metric convergence, and subsequential limits supply the ambient language. The real Cauchy criterion, density of the rationals, and Archimedean estimates for powers and reciprocals control the scalar bounds used in sequence arguments. Metric balls, closure, boundedness, and diameter describe the sets under consideration, while isometries and equivalent metrics distinguish metric structure from the topology it induces.

A Cauchy sequence is defined and related to convergence, boundedness, and convergent subsequences; completeness is then characterised through closed subspaces and, under Countable Choice, nested closed sets, with Euclidean spaces as the central example. Uniform continuity, Lipschitz and Hölder conditions, and contractions form a hierarchy that preserves Cauchy sequences and, under Countable Choice, supports extension from dense subspaces. Banach’s fixed-point theorem supplies existence, uniqueness, and error estimates. Finally, metric completions are defined and, under Countable Choice, constructed from Cauchy sequences and shown unique through their universal property, while complete metrizability isolates the corresponding topological invariant.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

Cauchy sequence in a metric space

Definition

Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) and let (xk) be a sequence in X, that is a function N→X written xk:=x(k) (Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R, Sequences of reals: bounded, eventually, frequently, tails, subsequences). As everywhere in this library N contains 0, so a sequence is indexed from 0.

(xk) is a Cauchy sequence in (X,d) if for every rational ε>0 there is K∈N such that

d(xm,xn)<εfor all m,n≥K.

Rational and real ε agree here. The test is written with a rational ε to match Limits and Cauchy sequences of reals and Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R, and nothing is lost by using a real one: below any real η>0 lies a positive rational (The rationals embed densely in the reals), and the index belonging to that rational serves for η. So a proof may establish Cauchyness by producing an index for every real ε>0, and may use a Cauchy hypothesis at a real ε by first passing to a rational below it. Both moves are used on this page and are always cited.

The condition is exactly d(xm,xn)→0 as m and n grow independently. The distances d(xm,xn) are nonnegative reals (Nonnegativity of a metric is a consequence of the other axioms, not an axiom), and the displayed condition asks them to be uniformly small on a tail of the doubly indexed family. It is not the same as d(xk+1,xk)→0, which is a strictly weaker condition and is a standing source of error. The partial sums Hn of the harmonic series separate the two: consecutive ones differ by 1/(n+1), which tends to 0, while the sequence is unbounded, and an unbounded sequence of reals is not Cauchy (Every Cauchy sequence in a metric space is bounded).

Consistency with the real line. For X=R with the usual metric d(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) the condition above reads ∣xm−xn∣<ε for m,n≥K, which is verbatim the definition of a Cauchy sequence of reals (Limits and Cauchy sequences of reals). So the notion introduced here restricts on R to the one already in use, and no ambiguity is created.

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)verified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

Every convergent sequence in a metric space is Cauchy

Statement

Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) and let (xk) be a sequence in X converging to p∈X (Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R). Then (xk) is Cauchy in (X,d) (Cauchy sequence in a metric space).

The converse fails, and that failure is the subject of this page (FALSE: every Cauchy sequence in a metric space converges).

Facts & Assumptions

Given: A metric space (X,d), a sequence (xk) in X, a point p∈X with xk→p, and a real ε>0.

[A1]
[A2]

Cauchyness is established by producing, for every real ε>0, an index K with d(xm,xn)<ε for all m,n≥K (Cauchy sequence in a metric space, The rationals embed densely in the reals).

Proof

technique · direct
1.1

The real ε/2 is positive, so [A1] applied with η=ε/2 supplies K∈N with d(xk,p)<ε/2 for every k≥K.

A1algebra
1.2

For all m,n∈N one has d(xm,xn)≤d(xm,p)+d(p,xn).

L1
2.1

Hence for all m,n≥K: d(xm,xn)≤d(xm,p)+d(p,xn)<ε/2+ε/2=ε.

step 1.1step 1.2algebra
3.1

Since ε>0 was an arbitrary real, (xk) is Cauchy in (X,d).

step 2.1A2∎

Remarks

  • The proof spends the triangle inequality and symmetry, but not separation. Symmetry rewrites d(p,xn) as the bounded quantity d(xn,p) in step 2.1. The separation axiom (M1) is not used, so the same argument shows that a sequence converging in a pseudometric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) is Cauchy for the pseudometric.
  • Halving is the whole idea. The Cauchy condition compares two terms of the sequence, and a limit compares one term with the limit; routing m and n through p costs two applications of the convergence hypothesis, so each is run at half the target. Every proof on this page that produces a Cauchy sequence out of a convergent one repeats this step.
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

Every Cauchy sequence in a metric space is bounded

Statement

Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) and let (xk) be a Cauchy sequence in X (Cauchy sequence in a metric space). Then its range R:={ xk:k∈N } is a bounded subset of X (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space): there are a point x0∈X and a real r>0 with R⊆B(x0,r) (Open ball, closed ball and sphere in a metric space).

Consequently R is nonempty and bounded, so diam⁡(R) exists (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space).

Facts & Assumptions

Given: A metric space (X,d) and a Cauchy sequence (xk) in X; write R:={xk:k∈N}.

[A1]

Cauchyness at the real value 1: there is N∈N with d(xm,xn)<1 for all m,n≥N (Cauchy sequence in a metric space, The rationals embed densely in the reals).

[L1]

A nonempty finite set of reals has a maximum, and every element of the set is at most that maximum (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

[L3]

Membership in a ball: y∈B(x,r) means d(x,y)<r, and the radius is a positive real (Open ball, closed ball and sphere in a metric space).

[L4]

A subset A⊆X is bounded when A=∅ or A⊆B(x0,r) for some x0∈X and real r>0 (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space).

Proof

technique · direct
1.1

Fix N as in [A1], so that d(xm,xn)<1 whenever m,n≥N; in particular d(xk,xN)<1 for every k≥N.

A1
1.2

The set S:={ d(xj,xN):j≤N }∪{1} is a nonempty finite set of reals, so it has a maximum M:=max⁡S, and M≥1>0.

L1L2
2.1

Put r:=M+1, a real with r>1>0. For j≤N we have d(xj,xN)≤M<r, and for k≥N we have d(xk,xN)<1≤M<r; every index is of one of the two kinds, so d(xk,xN)<r for every k∈N.

step 1.1step 1.2choose
3.1

Hence xk∈B(xN,r) for every k, that is R⊆B(xN,r) with xN∈X and r>0, so R is bounded; and R is nonempty because it contains x0.

step 2.1L3L4∎

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

A Cauchy sequence in a metric space with a convergent subsequence converges to that subsequence’s limit

Statement

Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric), let (xk) be a Cauchy sequence in X (Cauchy sequence in a metric space), and suppose some subsequence (xnj) converges to p∈X, that is p is a subsequential limit of (xk) in (X,d) (Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R, Subsequential limit of a real sequence, and the subsequential limit set). Then the whole sequence converges to p.

In particular a Cauchy sequence has at most one subsequential limit, and it has one exactly when it converges.

Facts & Assumptions

Given: A metric space (X,d), a Cauchy sequence (xk) in X, a strictly increasing n:N→N, a point p∈X with xnj→p, and a real ε>0.

[A1]

Cauchyness: for every real η>0 there is K1 with d(xm,xl)<η for all m,l≥K1 (Cauchy sequence in a metric space, The rationals embed densely in the reals).

[A2]

Metric convergence: a sequence (yj) converges to p if and only if for every real η>0 there is K such that d(yj,p)<η for all j≥K. Applied to yj=xnj, the subsequence hypothesis gives K2 with d(xnj,p)<η for all j≥K2 (Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R, The rationals embed densely in the reals).

[L1]

A strictly increasing index map satisfies nj≥j for every j (A strictly increasing index map satisfies nk≥k).

[L3]

Two naturals have a maximum, which is one of them and is at least each of them (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

Proof

technique · direct
1.1

Apply [A1] with η=ε/2 to get K1 with d(xm,xl)<ε/2 for all m,l≥K1, and [A2] with η=ε/2 to get K2 with d(xnj,p)<ε/2 for all j≥K2.

A1A2algebra
1.2

Put K:=max⁡{K1,K2}, so K≥K1 and K≥K2.

L3choose
2.1

The index nK satisfies nK≥K≥K1, and K≥K2, so d(xnK,p)<ε/2.

step 1.1step 1.2L1
3.1

Let k≥K. Then k≥K1 and nK≥K1, so d(xk,xnK)<ε/2, and therefore d(xk,p)≤d(xk,xnK)+d(xnK,p)<ε/2+ε/2=ε.

step 1.1step 1.2step 2.1L1L2algebra
4.1

Since ε>0 was an arbitrary real, xk→p in (X,d).

step 3.1A2∎

Remarks

  • Where nj≥j is used. In step 2.1, and quoted again in step 3.1, and both places matter: it puts the single chosen subsequence term xnK beyond the Cauchy index K1, and it is what lets one index K control the subsequence and the sequence at once. Without it the subsequence could in principle look only at small indices, and the Cauchy hypothesis would never be reached.
  • Only one term of the subsequence is used. The proof does not pass to the limit along the subsequence; it fixes the single index nK and routes every later term of the whole sequence through it. That is why no further hypothesis on the subsequence is needed.
  • This is the lemma that turns compactness into completeness. A space in which every sequence has a convergent subsequence is complete (Complete metric space: every Cauchy sequence converges in the space) by this lemma alone, applied to a Cauchy sequence. The converse is false, not merely harder: R is complete (R and Rn for n≥1 with the Euclidean metric are complete, componentwise from the Cauchy criterion in R) and the sequence xk=k has no convergent subsequence, its terms being at pairwise distance at least 1 so that no subsequence is Cauchy. What does hold is that a complete space in which every sequence has a convergent subsequence is exactly a complete and totally bounded one, and total boundedness is a later page of this library.
DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

Complete metric space: every Cauchy sequence converges in the space

Definition

Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric).

(X,d) is complete if every Cauchy sequence in (X,d) (Cauchy sequence in a metric space) converges to a point of X (Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R).

A subset A⊆X is called complete when the metric subspace (A,dA) is complete (Isometry, isometric embedding, and the subspace metric on a subset); as always, the metric is part of the data, and dA is the restriction of d to A×A.

The limit is unique when it exists, since limits in a metric space are unique (A sequence in a metric space has at most one limit), so a complete space assigns to each of its Cauchy sequences one point and not a set of points.

Completeness is a property of the pair (X,d), not of X and not of the topology of d. Both quantifiers in the definition are about the metric: the Cauchy condition is stated with distances, and so is convergence. Two metrics on the same set can have the same open sets while exactly one of them is complete, which is the content of FALSE: completeness of a metric space is determined by its topology and its witness. Read the word complete as an abbreviation for complete with respect to this metric, always.

Remarks

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passverified 2026-09-10 (gpt-6-astra)Open item page →

Closed subspaces of complete metric spaces are complete; the converse under countable choice

Statement

Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) and let A⊆X carry the subspace metric dA (Isometry, isometric embedding, and the subspace metric on a subset). Then:

  1. Under countable choice ACω (The Axiom of Countable Choice (ACω)), if (A,dA) is complete (Complete metric space: every Cauchy sequence converges in the space), then A is closed in (X,d) (The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement). No completeness hypothesis on X is needed.
  2. In ZF, without a choice axiom, if (X,d) is complete and A is closed in (X,d), then (A,dA) is complete.

Consequently, under countable choice, a subspace of a complete metric space is complete if and only if it is closed.

The following form of the first direction is also choice-free: a complete subspace contains the ambient limit of every convergent sequence of its points. Hence it is closed whenever every point of its ambient closure is already known to be the limit of a sequence from that subspace. This last condition is pointwise existence, not a chosen family of sequences.

Facts & Assumptions

Given: A metric space (X,d) and a subset A⊆X with the subspace metric dA=d↾(A×A).

[A1]

Completeness of (A,dA): every dA-Cauchy sequence in A converges in (A,dA) to a point of A (Complete metric space: every Cauchy sequence converges in the space, Cauchy sequence in a metric space).

[A2]

Completeness of (X,d): every d-Cauchy sequence in X converges in (X,d) to a point of X (Complete metric space: every Cauchy sequence converges in the space).

[L1]

Distances inside A are computed in X: dA(a,b)=d(a,b) for a,b∈A (Isometry, isometric embedding, and the subspace metric on a subset). Hence a sequence in A is dA-Cauchy exactly when it is d-Cauchy, and for p∈A it converges to p in (A,dA) exactly when it converges to p in (X,d) (Cauchy sequence in a metric space, Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R).

[L2]

Under countable choice, each point of A‾ is the limit of a sequence from A (A point lies in the closure of A iff some sequence in A converges to it, and a set is closed iff it is sequentially closed, claim 1, sequence-manufacturing direction). In ZF, a closed set contains the limit of every ambient-convergent sequence of its points (the same theorem, proof step 2.2). We do not use the converse characterization of closed sets without its choice hypothesis.

[A3]

Countable choice is assumed only for claim 1: a sequence of nonempty sets has a choice function (The Axiom of Countable Choice (ACω)).

[L3]

A convergent sequence in a metric space is Cauchy (Every convergent sequence in a metric space is Cauchy).

[L4]

Limits in a metric space are unique (A sequence in a metric space has at most one limit).

[L5]

By the ball definition of closure, A⊆A‾, and if A‾⊆A then every point outside A has a ball disjoint from A, so A is closed (Interior, closure, boundary, limit point, isolated point and dense subset of a metric space, The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement).

Proof

technique · direct
1.1

First work without choice: assume [A1] and let (ak) be any sequence of points of A which converges to x∈X. We will prove x∈A for this already given sequence.

A1given
1.2

For claim 2, assume [A2], assume A closed, and let (ak) be a dA-Cauchy sequence in A; by [L1] it is d-Cauchy in X, so by [A2] it converges in (X,d) to some x∈X.

A2L1
2.1

That sequence is d-Cauchy by [L3], hence dA-Cauchy by [L1], since all its terms lie in A.

step 1.1L1L3
2.2

The sequence lies in A and converges in X, and A is closed, so x∈A by [L2]; by [L1] the sequence then converges to x in (A,dA), and x∈A, so (A,dA) is complete. This is claim 2.

step 1.2L1L2
3.1

By [A1] it therefore converges in (A,dA) to some a∈A, and by [L1] it converges to a in (X,d) as well.

step 2.1A1L1
4.1

The sequence converges in (X,d) both to x and to a, so x=a∈A by [L4]. Thus a complete subspace contains all ambient limits of sequences of its points, in ZF. In particular, if each x∈A‾ is already known to admit such a sequence, applying this argument to one fixed x at a time gives A‾⊆A, and [L5] makes A closed without choosing a family of sequences.

step 1.1step 3.1L4L5
5.1

Now assume [A3] as well as [A1], and fix x∈A‾. The proof of [L2] applies [A3] to the nonempty sets A∩B(x,1/(k+1)), producing a sequence from A that converges to x. Step 4.1 gives x∈A, so [L5] gives closedness. This proves claim 1 under countable choice. Claim 2 was proved in step 2.2 without [A3]; combining these directions gives the stated equivalence under countable choice. If A is empty, it is closed and has no Cauchy sequences, so all relevant conclusions hold vacuously as well.

A1A3L2L5step 4.1step 2.2∎

Remarks

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

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

In a complete metric space nested nonempty closed sets whose diameters tend to 0 meet in exactly one point, and this property characterises completeness

Statement

Assume the Axiom of Countable Choice for assertion 1. Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric). Call a sequence (Fk)k∈N of subsets of X a Cantor chain if every Fk is nonempty, closed (The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement) and bounded, Fk+1⊆Fk for every k, and diam⁡(Fk)→0 in R (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space, Limits and Cauchy sequences of reals). Then:

  1. If (X,d) is complete (Complete metric space: every Cauchy sequence converges in the space), every Cantor chain in X has an intersection ⋂k∈NFk with exactly one element.
  2. Conversely, if every Cantor chain in X has nonempty intersection, then (X,d) is complete.

Boundedness of each Fk is part of the definition of a Cantor chain because diam⁡ is defined for nonempty bounded sets only in this library (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space); it is not an extra hypothesis but the precondition for writing the diameter condition down.

Facts & Assumptions

Given: For assertion 1, the Axiom of Countable Choice; a metric space (X,d); a Cantor chain (Fk) in X; a real ε>0.

[A1]

Completeness of (X,d): every Cauchy sequence in X converges to a point of X (Complete metric space: every Cauchy sequence converges in the space, Cauchy sequence in a metric space).

[A2]

The converse hypothesis: every Cantor chain in X has nonempty intersection.

[L1]

For nonempty bounded A⊆X, diam⁡(A)=sup⁡{d(a,b):a,b∈A}, so d(a,b)≤diam⁡(A) for all a,b∈A, and diam⁡(A)≥0; a set of reals bounded above has a least upper bound, and any upper bound of that set dominates it (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space, Complete ordered field (least-upper-bound property)).

[L2]

Closure by adherent points: x∈A‾ means B(x,r)∩A≠∅ for every real r>0; A⊆A‾; A‾ is closed and is the smallest closed superset of A, and A is closed exactly when A=A‾ (Interior, closure, boundary, limit point, isolated point and dense subset of a metric space, The closure of a nonempty A is {x:d(x,A)=0}, equals A together with its limit points, and is the smallest closed superset, Open ball, closed ball and sphere in a metric space).

[L3]

A closed set is sequentially closed: a sequence in it that converges in X has its limit in it (A point lies in the closure of A iff some sequence in A converges to it, and a set is closed iff it is sequentially closed).

[L4]

Countable choice: a family (Ak)k∈N of nonempty sets admits k↦ak with ak∈Ak (The Axiom of Countable Choice (ACω)).

[L6]

Limits of reals preserve non-strict inequalities, and a constant sequence converges to that constant (Limits preserve non-strict inequalities, Limits and Cauchy sequences of reals).

Proof

technique · direct
1.1

Nestedness propagates: for k≤l one has Fl⊆Fk, by induction on l from Fl+1⊆Fl and transitivity of inclusion.

L9
1.2

Assume [A1] and let (Fk) be a Cantor chain. Every Fk is nonempty, so [L4] supplies a sequence (xk) with xk∈Fk for every k.

A1L4choose
1.3

A preliminary about closures, used in claim 2: let A⊆X be nonempty and bounded, let u,v∈A‾ and let η>0 be real; then B(u,η) and B(v,η) meet A, so there are a,b∈A with d(u,a)<η and d(v,b)<η, whence d(u,v)≤d(u,a)+d(a,b)+d(b,v)<diam⁡(A)+2η.

L1L2L5
1.4

If x,y∈⋂kFk then d(x,y)≤diam⁡(Fk) for every k by [L1]; the constant sequence with value d(x,y) converges to d(x,y) and diam⁡(Fk)→0, so d(x,y)≤0, and d(x,y)≥0 forces d(x,y)=0 and x=y.

L1L5L6
1.5

For claim 2 assume [A2] and let (xk) be a Cauchy sequence in X; put Ak:={ xj:j≥k } and Fk:=Ak‾.

A2construct
2.1

Since d(u,v)<diam⁡(A)+2η for every real η>0, we get d(u,v)≤diam⁡(A): were d(u,v)>diam⁡(A), the value η:=(d(u,v)−diam⁡(A))/3 would be positive and would give d(u,v)<diam⁡(A)/3+2d(u,v)/3<d(u,v).

step 1.3algebra
2.2

Back to claim 1: for any K∈N and all m,n≥K we have xm∈Fm⊆FK and xn∈Fn⊆FK, so d(xm,xn)≤diam⁡(FK).

step 1.1step 1.2L1
2.3

Ak+1⊆Ak, and Ak‾ is a closed superset of Ak+1, so Fk+1⊆Fk by minimality of the closure.

step 1.5L2
3.1

Hence diam⁡(A) is an upper bound of {d(u,v):u,v∈A‾}; fixing u∈A‾, which exists since A≠∅ and A⊆A‾, gives A‾⊆B(u,diam⁡(A)+1), so A‾ is nonempty and bounded and diam⁡(A‾)≤diam⁡(A). And {d(a,b):a,b∈A}⊆{d(u,v):u,v∈A‾} gives diam⁡(A)≤diam⁡(A‾), so the two diameters are equal.

step 2.1L1L2
3.2

Given a real ε>0, the convergence diam⁡(Fk)→0 supplies K with diam⁡(FK)<ε, so d(xm,xn)<ε for all m,n≥K; hence (xk) is Cauchy, and by [A1] it converges to some x∈X.

step 2.2A1L6L7
4.1

Fix K∈N. For every k≥K we have xk∈Fk⊆FK, and the tail (xK+j)j∈N converges to x because (xk) does; since FK is closed it is sequentially closed, so x∈FK. As K was arbitrary, x∈⋂kFk.

step 1.1step 3.2L3L7
4.2

Each Ak is nonempty and is contained in the bounded range of (xk), hence bounded; so each Fk is nonempty, closed and, by step 3.1, bounded with diam⁡(Fk)=diam⁡(Ak).

step 3.1step 1.5L2L8
5.1

Claim 1 is established: the intersection contains x by step 4.1 and no second point by step 1.4.

step 4.1step 1.4
5.2

Given a real ε>0, Cauchyness supplies K with d(xm,xn)<ε/2 for all m,n≥K; then ε/2 is an upper bound of {d(a,b):a,b∈Ak} for every k≥K, so 0≤diam⁡(Ak)≤ε/2<ε for k≥K. Hence diam⁡(Fk)→0 and (Fk) is a Cantor chain.

step 4.2step 2.3L1L5L7
6.1

By [A2] there is x∈⋂kFk. Given a real ε>0, take K as in step 5.2 for ε; since x∈FK=AK‾, the ball B(x,ε/2) meets AK, so there is j≥K with d(x,xj)<ε/2, and then for every k≥K we get d(x,xk)≤d(x,xj)+d(xj,xk)<ε/2+ε/2=ε.

step 5.2A2L2L5
7.1

So xk→x with x∈X, every Cauchy sequence in X converges, and (X,d) is complete; this is claim 2, and claim 1 is step 5.1.

step 5.1step 6.1L7∎

Remarks

  • The diameter hypothesis cannot be dropped, and neither can it be weakened to "the diameters are bounded". On N with a metric taking values just above 1 the tails {n,n+1,… } are nested, closed, bounded and complete with empty intersection (On N with d(m,n)=1+1/(m+n) for m≠n the sets {n,n+1,… } are nested, closed, bounded and complete with empty intersection ↗); what fails there is exactly diam⁡(Fk)→0.
  • Why the equality diam⁡(A‾)=diam⁡(A) is proved and not assumed. Claim 2 builds its Cantor chain out of the tails of a Cauchy sequence, which are almost never closed, so it must close them; and closing a set could in principle enlarge its diameter. Steps 1.3, 2.1 and 3.1 are the proof that it cannot, and they are the only place in this item where the definition of the closure by adherent points is used at full strength.
  • Where choice enters. Only at step 1.2, which picks one point from each Fk; that is ACω (The Axiom of Countable Choice (ACω)). Claim 2 is choice free apart from what A point lies in the closure of A iff some sequence in A converges to it, and a set is closed iff it is sequentially closed is not asked to supply here: step 6.1 uses the definition of the closure directly rather than a sequence extracted from it.
  • Relation to the nested interval property. For X=R and Fk=[ak,bk] this is the nested interval property with the extra hypothesis that the lengths tend to 0, which is what buys uniqueness of the common point. The general statement replaces "interval" by "closed set" and "length" by "diameter", and completeness is what replaces the least-upper-bound property.
DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

Uniform continuity of a map of metric spaces: one δ serving every point

Definition

Let (X,dX) and (Y,dY) be metric spaces (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) and let f:X→Y be a function.

f is uniformly continuous if for every real ε>0 there is a real δ>0 such that

dX(x,x′)<δ  ⟹  dY(f(x),f(x′))<εfor all x,x′∈X.

The whole content is in the quantifier order. Continuity at a point a allows δ to depend on ε and on a (Continuity of a map between metric spaces, at a point and globally, in the ε-δ form); uniform continuity demands one δ that works for every pair of points at once. Written with the quantifiers in order, continuity on X is ∀ε ∀a ∃δ ∀x and uniform continuity is ∀ε ∃δ ∀a ∀x; moving ∃δ to the left is the entire difference, and it is a strictly stronger condition.

Uniform continuity is a property of the triple (dX,dY,f). Both metrics are named, and neither may be replaced by a merely topologically equivalent one without changing the notion.

This definition was promised earlier and is now discharged. Continuity of a map between metric spaces, at a point and globally, in the ε-δ form records that uniform continuity is not defined there, and Topologically, uniformly and Lipschitz equivalent metrics on a set writes the condition out in full for the identity maps of two metrics on one set rather than naming it. With the definition above, uniform equivalence of d and d′ says exactly that id:(X,d)→(X,d′) and id:(X,d′)→(X,d) are both uniformly continuous, which is how that condition is read from here on.

Remarks

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)verified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction

Definition

Let (X,dX) and (Y,dY) be metric spaces (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) and let f:X→Y be a function. Recall that a metric takes nonnegative real values (Nonnegativity of a metric is a consequence of the other axioms, not an axiom).

  • f is Lipschitz with constant L, where L∈R and L≥0, if dY(f(x),f(x′))  ≤  L dX(x,x′)for all x,x′∈X. f is Lipschitz if it is Lipschitz with some such constant.
  • Let α∈Q with 0<α≤1 (Order on the rationals). f is α-Hölder with constant C, where C∈R and C≥0, if dY(f(x),f(x′))  ≤  C dX(x,x′)αfor all x,x′∈X, the power being the rational power of a nonnegative base (Rational powers ar of a positive base). f is α-Hölder if it is so with some such constant, and Hölder if it is α-Hölder for some rational α∈(0,1].
  • f is a contraction with constant q if it is Lipschitz with constant q and 0≤q<1. The number q is then called a contraction constant for f.

The power dX(x,x′)α is defined at every pair, including x=x′. The base dX(x,x′) is a nonnegative real, and Rational powers ar of a positive base defines aα for every a>0 and, by its supplementary clause, sets 0α=0 for every rational α>0. Since α>0 is required here, the displayed inequality at x=x′ reads 0≤C⋅0, which holds; so no separate clause and no restriction to x≠x′ is needed. Note that this does not by itself explain the strict inequality α>0: if one extended the formula to α=0 using the convention 00=1 of Integer powers am, the equal-point inequality would still be the automatic 0≤C. Globally, however, that extension would reduce to the bounded-diameter condition dY(f(x),f(x′))≤C, outside the standard Hölder range adopted here.

Why the exponent is rational on this page and why it is at most 1. At this point in the reading order only rational powers are available (Rational powers ar of a positive base), so α ranges over the rationals. The upper bound α≤1 is the standard convention, and it is where the notion is useful: the classical theory reserves the name for α∈(0,1], and nothing in this library uses an exponent outside that range. No claim is made here about what an exponent α>1 would do.

Constants are not unique and are not part of the data. If f is Lipschitz with constant L it is Lipschitz with every constant L′≥L, and likewise for Hölder constants; the adjectives above are existential statements. A contraction, by contrast, requires a constant strictly below 1, and that is a real restriction: exhibiting the constant is part of exhibiting a contraction, and a map that shrinks every distance without admitting one uniform constant is not a contraction here.

Remarks

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

Contraction implies Lipschitz implies uniformly continuous implies continuous; every Hölder map is uniformly continuous, and a Lipschitz map on a bounded space is Hölder for every exponent

Statement

Let (X,dX) and (Y,dY) be metric spaces (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) and let f:X→Y be a function, with the three regularity conditions as in Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction. Then:

  1. If f is a contraction, it is Lipschitz.
  2. If f is Lipschitz, it is uniformly continuous (Uniform continuity of a map of metric spaces: one δ serving every point).
  3. If f is uniformly continuous, it is continuous (Continuity of a map between metric spaces, at a point and globally, in the ε-δ form).
  4. If f is α-Hölder for some rational α with 0<α≤1, it is uniformly continuous.
  5. Suppose X is nonempty and bounded, and put R:=diam⁡(X)+1, a real with R>0 (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space). If f is Lipschitz with constant L, then for every rational α with 0<α≤1 the map f is α-Hölder with constant L R 1−α.

Claim 5 carries its boundedness hypothesis for a reason, and no unconditional "Lipschitz implies Hölder" is asserted anywhere here. On an unbounded space the implication is false; the witness and its verification are in the first remark below.

Strictness is not claimed. The five implications are asserted and nothing more; that none of them reverses is witnessed elsewhere, and those witnesses are not prerequisites of this theorem. See the second remark.

Facts & Assumptions

Given: Metric spaces (X,dX), (Y,dY), a function f:X→Y, a real ε>0, and a rational α with 0<α≤1.

[A1]

f is a contraction with constant q: f is Lipschitz with constant q and 0≤q<1 (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction).

[A2]

f is Lipschitz with constant L≥0: dY(f(x),f(x′))≤L dX(x,x′) for all x,x′∈X (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction).

[A3]

f is α-Hölder with constant C≥0: dY(f(x),f(x′))≤C dX(x,x′)α for all x,x′∈X (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction).

[A4]

X is nonempty and bounded, so diam⁡(X) exists and dX(x,x′)≤diam⁡(X) for all x,x′∈X (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space, Complete ordered field (least-upper-bound property)).

[L1]

Uniform continuity: one δ>0 per ε>0 serving every pair (Uniform continuity of a map of metric spaces: one δ serving every point); continuity at a point allows δ to depend on the point as well (Continuity of a map between metric spaces, at a point and globally, in the ε-δ form).

[L2]

Rational powers of a positive base, with a1=a, a0=1, and the supplementary clause 0r=0 for rational r>0 (Rational powers ar of a positive base, Order on the rationals).

[L3]

Exponent laws for positive bases: ar+s=aras, (ar)s=ars, and ar>0 (Laws of rational exponents).

[L4]

Monotonicity in the base: for rational r>0 and 0<a<b one has ar<br (Monotonicity of r↦ar and of a↦ar).

Proof

technique · direct
1.1

Claim 1 is immediate from the definitions: a contraction with constant q is Lipschitz with the constant q, and q≥0.

A1A2
1.2

Claim 2: assume [A2] and put δ:=ε/(L+1), a positive real since L+1>0. If dX(x,x′)<δ then, using dX(x,x′)≥0, dY(f(x),f(x′))≤L dX(x,x′)≤(L+1) dX(x,x′)<(L+1)δ=ε; the same δ served every pair, so f is uniformly continuous.

A2L1L5L6
1.3

Claim 3: assume f uniformly continuous and let a∈X; the δ belonging to ε satisfies dX(x,a)<δ⇒dY(f(x),f(a))<ε for all x, which is continuity at a, and a was arbitrary.

L1
1.4

Claim 4, the case of equal points: assume [A3]; if dX(x,x′)=0 then x=x′, so dY(f(x),f(x′))=0<ε whatever δ is.

A3L5
1.5

Claim 4, the main case: put η:=ε/(C+1)>0 and δ:=η1/α, which is a positive real because 1/α is a positive rational and η>0.

L2L3L6choose
1.6

Claim 5: assume [A2] and [A4], put R:=diam⁡(X)+1 and C:=L R 1−α. Since diam⁡(X)≥0 we have R≥1>0, so R 1−α is defined and positive and C≥0.

A2A4L2L3
2.1

Let t:=dX(x,x′) with 0<t<δ. Then tα<δα=(η1/α)α=η(1/α)α=η1=η, so dY(f(x),f(x′))≤C tα≤(C+1) tα<(C+1)η=ε.

step 1.5A3L2L3L4L6
2.2

Let x,x′∈X and t:=dX(x,x′); then 0≤t≤diam⁡(X)<R. If t=0 then dY(f(x),f(x′))≤L⋅0=0=C⋅0α=C tα, because α>0.

step 1.6A2A4L2L5
2.3

If t>0 then t=tα+(1−α)=tα t 1−α and t 1−α≤R 1−α: for α<1 the exponent 1−α is a positive rational and 0<t<R, and for α=1 both sides are 1. Multiplying by L tα≥0 gives Lt=L tα t 1−α≤L R 1−α tα=C tα, and hence dY(f(x),f(x′))≤Lt≤C tα.

step 1.6A2L2L3L4L6
3.1

Steps 1.4 and 2.1 cover every pair with dX(x,x′)<δ, and δ did not depend on the pair, so f is uniformly continuous: claim 4 holds.

step 1.4step 2.1L1
4.1

Steps 2.2 and 2.3 give dY(f(x),f(x′))≤C dX(x,x′)α for every pair, so f is α-Hölder with constant C=L R 1−α, which is claim 5; claims 1 to 4 are steps 1.1, 1.2, 1.3 and 3.1.

step 1.1step 1.2step 1.3step 3.1step 2.2step 2.3∎

Remarks

  • Boundedness in claim 5 cannot be dropped, and here is the witness. Take X=Y=R with the usual metric and f(x)=x, which is Lipschitz with constant 1. Suppose f were α-Hölder with constant C≥0 for some rational α with 0<α<1, so that ∣x−y∣≤C ∣x−y∣α for all reals x,y. Taking y=0 and x=t with t>0, and writing t=tαt 1−α (Laws of rational exponents), division by tα>0 gives t 1−α≤C for every real t>0. At t=1 this reads 1≤C, so C>0; and then choosing a natural n with n>C1/(1−α), which exists by the Archimedean property (Every complete ordered field is Archimedean), and raising to the positive rational power 1−α (Monotonicity of r↦ar and of a↦ar, Laws of rational exponents) gives n 1−α>(C1/(1−α))1−α=C, contradicting t 1−α≤C at t=n. So the identity of R is Lipschitz and α-Hölder for no exponent α<1. A chain reading "Lipschitz implies Hölder implies uniformly continuous" is therefore false as stated, which is why claims 4 and 5 are separated here and why claim 5 carries a hypothesis.
  • No implication reverses, and two of the witnesses are on the companion page. The square root on [0,∞) is 1/2-Hölder and not Lipschitz (⋅ on [0,∞) is uniformly continuous and exactly 1/2-Hölder, and is not Lipschitz ↗), and x↦1/x on (0,1) is continuous and not uniformly continuous (x↦1/x is continuous on (0,1) and sends the Cauchy sequence (1/(k+2))k≥0 to an unbounded one ↗). Both are read here as orientation only: this theorem does not depend on them and claims nothing about strictness. That a Lipschitz map need not be a contraction is visible already in the identity map, whose only Lipschitz constants are the reals ≥1.
  • The constant L+1 and the constant C+1 are there to avoid a case split. Dividing by L or by C would require them to be nonzero, and a Lipschitz constant or a Hölder constant is allowed to be 0 (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction). Enlarging the constant by 1 is harmless, since the defining inequalities are preserved by enlarging the constant.
  • What claim 5 costs. The constant it produces, L R1−α, grows with the diameter of X, and that dependence is exactly what the unbounded counterexample above exploits: as R→∞ no single Hölder constant survives.
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

A uniformly continuous map sends Cauchy sequences to Cauchy sequences

Statement

Let (X,dX) and (Y,dY) be metric spaces (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric), let f:X→Y be uniformly continuous (Uniform continuity of a map of metric spaces: one δ serving every point) and let (xk) be a Cauchy sequence in X (Cauchy sequence in a metric space). Then (f(xk)) is a Cauchy sequence in Y.

Continuity alone does not suffice, and the failure is not marginal: a continuous map can send a Cauchy sequence to an unbounded one. The witness is named in the remarks below.

Facts & Assumptions

Given: Metric spaces (X,dX) and (Y,dY), a uniformly continuous f:X→Y, a Cauchy sequence (xk) in X, and a real ε>0.

[A1]

Uniform continuity: for every real ε>0 there is a real δ>0 with dY(f(x),f(x′))<ε whenever dX(x,x′)<δ, for all x,x′∈X (Uniform continuity of a map of metric spaces: one δ serving every point).

[A2]

Cauchyness of (xk): for every real δ>0 there is K with dX(xm,xn)<δ for all m,n≥K (Cauchy sequence in a metric space, The rationals embed densely in the reals).

[L1]

Cauchyness in Y is established by producing, for every real ε>0, an index K with dY(f(xm),f(xn))<ε for all m,n≥K (Cauchy sequence in a metric space, The rationals embed densely in the reals).

Proof

technique · direct
1.1

Apply [A1] to ε to obtain a real δ>0 such that dY(f(x),f(x′))<ε for every pair x,x′∈X with dX(x,x′)<δ.

A1choose
1.2

Apply [A2] to that δ to obtain K∈N with dX(xm,xn)<δ for all m,n≥K.

A2
2.1

For all m,n≥K the pair (xm,xn) satisfies the hypothesis of step 1.1, so dY(f(xm),f(xn))<ε.

step 1.1step 1.2
3.1

Since ε>0 was an arbitrary real, (f(xk)) is Cauchy in (Y,dY).

step 2.1L1∎

Remarks

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

A uniformly continuous map from a dense subspace into a complete metric space extends uniquely to a uniformly continuous map on the whole space

Statement

Assume the Axiom of Countable Choice (The Axiom of Countable Choice (ACω)). Let (X,dX) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric), let A⊆X be dense in X (Interior, closure, boundary, limit point, isolated point and dense subset of a metric space) and carry the subspace metric (Isometry, isometric embedding, and the subspace metric on a subset), let (Y,dY) be a complete metric space (Complete metric space: every Cauchy sequence converges in the space), and let f:A→Y be uniformly continuous (Uniform continuity of a map of metric spaces: one δ serving every point). Then:

  1. There is a uniformly continuous g:X→Y with g(a)=f(a) for every a∈A.
  2. g is the only continuous map X→Y extending f (Continuity of a map between metric spaces, at a point and globally, in the ε-δ form).

The map g is constructed explicitly below, as the unique point common to the closures of the images of the shrinking balls around x; no value of g is selected, each is determined.

Facts & Assumptions

Given: The Axiom of Countable Choice; a metric space (X,dX), a dense A⊆X, a complete metric space (Y,dY), a uniformly continuous f:A→Y, and a real ε>0. For x∈X and n∈N write Un(x):=BX(x,1/(n+1))∩A, Sn(x):=f[Un(x)] and Tn(x):=Sn(x)‾, the closure taken in Y.

[A1]

Density: A‾=X, so BX(x,r)∩A≠∅ for every x∈X and every real r>0 (Interior, closure, boundary, limit point, isolated point and dense subset of a metric space, Open ball, closed ball and sphere in a metric space).

[A2]

Uniform continuity of f: for every real ε>0 there is a real δ>0 with dY(f(a),f(a′))<ε for all a,a′∈A with dX(a,a′)<δ; distances inside A are those of X (Uniform continuity of a map of metric spaces: one δ serving every point, Isometry, isometric embedding, and the subspace metric on a subset).

[L1]

Cantor's intersection theorem in a complete space: a sequence of nonempty closed bounded sets, nested and with diameters tending to 0, has exactly one common point (In a complete metric space nested nonempty closed sets whose diameters tend to 0 meet in exactly one point, and this property characterises completeness).

[L3]

Diameter: for nonempty bounded S, diam⁡(S)=sup⁡{d(u,v):u,v∈S}, so any upper bound of those distances dominates the diameter; a nonempty set all of whose pairwise distances are below a real β lies in a ball of radius β+1 around any of its points, hence is bounded (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space, Complete ordered field (least-upper-bound property), Open ball, closed ball and sphere in a metric space).

[L4]

Reciprocals of naturals: 1/(n+1) is a positive real, decreasing in n, and below every positive real from some index on (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε, Inverses of positives are positive, and reciprocation reverses order).

Proof

technique · constructive
1.1

For every x∈X and n∈N the set Un(x) is nonempty by [A1], so Sn(x) is nonempty and Tn(x) is a nonempty closed subset of Y.

A1L2construct
1.2

The radii decrease, so Un+1(x)⊆Un(x) and Sn+1(x)⊆Sn(x); since Tn(x) is a closed superset of Sn+1(x), minimality of the closure gives Tn+1(x)⊆Tn(x).

L2L4
1.3

Fix a real ε>0, let δ>0 be as in [A2] for ε/3, and let N be a natural with 2/(N+1)<δ; note that N depends on ε alone and not on x.

A2L4choose
1.4

Towards uniform continuity, let ε>0 be real, let δ>0 be as in [A2] for ε/3, and put δ′:=δ/3>0. Fix a natural m with 1/(m+1)<δ/3.

A2L4choose
1.5

For claim 2, let h:X→Y be continuous with h(a)=f(a) for all a∈A, and let x∈X. Since A‾=X there is a sequence (ak) in A with ak→x in X.

A1L5
2.1

Let n≥N and a,a′∈Un(x). Then dX(a,a′)≤dX(a,x)+dX(x,a′)<2/(n+1)≤2/(N+1)<δ, so dY(f(a),f(a′))<ε/3. Hence all pairwise distances in Sn(x) are below ε/3, so Sn(x) is bounded and diam⁡(Sn(x))≤ε/3.

step 1.3A2L3L4L7
3.1

Let n≥N, let u,v∈Tn(x) and let η>0 be real. The balls BY(u,η) and BY(v,η) meet Sn(x), so there are s,s′∈Sn(x) with dY(u,s)<η and dY(v,s′)<η, whence dY(u,v)≤dY(u,s)+dY(s,s′)+dY(s′,v)<ε/3+2η. As η>0 was arbitrary, dY(u,v)≤ε/3: were dY(u,v)>ε/3, the value η:=(dY(u,v)−ε/3)/3 would be positive and would give dY(u,v)<dY(u,v).

step 2.1L2L3L7
4.1

So for n≥N the set Tn(x) is nonempty, closed and bounded with diam⁡(Tn(x))≤ε/3<ε.

step 1.1step 3.1L3
5.1

Apply steps 1.3 to 4.1 with ε=1 to get a natural N1 such that Tn(x) is nonempty, closed and bounded for every n≥N1 and every x∈X. Then (TN1+j(x))j∈N is nested by step 1.2, and its diameters tend to 0: given a real ε>0, the N of step 1.3 satisfies diam⁡(TN1+j(x))<ε for every j≥N, since then N1+j≥N.

step 1.2step 4.1
6.1

By [L1] and [A3] the intersection ⋂j∈NTN1+j(x) has exactly one element; and because the family (Tn(x))n is nested this intersection equals ⋂n∈NTn(x), a set defined without reference to N1. Define g(x) to be its unique element; this determines a function g:X→Y, and no choice is made, since the value is unique.

step 1.2step 5.1A3L1construct
7.1

g extends f: for a∈A and every n we have a∈Un(a), so f(a)∈Sn(a)⊆Tn(a); hence f(a)∈⋂nTn(a), and by uniqueness g(a)=f(a).

step 6.1L2
7.2

Let x,x′∈X with dX(x,x′)<δ′. Since g(x)∈Tm(x)=Sm(x)‾, the ball BY(g(x),ε/3) meets Sm(x), so there is a∈Um(x) with dY(g(x),f(a))<ε/3; likewise there is a′∈Um(x′) with dY(g(x′),f(a′))<ε/3.

step 6.1step 1.4L2
8.1

Then dX(a,a′)≤dX(a,x)+dX(x,x′)+dX(x′,a′)<δ/3+δ/3+δ/3=δ, so dY(f(a),f(a′))<ε/3, and therefore dY(g(x),g(x′))≤dY(g(x),f(a))+dY(f(a),f(a′))+dY(f(a′),g(x′))<ε.

step 1.4step 7.2A2L7
9.1

The real δ′ depended on ε alone, so g is uniformly continuous; together with step 7.1 this establishes claim 1.

step 7.1step 1.4step 8.1
10.1

The map g is continuous, being uniformly continuous, so g(ak)→g(x) and h(ak)→h(x); but g(ak)=f(ak)=h(ak) for every k, so one sequence in Y converges to both g(x) and h(x), whence g(x)=h(x) by uniqueness of limits. As x was arbitrary, h=g.

step 7.1step 9.1step 1.5L6
11.1

The map g of step 6.1 is a uniformly continuous extension of f and is the only continuous one, which is claims 1 and 2.

step 9.1step 10.1discharge-construct∎

Remarks

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point

Statement

Let (X,d) be a nonempty complete metric space (Complete metric space: every Cauchy sequence converges in the space) and let f:X→X be a contraction with constant q, so d(f(u),f(v))≤q d(u,v) for all u,v∈X and 0≤q<1 (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction). Then:

  1. There is exactly one x∗∈X with f(x∗)=x∗.
  2. For every x0∈X the sequence of iterates, defined by recursion (The recursion theorem) by xn+1:=f(xn), converges to x∗ in (X,d) (Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R). In particular the limit does not depend on x0.
  3. For all m,n∈N with m≥n, d(xm,xn)  ≤  q n d(x1,x0)1−q, with the integer power of Integer powers am.

Claim 3 is the quantitative form of the argument that proves claims 1 and 2, and it is recorded in the statement because the error estimates (The a priori bound d(x∗,xn)≤qnd(x1,x0)/(1−q) and the a posteriori bound d(x∗,xn+1)≤q d(xn+1,xn)/(1−q)) are read off from it.

Facts & Assumptions

Given: A nonempty complete metric space (X,d), a contraction f:X→X with constant q satisfying 0≤q<1, a starting point x0∈X, and a real ε>0. Write C:=d(x1,x0)/(1−q).

[A1]

Contraction: d(f(u),f(v))≤q d(u,v) for all u,v∈X, with 0≤q<1 (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction).

[L1]

Recursion: for x0∈X and f:X→X there is a unique n↦xn with x0 as given and xn+1=f(xn) (The recursion theorem).

[L3]

Integer powers and their laws: q0=1, qn+1=qnq, qm+n=qmqn, and qn≥0 for q≥0 (Integer powers am, Laws of integer exponents).

[L4]

Factorisation: 1−qN=(1−q)∑k<Nqk for N≥1, so ∑k<Nqk=(1−qN)/(1−q)≤1/(1−q) when 0≤q<1 (Factorisation of bn−an, and the resulting Lipschitz estimate, Finite sums and finite products, by recursion, Inverses of positives are positive, and reciprocation reverses order).

[L5]

Laws of finite sums: splitting, index shift, scaling and monotonicity (Laws of finite sums and finite products, Finite sums and finite products, by recursion).

Proof

technique · constructive
1.1

X is nonempty, so a starting point x0∈X exists, and [L1] produces the sequence of iterates (xn) with xn+1=f(xn) for every n.

A2L1construct
1.2

If f(y)=y and f(z)=z then d(y,z)=d(f(y),f(z))≤q d(y,z), so (1−q) d(y,z)≤0; since 1−q>0 this forces d(y,z)≤0, and d(y,z)≥0 gives d(y,z)=0 and y=z.

A1L7L10
2.1

For every n, d(xn+1,xn)≤q nd(x1,x0), by induction on n: at n=0 this reads d(x1,x0)≤1⋅d(x1,x0); and if it holds at n then d(xn+2,xn+1)=d(f(xn+1),f(xn))≤q d(xn+1,xn)≤q⋅q nd(x1,x0)=q n+1d(x1,x0).

step 1.1A1L2L3
2.2

For all n≤m, d(xm,xn)≤∑k=nm−1d(xk+1,xk), by induction on m from the triangle inequality: at m=n both sides are 0, since an empty sum is 0; and d(xm+1,xn)≤d(xm,xn)+d(xm+1,xm).

step 1.1L2L5L7
3.1

Combining, for n≤m: d(xm,xn)≤∑k=nm−1q kd(x1,x0)=d(x1,x0) q n∑j<m−nq j≤d(x1,x0) q n11−q=q nC, using the index shift q n+j=q nq j and monotonicity of finite sums. This is claim 3.

step 2.1step 2.2L3L4L5L10
4.1

The sequence (q nC) of reals is null by [L6], so there is N with q nC<ε for every n≥N, the terms being nonnegative. Hence for all m,n≥N we get d(xm,xn)≤qmin⁡{m,n}C<ε by step 3.1 and symmetry of d, so (xn) is Cauchy.

step 3.1L6L7L9L10
5.1

By [A2] the sequence converges: xn→x∗ for some x∗∈X.

step 4.1A2
6.1

f is continuous, so f(xn)→f(x∗), that is xn+1→f(x∗); and xn+1→x∗ as well, since given a real η>0 an index K with d(xk,x∗)<η for k≥K also serves for the shifted indices n+1≥K when n≥K.

step 5.1L8L9
7.1

By uniqueness of limits f(x∗)=x∗, so x∗ is a fixed point and the iterates from x0 converge to it.

step 5.1step 6.1L9
8.1

So a fixed point exists by step 7.1 and there is at most one by step 1.2, which is claim 1; the iterates from an arbitrary x0 converge to a fixed point by step 7.1, hence to the unique one, which is claim 2; and claim 3 is step 3.1.

step 3.1step 7.1step 1.2discharge-construct∎

Remarks

CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

The a priori bound d(x∗,xn)≤qnd(x1,x0)/(1−q) and the a posteriori bound d(x∗,xn+1)≤q d(xn+1,xn)/(1−q)

Statement

Let (X,d) be a nonempty complete metric space, let f:X→X be a contraction with constant q, 0≤q<1 (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction), let x0∈X, let xn+1:=f(xn) be the iterates, and let x∗ be the unique fixed point of f, so that x∗=lim⁡nxn (A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point, A sequence in a metric space has at most one limit). Then for every n∈N:

  1. A priori bound. d(x∗,xn)  ≤  q n d(x1,x0)1−q.
  2. A posteriori bound. d(x∗,xn+1)  ≤  q d(xn+1,xn)1−q.

The first bound is computable before the iteration is run, from the first step alone; the second uses the step just taken and is therefore sharper in practice.

Facts & Assumptions

Given: A nonempty complete metric space (X,d), a contraction f:X→X with constant q satisfying 0≤q<1, a starting point x0∈X, its iterates xn+1=f(xn), and the unique fixed point x∗ of f; write C:=d(x1,x0)/(1−q).

[A1]

Banach's theorem: f has exactly one fixed point x∗, the iterates from any starting point converge to it, and d(xm,xn)≤q nd(x1,x0)/(1−q) for all m≥n (A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point).

[L1]

Reverse triangle inequality: ∣d(u,w)−d(v,w)∣≤d(u,v) in any metric space (The reverse triangle inequality ∣d(x,z)−d(y,z)∣≤d(x,y) in any metric space).

[L2]

Convergence in (X,d) means d(xm,x∗)→0 in R; limits in a metric space are unique, which licenses the notation lim⁡nxn for a sequence already known to converge (Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R, A sequence in a metric space has at most one limit, Limits and Cauchy sequences of reals).

[L3]

Limits of reals preserve non-strict inequalities holding eventually, a constant sequence converges to that constant, and the limit of a real sequence is unique (Limits preserve non-strict inequalities, A sequence has at most one limit).

[L4]

Recursion determines a sequence from its starting point and the map (The recursion theorem), and induction on N (The principle of mathematical induction).

Proof

technique · direct
1.1

Fix n∈N. By [A1] the iterates converge to x∗, so d(xm,x∗)→0 as m grows.

A1L2
1.2

Fix n and consider the iterates of f started at y0:=xn. By uniqueness in the recursion theorem, yj=xn+j for every j, since both sides start at xn and both satisfy the recursion uj+1=f(uj); in particular y1=xn+1.

L4
2.1

By [L1], ∣d(xm,xn)−d(x∗,xn)∣≤d(xm,x∗) for every m, so the real sequence (d(xm,xn))m converges, and lim⁡md(xm,xn)=d(x∗,xn).

step 1.1L1L3
3.1

By [A1], d(xm,xn)≤q nC for every m≥n, that is eventually in m; the constant sequence with value q nC converges to q nC, so passing to the limit gives d(x∗,xn)≤q nC, which is claim 1.

step 2.1A1L3L5
4.1

The fixed point of f does not depend on the starting point, by uniqueness in [A1], so claim 1 applied to the sequence (yj) at index 1 reads d(x∗,y1)≤q 1d(y1,y0)/(1−q).

step 3.1step 1.2A1L5
5.1

Substituting y1=xn+1 and y0=xn gives d(x∗,xn+1)≤q d(xn+1,xn)/(1−q), which is claim 2; claim 1 is step 3.1.

step 3.1step 1.2step 4.1∎

Remarks

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

A completion of a metric space: a complete metric space together with an isometric embedding onto a dense subspace

Definition

Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric). A completion of (X,d) is a pair ((X^,d^), ι) in which

The embedding is part of the data, not an afterthought. A completion is a pair, and two completions of the same space are compared through their embeddings (A completion is unique up to a unique isometry fixing the original space, and uniformly continuous maps into complete spaces extend through it); the underlying complete space alone carries no information about where X sits inside it. This is the same discipline as for the metric itself: a metric space is a pair, not a set.

ι identifies X with a subspace of X^, metric and topology included. An isometric embedding is injective, is an isometry onto its image, and carries the metric topology of X onto the subspace topology of ι[X] (An isometric embedding is injective and carries the metric topology of the source onto the subspace topology of its image). So "X is a dense subspace of a complete space" is an accurate reading of the definition, and the pedantic version with ι written out is used only where two completions have to be compared.

Existence and uniqueness are theorems, not part of the definition. Under Countable Choice, every metric space has a completion (Every metric space has a completion, constructed as the equivalence classes of its Cauchy sequences) and any two are isometric by a unique isometry commuting with the embeddings A completion is unique up to a unique isometry fixing the original space, and uniformly continuous maps into complete spaces extend through it. Until the first of those is proved, the phrase the completion is not licensed, and it is not used here.

Remarks

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-07-27Open item page →

Every metric space has a completion, constructed as the equivalence classes of its Cauchy sequences

Statement

Assume the Axiom of Countable Choice for assertion 5 and the consequent existence claim (The Axiom of Countable Choice (ACω)). Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) and let C be the set of all Cauchy sequences in X (Cauchy sequence in a metric space). Then:

  1. For all x=(xn) and y=(yn) in C the real sequence (d(xn,yn))n converges, so ρ(x,y)  :=  lim⁡nd(xn,yn) is a single well-determined real (The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges, A sequence has at most one limit).
  2. The relation x∼y:⟺ρ(x,y)=0 is an equivalence relation on C. Write X^:=C/ ⁣∼ for the set of its classes and [x] for the class of x.
  3. d^([x],[y]):=ρ(x,y) does not depend on the chosen representatives, and d^ is a metric on X^.
  4. The map ι:X→X^ sending p to the class of the constant sequence at p is an isometric embedding with dense image (Isometry, isometric embedding, and the subspace metric on a subset, Interior, closure, boundary, limit point, isolated point and dense subset of a metric space).
  5. (X^,d^) is complete.

Consequently ((X^,d^),ι) is a completion of (X,d) (A completion of a metric space: a complete metric space together with an isometric embedding onto a dense subspace), and every metric space has a completion.

The notation is kept honest. A Cauchy sequence in X need not converge in X, so no symbol lim⁡nxn appears anywhere below; the only limits taken are limits of real sequences, and each is written only after its existence has been proved. The equivalence relation is defined and verified here rather than cited, as was done for The integers as equivalence classes of pairs of naturals, so that the construction is self-contained and its transitivity argument is visible at the point of use.

Facts & Assumptions

Given: For assertion 5, the Axiom of Countable Choice; a metric space (X,d); the set C of Cauchy sequences in X; elements x=(xn), y=(yn), z=(zn) of C; a real ε>0.

[A1]

Cauchyness: for every real ε>0 there is K with d(xn,xm)<ε for all n,m≥K (Cauchy sequence in a metric space, The rationals embed densely in the reals).

[L1]

Reverse triangle inequality: ∣d(u,w)−d(v,w)∣≤d(u,v) (The reverse triangle inequality ∣d(x,z)−d(y,z)∣≤d(x,y) in any metric space); with the triangle inequality for the absolute value (Basic properties of the absolute value) this gives the quadrilateral estimate ∣d(u,v)−d(u′,v′)∣≤d(u,u′)+d(v,v′).

[L2]

Every Cauchy sequence of reals converges, and the limit of a real sequence is unique, which licenses the notation lim⁡nan for a sequence already known to converge (The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges, A sequence has at most one limit, Limits and Cauchy sequences of reals).

[L3]

Limits of reals preserve non-strict inequalities holding eventually, and behave additively (Limits preserve non-strict inequalities, Algebra of limits: sums, scalar multiples, products and quotients); a constant sequence converges to that constant.

[L6]

Countable choice: a family (Ak)k∈N of nonempty sets admits k↦ak with ak∈Ak (The Axiom of Countable Choice (ACω)).

[L7]

For every real η>0 there is a natural K with 1/(K+1)<η (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

Proof

technique · constructive
1.1

The quadrilateral estimate of [L1] gives ∣d(xn,yn)−d(xm,ym)∣≤d(xn,xm)+d(yn,ym) for all n,m.

L1
2.1

Given a real ε>0, [A1] supplies Kx and Ky with d(xn,xm)<ε/2 and d(yn,ym)<ε/2 for indices beyond them; with K:=max⁡{Kx,Ky} the sequence (d(xn,yn))n satisfies ∣d(xn,yn)−d(xm,ym)∣<ε for n,m≥K, so it is a Cauchy sequence of reals.

step 1.1A1L8
3.1

By [L2] that sequence converges and its limit is unique, so ρ(x,y):=lim⁡nd(xn,yn) is a single well-determined real: claim 1.

step 2.1L2construct
4.1

ρ is nonnegative and symmetric, and satisfies ρ(x,z)≤ρ(x,y)+ρ(y,z): the terms d(xn,yn) are nonnegative, d(xn,yn)=d(yn,xn), and d(xn,zn)≤d(xn,yn)+d(yn,zn) for every n, and all three pass to the limit.

step 3.1L3L4
5.1

Claim 2: ∼ is reflexive since d(xn,xn)=0 for every n; symmetric since ρ is; and transitive, since ρ(x,y)=ρ(y,z)=0 gives 0≤ρ(x,z)≤0+0=0. So ∼ is an equivalence relation and X^=C/ ⁣∼ is defined.

step 4.1L4construct
6.1

Claim 3, well-definedness: if x∼x′ and y∼y′ then, by [L1] applied termwise, ∣d(xn,yn)−d(xn′,yn′)∣≤d(xn,xn′)+d(yn,yn′); passing to the limit gives ∣ρ(x,y)−ρ(x′,y′)∣≤ρ(x,x′)+ρ(y,y′)=0, so ρ(x,y)=ρ(x′,y′). Hence d^([x],[y]):=ρ(x,y) is a well-defined function on X^×X^.

step 3.1step 5.1L1L3
7.1

d^ is a metric: symmetry and the triangle inequality are step 4.1 read on classes, and d^([x],[y])=0 says ρ(x,y)=0, which says x∼y, which says [x]=[y]. This completes claim 3.

step 4.1step 5.1step 6.1L4
8.1

Claim 4: for p∈X the constant sequence at p is Cauchy, so ι(p):=[(p)n] is defined, and d^(ι(p),ι(q))=lim⁡nd(p,q)=d(p,q), a constant sequence; so ι is an isometric embedding.

step 7.1L3construct
9.1

Density: let [x]∈X^ and let ε>0 be real. By [A1] there is N with d(xn,xm)<ε/2 for all n,m≥N; in particular d(xn,xN)≤ε/2 for all n≥N, so d^([x],ι(xN))=lim⁡nd(xn,xN)≤ε/2<ε. Hence every ball around [x] meets ι[X], that is ι[X] is dense, completing claim 4.

step 8.1A1L3L5
10.1

Claim 5: let (ξ(k)) be a Cauchy sequence in (X^,d^). For each k the set Ak:={ p∈X:d^(ξ(k),ι(p))<1/(k+1) } is nonempty by step 9.1, so [L6] supplies ak∈Ak for every k, that is a sequence (ak) in X with d^(ξ(k),ι(ak))<1/(k+1).

step 9.1L6L7choose
11.1

(ak) is Cauchy in X: since ι is isometric, d(ak,al)=d^(ι(ak),ι(al))≤1/(k+1)+d^(ξ(k),ξ(l))+1/(l+1); given a real ε>0, choose K so large that 1/(K+1)<ε/3 and d^(ξ(k),ξ(l))<ε/3 for all k,l≥K, and then d(ak,al)<ε for all k,l≥K. So a:=(ak)∈C and [a]∈X^.

step 8.1step 10.1L4L7L8
12.1

ξ(k)→[a]: given a real ε>0 take K as in step 11.1 for ε/3, so that d(ak,an)<ε/3 for all k,n≥K, enlarged if necessary so that also 1/(K+1)<ε/3. For k≥K we have d(ak,an)≤ε/3 for all n≥K, hence d^(ι(ak),[a])=lim⁡nd(ak,an)≤ε/3, and therefore d^(ξ(k),[a])≤d^(ξ(k),ι(ak))+d^(ι(ak),[a])<ε/3+ε/3<ε.

step 10.1step 11.1L3L4L5
13.1

So every Cauchy sequence in (X^,d^) converges in it, which is claim 5; with claims 1 to 4 this exhibits ((X^,d^),ι) as a completion of the arbitrary metric space (X,d).

step 3.1step 5.1step 7.1step 9.1step 12.1discharge-construct∎

Remarks

  • What the new points are. A point of X^ is a class of Cauchy sequences of X, two sequences being identified exactly when the distance between their n-th terms tends to 0. The old points reappear as the classes of constant sequences, and the new ones are the classes of Cauchy sequences that had nowhere to go. This is the same move that builds R out of Q, and the resulting completion of Q really is R (The completion of Q under the usual metric is R ↗).
  • Where choice is spent, and where it is not. Only at step 10.1, which selects one point of X per natural number: that is exactly ACω (The Axiom of Countable Choice (ACω)). Claims 1 to 4 are choice free. The selection could not be avoided by a uniqueness argument, because a point of X within 1/(k+1) of ξ(k) is in general far from unique.
  • The quadrilateral estimate does most of the work. Step 1.1 is used twice: at step 2.1, to show (d(xn,yn))n is Cauchy, and at step 6.1, to show ρ is independent of representatives. It is the reverse triangle inequality (The reverse triangle inequality ∣d(x,z)−d(y,z)∣≤d(x,y) in any metric space) applied twice and added. The triangle inequality for ρ, and hence for d^, does not use it: step 4.1 gets that from the triangle inequality of d applied termwise and passed to the limit.
  • Nothing here needs X to be nonempty. If X=∅ then C=∅, X^=∅, and the empty metric space is complete, vacuously. The construction degenerates correctly rather than requiring a hypothesis.
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

A completion is unique up to a unique isometry fixing the original space, and uniformly continuous maps into complete spaces extend through it

Statement

Assume the Axiom of Countable Choice (The Axiom of Countable Choice (ACω)). Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric); completions of it exist (Every metric space has a completion, constructed as the equivalence classes of its Cauchy sequences, A completion of a metric space: a complete metric space together with an isometric embedding onto a dense subspace). Then:

  1. Universal property. Let ((X^,d^),ι) be a completion of (X,d), let (Z,dZ) be a complete metric space (Complete metric space: every Cauchy sequence converges in the space) and let f:X→Z be uniformly continuous (Uniform continuity of a map of metric spaces: one δ serving every point). Then there is exactly one continuous F:X^→Z with F∘ι=f, and that F is uniformly continuous.
  2. Uniqueness of the completion. Let ((X^1,d^1),ι1) and ((X^2,d^2),ι2) be completions of (X,d). Then there is exactly one continuous φ:X^1→X^2 with φ∘ι1=ι2, and that φ is an isometry (Isometry, isometric embedding, and the subspace metric on a subset).

So a completion is determined by (X,d) up to a unique isometry compatible with the embeddings, which is what licenses the phrase the completion from here on.

Facts & Assumptions

Given: The Axiom of Countable Choice; a metric space (X,d); completions ((X^,d^),ι), ((X^1,d^1),ι1) and ((X^2,d^2),ι2) of it; a complete metric space (Z,dZ); a uniformly continuous f:X→Z; a real ε>0.

[A2]

Uniform continuity of f: one δ>0 per ε>0 serving every pair (Uniform continuity of a map of metric spaces: one δ serving every point).

[L2]

Extension from a dense subspace: a uniformly continuous map from a dense subspace of a metric space into a complete metric space has a uniformly continuous extension to the whole space, and it is the only continuous one (A uniformly continuous map from a dense subspace into a complete metric space extends uniquely to a uniformly continuous map on the whole space).

[L5]

Quadrilateral estimate: ∣d(u,v)−d(u′,v′)∣≤d(u,u′)+d(v,v′), from the reverse triangle inequality and the triangle inequality for the absolute value (The reverse triangle inequality ∣d(x,z)−d(y,z)∣≤d(x,y) in any metric space, Basic properties of the absolute value).

Proof

technique · direct
1.1

By [L1] the map ι is an isometry of X onto the subspace ι[X] of X^, so its inverse ι−1:ι[X]→X is an isometry and d^(u,v)=d(ι−1(u),ι−1(v)) for all u,v∈ι[X].

A1L1
2.1

Hence f∘ι−1:ι[X]→Z is uniformly continuous: the δ that [A2] supplies for ε also serves here, since d^(u,v)<δ gives d(ι−1(u),ι−1(v))<δ and hence dZ(f(ι−1(u)),f(ι−1(v)))<ε.

step 1.1A2
3.1

ι[X] is dense in X^ and Z is complete, so [L2] gives a uniformly continuous F:X^→Z extending f∘ι−1, and F is the only continuous map X^→Z that does so.

step 2.1A1L2
4.1

F∘ι=f, since F(ι(x))=f(ι−1(ι(x)))=f(x) for every x∈X; and if G:X^→Z is continuous with G∘ι=f then G agrees with f∘ι−1 on ι[X], so G=F by the uniqueness in step 3.1. This is claim 1.

step 3.1L1
5.1

For claim 2, note that ι2:X→X^2 is an isometric embedding, hence uniformly continuous with δ=ε, and X^2 is complete. Claim 1, applied to the completion ((X^1,d^1),ι1) with Z=X^2 and f=ι2, yields exactly one continuous φ:X^1→X^2 with φ∘ι1=ι2, and φ is uniformly continuous.

step 4.1A1
6.1

Symmetrically there is exactly one continuous ψ:X^2→X^1 with ψ∘ι2=ι1, and it is uniformly continuous.

step 5.1
6.2

Let u,v∈X^1. Density of ι1[X] and [L3] supply sequences (pk) and (qk) in X with ι1(pk)→u and ι1(qk)→v in X^1; by continuity of φ and φ∘ι1=ι2 we get ι2(pk)→φ(u) and ι2(qk)→φ(v) in X^2.

step 5.1A1L3L4
7.1

ψ∘φ:X^1→X^1 is continuous and satisfies (ψ∘φ)∘ι1=ψ∘ι2=ι1; the identity of X^1 is continuous and satisfies the same identity; so by the uniqueness in claim 1, applied with Z=X^1 and f=ι1, we get ψ∘φ=id. Symmetrically φ∘ψ=id, so φ is a bijection with inverse ψ.

step 4.1step 5.1step 6.1
7.2

By [L5] the real sequence (d^1(ι1(pk),ι1(qk)))k converges to d^1(u,v) and (d^2(ι2(pk),ι2(qk)))k converges to d^2(φ(u),φ(v)); but the two sequences are equal termwise, both being d(pk,qk) because ι1 and ι2 are isometric embeddings. Hence the limits agree and d^2(φ(u),φ(v))=d^1(u,v).

step 6.2A1L5L6
8.1

So φ is a bijective isometric embedding, that is an isometry, and it is the only continuous map with φ∘ι1=ι2; this is claim 2, and claim 1 is step 4.1.

step 4.1step 7.1step 7.2∎

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

Complete metrizability: admitting a topologically equivalent complete metric is preserved by homeomorphism and by closed subspaces, and (0,∞) has it without being complete

Statement

Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) and let Td be its metric topology (The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement). Call Td completely metrizable if some metric ρ on X is topologically equivalent to d, that is Tρ=Td (Topologically, uniformly and Lipschitz equivalent metrics on a set), and makes (X,ρ) complete (Complete metric space: every Cauchy sequence converges in the space). Then:

  1. Homeomorphism invariance. Let (Y,e) be a metric space and let h:X→Y be a bijection (Injection, surjection, bijection) such that h and h−1 are continuous (Continuity of a map between metric spaces, at a point and globally, in the ε-δ form). If Td is completely metrizable then so is Te.
  2. Closed subspaces. If Td is completely metrizable and A⊆X is closed in (X,d), then TdA is completely metrizable, dA being the subspace metric (Isometry, isometric embedding, and the subspace metric on a subset).
  3. The property is strictly weaker than completeness. Let P:=(0,∞)⊆R (Intervals of R: the nine order-convex forms, nondegeneracy, and length) carry d(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). Then (P,d) is not complete, while ρP(x,y)  :=  ∣x−y∣  +  ∣1x−1y∣ is a complete metric on P with TρP=Td. So Td is completely metrizable although no completeness assumption holds for d itself.

Complete metrizability is a condition on the collection of open sets alone: the metric is quantified over and does not survive into the statement. That is exactly what completeness fails to be, and claim 3 shows the two conditions are genuinely different rather than merely stated differently.

Facts & Assumptions

Given: A metric space (X,d); a metric space (Y,e) and a bijection h:X→Y with h and h−1 continuous; a subset A⊆X closed in (X,d) and carrying the subspace metric dA; the set P:=(0,∞) with d(x,y)=∣x−y∣; a real ε>0.

[L2]

The subspace metric is the restriction, dA=d↾(A×A); so a sequence in A is dA-Cauchy exactly when it is d-Cauchy, and converges to a∈A in (A,dA) exactly when it converges to a in (X,d) (Isometry, isometric embedding, and the subspace metric on a subset, Cauchy sequence in a metric space, Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R).

[L3]

A complete subspace of any metric space is closed, and a closed subspace of a complete space is complete (Closed subspaces of complete metric spaces are complete; the converse under countable choice).

[L4]

An isometric embedding f satisfies dY(f(u),f(v))=dX(u,v), and a subset U of its source is open exactly when f[U] is open in the image with its subspace metric (Isometry, isometric embedding, and the subspace metric on a subset, An isometric embedding is injective and carries the metric topology of the source onto the subspace topology of its image).

[L8]
[L9]

For x>0 the reciprocal 1/x is positive, 1/x=1/y forces x=y, and y>a/2>0 gives 1/(ay)<2/a2 (Inverses of positives are positive, and reciprocation reverses order, Reciprocals and order: 1/r against 1).

[L10]

A bijection h satisfies h[U]=(h−1)−1[U] and h−1[h[U]]=U for every U in its source (Injection, surjection, bijection).

Proof

technique · direct
1.1

If σ and σ′ are metrics on one set Z, then Tσ=Tσ′ holds exactly when both of the following do: for every z∈Z and real ε>0 there is a real δ>0 with σ′(z,w)<ε whenever σ(z,w)<δ, and the same with σ and σ′ interchanged. Indeed the two conditions say that the two identity maps are ε-δ continuous, which by [L1] says that each topology is contained in the other.

L1
1.2

For claim 1 let ρ be as in [A1] and put ρ′(y,y′):=ρ(h−1(y),h−1(y′)) for y,y′∈Y. This is a metric on Y: (M2) and (M3) are inherited pointwise from ρ, and (M1) holds because h−1 is injective, so ρ′(y,y′)=0 gives h−1(y)=h−1(y′) and hence y=y′. By construction ρ′(h(x),h(x′))=ρ(x,x′), so h:(X,ρ)→(Y,ρ′) is a bijective isometric embedding.

A1L5L10construct
1.3

For claim 3 put σ(x,y):=∣1/x−1/y∣ for x,y∈P. This is a metric on P: it is nonnegative and symmetric, it satisfies the triangle inequality because the absolute value does, and σ(x,y)=0 gives 1/x=1/y and hence x=y.

L5L9construct
1.4

A sum of two metrics on one set is again a metric, since symmetry and the triangle inequality add, the sum of two nonnegative reals is nonnegative, and the sum vanishes exactly when both summands do. Hence ρP=d+σ is a metric on P, and d(x,y)≤ρP(x,y) and σ(x,y)≤ρP(x,y) for all x,y∈P.

L5
1.5

Let a∈P and let ε>0 be real; put δ:=min⁡{ a/2, ε/(1+2/a2) }, a positive real. For y∈P with ∣a−y∣<δ one has y>a−a/2=a/2, hence ay>a2/2 and σ(a,y)=∣a−y∣/(ay)<2∣a−y∣/a2, so ρP(a,y)<∣a−y∣⋅(1+2/a2)<ε.

L5L9algebra
1.6

The sequence xk:=1/(k+2) has all its terms in P and converges in R to 0, which is not in P; so P is not sequentially closed in R and therefore not closed in (R,∣x−y∣).

L6L7L8L9
1.7

For claim 2 let ρ be as in [A1]. Since Tρ=Td and A is closed in (X,d), the set A is closed in (X,ρ) as well, so (A,ρA) is complete by [L3], ρA being the restriction of ρ to A×A.

A1L2L3
2.1

Claim 1, completeness: let (yk) be a ρ′-Cauchy sequence in Y. By step 1.2 the sequence (h−1(yk)) is ρ-Cauchy, so by [A1] it converges in (X,ρ) to some x∈X, and then ρ′(yk,h(x))=ρ(h−1(yk),x)→0, that is yk→h(x) in (Y,ρ′). So (Y,ρ′) is complete.

step 1.2A1L5
2.2

Claim 1, topology: by [L4] applied to the bijective isometric embedding h of step 1.2, whose image is all of Y with ρ′ itself as subspace metric, a set U⊆X is ρ-open exactly when h[U] is ρ′-open. And U is d-open exactly when h[U] is e-open, since h[U]=(h−1)−1[U] is e-open for d-open U by continuity of h−1, and conversely U=h−1[h[U]] is d-open for e-open h[U] by continuity of h. As Tρ=Td by [A1], the two equivalences give Tρ′=Te.

step 1.2A1L1L4L10
2.3

Claim 2, topology: apply step 1.1 to ρ and d on X, which is legitimate by [A1], and restrict the two resulting ε-δ conditions to points of A; since ρA and dA are the restrictions of ρ and d, the same δs witness the two conditions of step 1.1 for ρA and dA on A, whence TρA=TdA.

step 1.1step 1.7A1L2
2.4

Claim 3, topology: by step 1.4 the identity (P,ρP)→(P,d) satisfies the first condition of step 1.1 with δ:=ε, and by step 1.5 the identity (P,d)→(P,ρP) satisfies the second; so TρP=Td.

step 1.1step 1.4step 1.5
2.5

Claim 3, failure of completeness for d: were (P,d) complete, [L3] would make P closed in (R,∣x−y∣), contradicting step 1.6. So (P,d) is not complete.

step 1.6L2L3L6
2.6

Claim 3, completeness of ρP: let (xk) be a ρP-Cauchy sequence in P. By the two inequalities of step 1.4 both (xk) and (1/xk) are Cauchy sequences of reals, so by [L6] they converge, say xk→L and 1/xk→c; and L≥0 and c≥0, all terms being positive.

step 1.3step 1.4L2L6L7
3.1

Claim 1 is established: ρ′ is a complete metric on Y with Tρ′=Te, so Te is completely metrizable.

step 2.1step 2.2
3.2

Claim 2 is established: ρA is a complete metric on A with TρA=TdA, so TdA is completely metrizable.

step 1.7step 2.3
3.3

Continuing step 2.6: xk⋅(1/xk)=1 for every k, so Lc=1 by multiplicativity of limits; hence L≠0, so L>0 and L∈P, and c=1/L.

step 2.6L7L9
4.1

Hence ρP(xk,L)=∣xk−L∣+∣1/xk−1/L∣→0 by additivity of limits, that is xk→L in (P,ρP) with L∈P; every ρP-Cauchy sequence in P therefore converges in P, and (P,ρP) is complete.

step 2.6step 3.3L7
5.1

Claim 3 is established by step 2.4, step 2.5 and step 4.1, and claims 1 and 2 by step 3.1 and step 3.2.

step 2.4step 2.5step 3.1step 3.2step 4.1∎

Remarks

  • What claim 3 decides, and what it leaves open. It settles that "carries a complete metric" is strictly weaker than "this metric is complete", on the cheapest example available here. It does not characterise the topologies that are completely metrizable. The classical characterisation is Alexandroff's theorem — a subspace of a complete metric space is completely metrizable exactly when it is a Gδ subset — and it is out of reach at this point in the library, needing countable intersections of open sets, the Baire category theorem, and a metric built as a convergent series of terms ∣1/dist⁡(x,X∖Un)−1/dist⁡(y,X∖Un)∣. None of that is available here.

  • The one-sided reading of claim 2. A closed subspace of a completely metrizable space is completely metrizable. An open one is too, and so is any countable intersection of open sets, but that is Alexandroff's theorem and is not proved here, so nothing on this page licenses either. Nor does anything here decide a subspace that is neither open nor closed: (0,1] inside R is completely metrizable and Q is not, and both facts need machinery this page does not have.

  • Where the term is fixed. This item introduces "completely metrizable" as a property of a metric topology, since a topology here is a collection of subsets (The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement) rather than an abstract space. A later page of this library restates it for a general topological space; that restatement is a transfer of this definition along the identification of the two developments, not a second notion.

  • Claim 1 is what makes the property topological at all. Read literally, the definition already refers to Td alone, so the content of claim 1 is that the property travels between different underlying sets: a homeomorphism transports one complete metric to another, by making itself an isometry (An isometric embedding is injective and carries the metric topology of the source onto the subspace topology of its image). Completeness itself does not travel that way, since a homeomorphism need not be an isometry for the given metrics, and that is the whole difference.

RemarkRemark: AI-generatedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

Completeness belongs to the metric; the topological invariant is complete metrizability, which this page introduces and only a much later page characterises

Orientation

This page has proved that completeness is a property of the metric and not of the topology it induces: two metrics on one set can have exactly the same open sets while only one of them is complete (FALSE: completeness of a metric space is determined by its topology, Complete metric space: every Cauchy sequence converges in the space, Topologically, uniformly and Lipschitz equivalent metrics on a set). That leaves an obvious question, and this remark says what the question is, what the page now answers, and what it does not.

The question. Given the open sets, is there some metric inducing them that is complete? A topology for which the answer is yes is called completely metrizable, and that is the definition made precise in Complete metrizability: admitting a topologically equivalent complete metric is preserved by homeomorphism and by closed subspaces, and (0,∞) has it without being complete. Unlike completeness, this really is a property of the open sets alone: the metric is quantified over (The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement), so a homeomorphism transports it — which is claim 1 of that lemma. It is the topological shadow that completeness casts, and it is strictly weaker than "carries this particular complete metric".

What this page now settles. Two of the three facts below are discharged by Complete metrizability: admitting a topologically equivalent complete metric is preserved by homeomorphism and by closed subspaces, and (0,∞) has it without being complete; the third is not, and says so.

What is deliberately not asserted. No characterisation of the completely metrizable topologies is stated here, and none is proved. The classical answer is Alexandroff's theorem — a subspace of a complete metric space is completely metrizable exactly when it is a Gδ subset of it — and it belongs to a later page of this library, complete-metrizability-and-baire, which is planned and not yet authored. What that page needs and this one has not got is countable intersections of open sets, the Baire category theorem, and a remetrisation built as a convergent series; general topological spaces are developed later in this library too, whereas The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement here supplies only the metric topology, as a collection of subsets. So beyond the three claims of Complete metrizability: admitting a topologically equivalent complete metric is preserved by homeomorphism and by closed subspaces, and (0,∞) has it without being complete, "completely metrizable" is used here as the name of a question and never as a tool in a proof.

How to read the rest of the library in the meantime. Every statement of the form "X is complete" in this library is a statement about a named metric on X, and it never means "X has a complete metric". Where the distinction matters, the metric is written out. This is the same discipline as for the word bounded, which is also metric and not topological (Topologically, uniformly and Lipschitz equivalent metrics on a set).

Remarks

  • This item proves nothing and is not cited by any proof. It records what the page has and has not established, and points at where the missing part will be developed. It is included because the gap it names is the single most common place where a reader over-reads FALSE: completeness of a metric space is determined by its topology: from "completeness is not topological" it does not follow that no topological invariant is in the neighbourhood.
  • Forward-reference bookkeeping. The part of the orientation that is now proved is an ordinary same-page dependency on Complete metrizability: admitting a topologically equivalent complete metric is preserved by homeomorphism and by closed subspaces, and (0,∞) has it without being complete, not a forward reference. What remains unproved is Alexandroff's theorem, which is planned for complete-metrizability-and-baire; that page has no items yet, so no target id can be declared in forward_refs and this item declares none. When it is authored, the item stating the characterisation must be added to this item's forward_refs, so that the pointer is rendered as a forward reference and appears in the ledger produced by tools/fwdcheck.mjs --ledger. The same applies to the second bullet above, whose open half — that an open subspace of a completely metrizable space is completely metrizable — is the easy corollary of that theorem.

5 · Examples, counterexamples and false statements

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

FALSE: completeness of a metric space is determined by its topology

Statement

The following statement is FALSE.

Let d and d′ be metrics on the same set X that are topologically equivalent, that is Td=Td′ (Topologically, uniformly and Lipschitz equivalent metrics on a set, The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement). Then (X,d) is complete if and only if (X,d′) is complete (Complete metric space: every Cauchy sequence converges in the space).

Equivalently, and this is the form in which the error is usually made: completeness is a topological property of a metrisable space, so that it makes sense to call a topological space "complete".

Facts & Assumptions

Given: The set P:={ n∈N:n≥1 } of positive naturals, regarded inside R through the canonical embedding; the functions d(m,n):=∣m−n∣ and d′(m,n):=∣1/m−1/n∣ on P×P; a real ε>0.

[A1]

The false claim: topologically equivalent metrics on one set are either both complete or both incomplete.

[L2]

Reciprocation is strictly decreasing on the positive reals, so 0<a<b gives 0<1/b<1/a; in particular m↦1/m is injective on P (Inverses of positives are positive, and reciprocation reverses order).

[L3]

Positive naturals sit in R in their own order, and for naturals m≠n one has ∣m−n∣≥1, since one of them is at least the successor of the other (Canonical naturals are positive and strictly increasing, The natural numbers N (von Neumann), The unique embedding of ℚ into an ordered field).

Refutation

technique · direct
1.1

d is a metric on P, being the restriction to P×P of the usual metric of R.

L1
1.2

d′ is a metric on P: symmetry and the triangle inequality are inherited from the absolute value applied to the reals 1/m, and d′(m,n)=0 forces 1/m=1/n and hence m=n, because m↦1/m is injective on P.

L1L2
2.1

Every subset of P is open for d: for m∈P the ball Bd(m,1/2) is {m}, since d(m,n)=∣m−n∣≥1>1/2 for n≠m; so every subset is a union of open balls.

step 1.1L3L5
2.2

Every subset of P is open for d′: fix m∈P and put r:=1/m−1/(m+1), a positive real. If n>m then 1/n≤1/(m+1), so d′(m,n)=1/m−1/n≥r; and if n<m then m≥2 and 1/n≥1/(m−1), so d′(m,n)=1/n−1/m≥1/(m−1)−1/m>1/m−1/(m+1)=r. Hence Bd′(m,r)={m} and every subset is a union of open balls.

step 1.2L2L4L5
2.3

(P,d) is complete: let (xk) be d-Cauchy and apply the definition with ε=1 to get K with ∣xm−xn∣<1 for all m,n≥K; by [L3] this forces xm=xn for m,n≥K, so the sequence is constant from K on and converges to xK∈P.

step 1.1L3L5
2.4

(P,d′) is not complete. Put ak:=k+1, a sequence in P. Given a real ε>0, [L4] gives N≥1 with 1/N<ε/2; for k,l≥N we have k+1>N and l+1>N, hence 1/(k+1)<1/N and 1/(l+1)<1/N, so d′(ak,al)=∣1/(k+1)−1/(l+1)∣≤1/(k+1)+1/(l+1)<2/N<ε. Hence (ak) is d′-Cauchy.

step 1.2L2L4L5
3.1

Therefore Td=Td′: both are the collection of all subsets of P, so d and d′ are topologically equivalent.

step 2.1step 2.2L5
3.2

Suppose ak→p in (P,d′) for some p∈P. Since 1/p>0, [L4] gives N≥1 with 1/N<1/(2p), and then for every k≥N we have 1/(k+1)≤1/N<1/(2p), so d′(ak,p)=∣1/(k+1)−1/p∣≥1/p−1/(k+1)>1/p−1/(2p)=1/(2p)>0. So d′(ak,p) never drops below 1/(2p) from any index on, contradicting convergence to p; as p∈P was arbitrary, (ak) has no limit in (P,d′).

step 2.4L2L4L5
4.1

So d and d′ are topologically equivalent metrics on P with (P,d) complete and (P,d′) not, which refutes [A1]. The displayed statement is false.

step 3.1step 2.3step 2.4step 3.2A1∎

Remarks

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

FALSE: every Cauchy sequence in a metric space converges

Statement

The following statement is FALSE.

Let (X,d) be a metric space (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric) and let (xk) be a Cauchy sequence in it (Cauchy sequence in a metric space). Then (xk) converges to a point of X (Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R).

Equivalently: every metric space is complete (Complete metric space: every Cauchy sequence converges in the space), so that the word complete is redundant.

This is the error that the whole page exists to guard against. It is encouraged by the Cauchy criterion on the real line (The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges), which is a theorem about R and not about metric spaces.

Facts & Assumptions

Given: The open interval X:=(0,1)⊆R (Intervals of R: the nine order-convex forms, nondegeneracy, and length) with the metric d(x,y):=∣x−y∣ inherited from R; the sequence xk:=1/(k+2) for k∈N; a real ε>0.

[A1]

The false claim: every Cauchy sequence in every metric space converges in that space.

[L4]

Limits in a metric space are unique (A sequence in a metric space has at most one limit).

Refutation

technique · direct
1.1

Every term lies in X: k+2≥2>0 gives xk=1/(k+2)>0, and k+2≥2 gives xk≤1/2<1. So (xk) is a sequence in X, and d is a metric on X.

L1L2
1.2

xk→0 in (R,∣⋅∣): given a real ε>0, [L2] supplies N≥1 with 1/N<ε, and for k≥N we have k+2>N, hence ∣xk−0∣=1/(k+2)<1/N<ε.

L1L2L3
2.1

Hence (xk) is Cauchy in (R,∣⋅∣), and since d is the restriction of the metric of R and all terms lie in X, the same indices witness that (xk) is Cauchy in (X,d).

step 1.1step 1.2L1L3
2.2

Suppose (xk) converged in (X,d) to some p∈X. Distances in (X,d) are distances in R, so xk→p in (R,∣⋅∣) as well; with step 1.2 and uniqueness of limits in R this forces p=0.

step 1.2L1L4
3.1

But 0∉X, since X=(0,1) contains only reals >0. So (xk) has no limit in (X,d).

step 1.1step 2.2
4.1

Therefore (X,d) is a metric space carrying a Cauchy sequence that does not converge in it, which refutes [A1]; the displayed statement is false, and (0,1) is not complete.

step 2.1step 3.1A1∎

Remarks

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

FALSE: d(fx,fy)<d(x,y) for all x≠y on a complete metric space forces a fixed point

Statement

The following statement is FALSE.

Let (X,d) be a nonempty complete metric space (Complete metric space: every Cauchy sequence converges in the space) and let f:X→X satisfy d(f(x),f(y))<d(x,y)for all x,y∈X with x≠y. Then f has a fixed point.

The condition displayed above is what many texts call contractive; it is strictly weaker than being a contraction (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction), which demands a single constant q<1 with d(f(x),f(y))≤q d(x,y) for all pairs at once. Banach's theorem (A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point) assumes the latter, and the difference between the two hypotheses is exactly what this item is about.

Facts & Assumptions

Given: The interval X:=[1,∞)⊆R (Intervals of R: the nine order-convex forms, nondegeneracy, and length) with the metric d(x,y):=∣x−y∣ inherited from R, and the function f:X→R given by f(x):=x+1/x.

[A1]

The false claim: a strictly distance-decreasing self-map of a nonempty complete metric space has a fixed point.

[L4]

Limits of reals preserve non-strict inequalities (Limits preserve non-strict inequalities).

[L5]

a>0 gives a−1>0, and a product of positives is positive; multiplying an inequality by a positive preserves it (Inverses of positives are positive, and reciprocation reverses order, Sign rules for products and monotonicity of multiplication).

[L6]

∣uv∣=∣u∣∣v∣ for reals (Basic properties of the absolute value).

Refutation

technique · direct
1.1

X is nonempty, since 1∈X; and X is sequentially closed in R, because a sequence in X converging to a real p satisfies xk≥1 for every k and hence p≥1, so p∈X.

L1L4
1.2

f maps X into X: for x≥1 one has 1/x>0, so f(x)=x+1/x>x≥1.

L5
1.3

For all x,y∈X: f(x)−f(y)=(x−y)+(1/x−1/y)=(x−y)−x−yxy=(x−y)(1−1xy), since 1/x−1/y=(y−x)/(xy).

L5
2.1

Hence X is closed in R, and since R is complete, (X,d) is a nonempty complete metric space.

step 1.1L1L2L3
2.2

Let x,y∈X with x≠y. Then x,y≥1 and they are not both equal to 1, so xy>1 and hence 0<1/(xy)<1, giving 0<1−1/(xy)<1.

step 1.2L5
2.3

f has no fixed point in X: f(x)−x=1/x>0 for every x∈X, so f(x)≠x.

step 1.2L5
3.1

Therefore d(f(x),f(y))=∣f(x)−f(y)∣=∣x−y∣⋅(1−1/(xy))<∣x−y∣=d(x,y) for all x≠y in X: the map f strictly decreases every distance between distinct points.

step 1.3step 2.2L5L6
4.1

So (X,d) is a nonempty complete metric space and f:X→X strictly decreases every distance between distinct points and has no fixed point, which refutes [A1]. The displayed statement is false.

step 2.1step 1.2step 3.1step 2.3A1∎

Remarks

  • What goes wrong, quantitatively. The factor by which f shrinks distances is 1−1/(xy), which is below 1 at every pair but approaches 1 as x and y grow. No single q<1 dominates all of them, so f is not a contraction and Banach's theorem does not apply. The failure is therefore not an accident of this example but the exact difference between a pointwise inequality and a uniform one, which is the same difference as between continuity and uniform continuity (Uniform continuity of a map of metric spaces: one δ serving every point).
  • Compactness would repair it; boundedness would not. On a compact space the strict condition does force a fixed point, by minimising x↦d(x,f(x)); compactness of metric spaces is a later page in this library and nothing of the sort is claimed at this point. Adding boundedness to completeness, by contrast, is not enough, and the witness is small: on N put d(m,n):=1+2−m−1+2−n−1 for m≠n and d(n,n):=0. Every nonzero distance lies in (1,7/4], so the triangle inequality is automatic and d is a bounded metric; the space is complete because distinct points are more than 1 apart, so a Cauchy sequence is eventually constant; and n↦n+1 satisfies d(m+1,n+1)=1+2−m−2+2−n−2<d(m,n) for m≠n and has no fixed point. What the present item establishes is only that completeness alone is not enough.
  • The unboundedness of [1,∞) is doing the work, and the map is pushing every point to the right by a shrinking but always positive amount. The worked-out version of this witness, including the verification that no contraction constant exists, is x↦x+1/x on [1,∞) strictly decreases every distance and has no fixed point ↗ on the companion page.
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

FALSE: two metrics inducing the same topology have the same Cauchy sequences

Statement

The following statement is FALSE.

Let d and d′ be topologically equivalent metrics on a set X, that is Td=Td′ (Topologically, uniformly and Lipschitz equivalent metrics on a set, The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement). Then a sequence in X is Cauchy for d if and only if it is Cauchy for d′ (Cauchy sequence in a metric space).

The claim is plausible because convergence really is determined by the topology (Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in R); the mistake is to extend that to Cauchyness, which is not a topological notion.

Facts & Assumptions

Given: The set X:=(0,∞)⊆R (Intervals of R: the nine order-convex forms, nondegeneracy, and length), the metrics d(x,y):=∣x−y∣ and d′(x,y):=∣1/x−1/y∣ on it, a point a∈X, and reals r,s>0.

[A1]

The false claim: topologically equivalent metrics have the same Cauchy sequences.

[L2]

For x,a>0: 1/x−1/a=(a−x)/(xa), so ∣x−a∣=∣1/x−1/a∣⋅xa and ∣1/x−1/a∣=∣x−a∣/(xa); reciprocation is strictly decreasing on the positives, hence injective there (Inverses of positives are positive, and reciprocation reverses order, Sign rules for products and monotonicity of multiplication).

[L3]

Open sets are those in which every point has a ball inside the set; a set is open exactly when it is a union of balls around its points (The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement, Open ball, closed ball and sphere in a metric space).

[L6]

Cauchyness may be tested with real ε>0 (Cauchy sequence in a metric space, The rationals embed densely in the reals).

Refutation

technique · direct
1.1

d is a metric on X, being the restriction of the usual metric of R; and d′ is a metric on X, since symmetry and the triangle inequality are inherited from the absolute value applied to the reals 1/x, while d′(x,y)=0 forces 1/x=1/y and hence x=y by injectivity of reciprocation on the positives.

L1L2
1.2

Given a∈X and a real r>0, put s:=min⁡{1/(2a), r/(4a2)}>0. If d′(x,a)<s then ∣1/x−1/a∣<1/(2a), so 1/x>1/a−1/(2a)=1/(2a) and hence x<2a; therefore ∣x−a∣=∣1/x−1/a∣⋅xa<s⋅2a⋅a=2a2s≤r/2<r. So Bd′(a,s)⊆Bd(a,r).

L1L2L5
1.3

Given a∈X and a real s>0, put r:=min⁡{a/2, sa2/4}>0. If d(x,a)<r then ∣x−a∣<a/2, so x>a/2 and hence ∣1/x−1/a∣=∣x−a∣/(xa)<r/((a/2) a)=2r/a2≤s/2<s. So Bd(a,r)⊆Bd′(a,s).

L1L2L5
1.4

Put xk:=1/(k+2), a sequence in X since k+2≥2>0. Given a real ε>0, [L4] gives N≥1 with 1/N<ε/2, and for k,l≥N we have 1/(k+2)<1/N and 1/(l+2)<1/N, so d(xk,xl)≤1/(k+2)+1/(l+2)<2/N<ε. Hence (xk) is d-Cauchy.

L1L4L6
2.1

Hence Td=Td′: if U is d-open and a∈U, take r with Bd(a,r)⊆U and then s as in step 1.2, so Bd′(a,s)⊆U and U is d′-open; the converse uses step 1.3 in the same way. So d and d′ are topologically equivalent.

step 1.2step 1.3L3
2.2

But (xk) is not d′-Cauchy: d′(xk,xl)=∣(k+2)−(l+2)∣=∣k−l∣, so for every K the indices k=K and l=K+1 give d′(xk,xl)=1, and the Cauchy condition fails at ε=1.

step 1.4L1L2L6
3.1

So d and d′ are topologically equivalent metrics on X with a sequence that is d-Cauchy and not d′-Cauchy, which refutes [A1]. The displayed statement is false.

step 2.1step 1.4step 2.2A1∎

Remarks

Sources