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

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

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

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

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.

Depends on

Used by

Dependency tree · two levels

43 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