Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-27
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Topologically, uniformly and Lipschitz equivalent metrics on a set

Definition

Let X be a set and let d and d′ both be metrics on X (Metric space: d(x,y)=0 iff x=y, symmetry, and the triangle inequality; pseudometric and ultrametric). Note that the underlying set is the same; nothing below compares metrics on different sets.

  • d and d′ are topologically equivalent if they have the same 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): Td=Td′.
  • d and d′ are uniformly equivalent if for every real ε>0 there are reals δ>0 and δ′>0 such that, for all x,y∈X, d(x,y)<δ  ⟹  d′(x,y)<εandd′(x,y)<δ′  ⟹  d(x,y)<ε.
  • d and d′ are Lipschitz equivalent if there are reals α,β>0 with α d(x,y)  ≤  d′(x,y)  ≤  β d(x,y)for all x,y∈X.

What the middle condition says in words. It is the statement that both identity maps id:(X,d)→(X,d′) and id:(X,d′)→(X,d) are uniformly continuous: the same δ works at every pair of points, not merely at each point separately as in Continuity of a map between metric spaces, at a point and globally, in the ε-δ form. Uniform continuity has no definition of its own at this point in the reading order, so the condition is written out in full above; a later page defines it, and until then this write-out is what earlier pages quote.

Each of the three is an equivalence relation on the metrics on X. Reflexivity is immediate (δ=ε, and α=β=1); symmetry is built into the statements, the uniform one being symmetric by construction and the Lipschitz one because αd≤d′≤βd gives β−1d′≤d≤α−1d′; and transitivity follows by composing the δs and multiplying the constants.

Remarks

  • The three are ranked, and the ranking is proved, not assumed: Lipschitz equivalence implies uniform equivalence implies topological equivalence (Lipschitz equivalence implies uniform equivalence implies topological equivalence). Neither implication reverses, and the witnesses live on the companion page.
  • Naming forks in the literature. Many texts say strongly equivalent for what is called Lipschitz equivalent here, and many say simply equivalent for what is called topologically equivalent here. This library always writes the qualifier, so that no statement depends on which convention a reader brings. A few texts define topological equivalence by "the identity is a homeomorphism", which is the same condition (Metric continuity characterisations, with countable choice for the sequential converse).
  • Topological equivalence preserves exactly the topological notions: open, closed, closure, interior, boundary, convergence of sequences, continuity of maps into and out of the space. It does not preserve boundedness, diameters or the Lipschitz constants, and FALSE: boundedness of a metric space is determined by its topology records the first of those failures.

Depends on

Used by

Dependency tree · two levels

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

Sources