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.

✓ 8 results · all verified · 7 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 1 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Function Space Topologies and the Exponential Law: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

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

C([0,1],R) is complete, and on it the uniform metric and the supremum metric induce the same topology

Example

Let I:=[0,1] carry the metric d(s,t)=∣s−t∣ inherited from R (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, Isometry, isometric embedding, and the subspace metric on a subset) and let R carry the same metric. Write C(I,R) for the continuous real functions on I, ρˉ for the uniform metric of For a nonempty set X and a metric space (Y,d) the uniform metric ρˉ(f,g)=sup⁡xmin⁡{d(f(x),g(x)),1} is a metric on YX and d∞ for the supremum metric of The supremum metric d∞(f,g)=sup⁡x∣f(x)−g(x)∣ is a metric on the bounded real-valued functions on a nonempty set. Then:

  1. every f∈C(I,R) is bounded, so d∞ is defined on C(I,R);
  2. ρˉ and d∞ are uniformly equivalent on C(I,R), hence induce the same topology there (Topologically, uniformly and Lipschitz equivalent metrics on a set, Lipschitz equivalence implies uniform equivalence implies topological equivalence);
  3. (C(I,R),ρˉ) is a complete metric space (Complete metric space: every Cauchy sequence converges in the space).

Claim 2 is this page's guarantee that no second notion of convergence has been created. For a nonempty set X and a metric space (Y,d) the uniform metric ρˉ(f,g)=sup⁡xmin⁡{d(f(x),g(x)),1} is a metric on YX mints a metric on YX that is not the published supremum metric — it truncates distances at 1 and needs no boundedness hypothesis — and a reader who has met d∞ first is entitled to ask whether "uniform convergence" now means two things. On the set where both are defined it does not: the two metrics take different values but have the same open sets, so they have the same convergent sequences, the same continuous functions and the same closed sets.

Facts & Assumptions

Given: I=[0,1] with d(s,t)=∣s−t∣, the target R with the same metric, C(I,R), the truncated metric dˉ=min⁡{d,1} on R, the uniform metric ρˉ and, once claim 1 is available, the supremum metric d∞(f,g)=sup⁡t∈I∣f(t)−g(t)∣.

[L2]

A continuous real function on a nonempty compact metric space is bounded and attains a greatest and a least value (A continuous real-valued function on a nonempty compact metric space is bounded and attains a greatest and a least value, Lower bound, bounded below, bounded set).

[L3]

d∞(f,g)=sup⁡{ ∣f(t)−g(t)∣:t∈I } is a metric on the bounded real functions on a nonempty set, and the supremum is an upper bound of its set and the least one (The supremum metric d∞(f,g)=sup⁡x∣f(x)−g(x)∣ is a metric on the bounded real-valued functions on a nonempty set, Complete ordered field (least-upper-bound property), Suprema and infima are unique).

[L5]

Uniform equivalence of two metrics on one set, and the implication uniform ⇒ topological (Topologically, uniformly and Lipschitz equivalent metrics on a set, Lipschitz equivalence implies uniform equivalence implies topological equivalence, claim 2).

Verification

technique · direct
1.1

I is nonempty and compact, and every f∈C(I,R) is continuous on it, hence bounded; so C(I,R) is a subset of the bounded real functions on I and d∞ is defined on it, which is claim 1.

L1L2L3
2.1

For all f,g∈C(I,R) and every t∈I: dˉ(f(t),g(t))≤∣f(t)−g(t)∣≤d∞(f,g), so d∞(f,g) bounds the set whose supremum is ρˉ(f,g) and therefore ρˉ(f,g)≤d∞(f,g).

step 1.1L3L4
3.1

Let ε>0 be real and put δ:=min⁡{ε,1}/2, a real with 0<δ≤1/2<1 and δ<ε; if ρˉ(f,g)<δ then for every t∈I we have dˉ(f(t),g(t))≤ρˉ(f,g)<δ<1, hence ∣f(t)−g(t)∣=dˉ(f(t),g(t))<δ, so δ bounds the set whose supremum is d∞(f,g) and d∞(f,g)≤δ<ε.

step 2.1L3L4
4.1

Steps 2.1 and 3.1 give uniform equivalence: for a real ε>0 the choice δ′:=ε makes d∞(f,g)<δ′ imply ρˉ(f,g)<ε, and the δ of step 3.1 makes ρˉ(f,g)<δ imply d∞(f,g)<ε; hence the two metrics are uniformly equivalent on C(I,R) and therefore topologically equivalent, which is claim 2.

step 2.1step 3.1L5
5.1

(R,d) is complete and I is a nonempty topological space, so C(I,R) with the restriction of ρˉ is a complete metric space, which is claim 3.

step 1.1L1L6∎

Remarks

  • The two metrics really are different functions. Take f constant 0 and g constant 2: then d∞(f,g)=2 while ρˉ(f,g)=1. What claim 2 says is that this difference is invisible to the topology, not that it does not exist. In particular an assertion about the value of the distance — a diameter, a Lipschitz constant, a radius — must name which metric it means.

  • Completeness is inherited from R and from closedness, in that order. R is complete, so all the real functions on I are complete in the uniform metric; the continuous ones form a closed subset by the uniform limit theorem (A uniform limit of continuous functions is continuous, so C(X,Y) is closed in YX under the uniform metric); and a closed subset of a complete space is complete. Completeness in d∞ follows as well, since uniformly equivalent metrics have the same Cauchy sequences and the same convergent sequences, both conditions being expressed with ε and δ alone.

  • Compactness of I is used only for claim 1. Boundedness of every continuous function is what makes d∞ defined at all, and that is the extreme value theorem. On a non-compact domain the supremum metric is unavailable on all of C(X,R), while the uniform metric ρˉ remains defined; that is the whole reason this page mints the truncated metric.

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

The moving spikes on [0,1] converge pointwise to 0, do not converge uniformly, and do not converge in the topology of compact convergence

Example

Let I:=[0,1] with the metric inherited from R, let ak:=1/ι(k+2) for k∈N (The canonical natural ι(n)=n⋅1F of a field), and let fk:I→R be the moving spike

fk(t)=tak  (0≤t≤ak),fk(t)=2−tak  (ak≤t≤2ak),fk(t)=0  (2ak≤t≤1),

which is exactly the family built in FALSE: a pointwise convergent sequence of continuous functions converges uniformly on every compact set: each fk is continuous, and (fk) converges pointwise to the constant function 0, which is continuous. Write ρˉ for the uniform metric on RI (For a nonempty set X and a metric space (Y,d) the uniform metric ρˉ(f,g)=sup⁡xmin⁡{d(f(x),g(x)),1} is a metric on YX).

This example traces the one family through all three topologies of the A page:

  1. fk→0 in the topology of pointwise convergence (The topology of pointwise convergence on YX, which is the product topology, and its restriction to C(X,Y));
  2. ρˉ(fk,0)=1 for every k, so (fk) does not converge to 0 in the topology of uniform convergence (Uniform convergence, and the topology of uniform convergence: the metric topology of the uniform metric on YX and on C(X,Y));
  3. (fk) does not converge to 0 in the topology of compact convergence either (The topology of compact convergence on C(X,Y) for metric X and Y: uniform convergence on each compact subset of X).

So the two inclusions of On C(X,Y) with X and Y metric, uniform convergence is finer than compact convergence, which is finer than pointwise convergence are strict on C(I,R) at the leftmost step: pointwise convergence is strictly weaker than convergence on compact sets. The two rightmost topologies coincide here, because I is itself compact; separating those two needs a domain that is not compact, and the next counterexample on this page does it on R.

Facts & Assumptions

Given: I=[0,1] with the metric d(s,t)=∣s−t∣, the reals ak=1/ι(k+2), the spikes fk displayed above, the constant function 0, and the truncated metric dˉ=min⁡{d,1} on R.

[L2]

0≤fk(t)≤1 for every t∈I: on [0,ak] the value t/ak lies between 0 and 1, on [ak,2ak] the value 2−t/ak does, and on [2ak,1] it is 0 (Maximum and minimum of a set, Every nonempty finite set of reals has a maximum and a minimum).

[L5]

A sequence converges in the topology of pointwise convergence exactly when it converges at every point (A sequence converges in the topology of pointwise convergence exactly when it converges at every point).

[L6]

The topology of uniform convergence is finer than the topology of compact convergence, which is finer than the topology of pointwise convergence, so convergence in a finer topology implies convergence in a coarser one (On C(X,Y) with X and Y metric, uniform convergence is finer than compact convergence, which is finer than pointwise convergence).

Verification

technique · direct
1.1

(fk) converges to 0 at every point of I, hence in the topology of pointwise convergence; this is claim 1.

L1L5
1.2

For every k and every t∈I: ∣fk(t)−0(t)∣=fk(t)≤1, so dˉ(fk(t),0(t))=fk(t).

L2L3
2.1

Hence 1 is an upper bound of { dˉ(fk(t),0(t)):t∈I } and the value 1 is attained at t=ak∈I, so ρˉ(fk,0)=1 for every k∈N.

step 1.2L1L2L3
3.1

Therefore no index K makes ρˉ(fk,0)<1/2 for k≥K, so (fk) does not converge to 0 in the uniform metric and hence not in the topology of uniform convergence; this is claim 2.

step 2.1L4
3.2

I is compact and ∣fk(ak)−0(ak)∣=1, so fk∉BI(0,1/2) for every k, while BI(0,1/2) is a member of a neighbourhood base at 0 in the topology of compact convergence; so no tail of (fk) lies in that neighbourhood and (fk) does not converge to 0 there, which is claim 3.

step 2.1L1L7
4.1

Claims 1 and 3 together show that convergence in the topology of pointwise convergence does not imply convergence in the topology of compact convergence, so the leftmost inclusion of the comparison theorem is strict on C(I,R).

step 1.1step 3.2L6∎

Remarks

  • Nothing is lost and nothing is gained by the truncation. The uniform metric truncates distances at 1, and here the spikes never exceed 1, so ρˉ(fk,0) is the honest supremum of ∣fk∣. A family of spikes of height 5 would have ρˉ=1 as well, which is exactly the sense in which the uniform metric records "not close" without recording how far.

  • The failure is at a moving point. For each fixed t the values fk(t) are eventually 0; what prevents a single index from serving every t is that the place where fk equals 1 depends on k and never disappears. That is the quantifier order of Uniform convergence, and the topology of uniform convergence: the metric topology of the uniform metric on YX and on C(X,Y), seen in one family.

  • On this domain the two right-hand topologies cannot be separated. Since I=[0,1] is compact, K=I is an admissible compact set and convergence on every compact subset of I is convergence on I itself, that is uniform convergence. Separating them needs a domain that is not compact, and the next counterexample on this page uses R.

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

Refuted: convergence uniformly on every compact subset of R implies uniform convergence. The maps x↦x/(n+1) separate the two

Statement refuted

Refuted claim: if a sequence (gk) in C(X,R) converges to g uniformly on every compact subset of X, that is in the topology of compact convergence (The topology of compact convergence on C(X,Y) for metric X and Y: uniform convergence on each compact subset of X), then it converges to g uniformly (Uniform convergence, and the topology of uniform convergence: the metric topology of the uniform metric on YX and on C(X,Y)).

The witness is X=R with its usual metric and

gk(x):=xι(k+1)(k∈N, x∈R),

ι being the canonical natural of R (The canonical natural ι(n)=n⋅1F of a field), so that ι(k+1)≥1>0 and the quotient is defined. These converge to the constant function 0 uniformly on every compact subset of R and satisfy ρˉ(gk,0)=1 for every k, so they do not converge uniformly.

This is the strictness of the right-hand inclusion of On C(X,Y) with X and Y metric, uniform convergence is finer than compact convergence, which is finer than pointwise convergence; the left-hand one is separated on the companion example of this page. Note that the domain has to be non-compact for such a witness to exist, since on a compact domain the two topologies coincide.

Facts & Assumptions

Given: R with the usual metric d(s,t)=∣s−t∣ (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 maps gk(x)=x/ι(k+1), the constant function 0, and the truncated metric dˉ=min⁡{d,1} with the uniform metric ρˉ on RR (For a nonempty set X and a metric space (Y,d) the uniform metric ρˉ(f,g)=sup⁡xmin⁡{d(f(x),g(x)),1} is a metric on YX).

[L1]

ι is strictly increasing on N with ι(n)>0 for n≥1, and 0<u≤v gives 0<1/v≤1/u (The canonical natural ι(n)=n⋅1F of a field, Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L2]

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

[L5]

The sets BK(f,ε) centred at f form a neighbourhood base at f in the topology of compact convergence, and BK(f,ε)={ h:∣f(x)−h(x)∣<ε for every x∈K } (The topology of compact convergence on C(X,Y) for metric X and Y: uniform convergence on each compact subset of X, fact (U4)).

Counterexample

technique · direct
1.1

Each gk is continuous, being Lipschitz with constant 1/ι(k+1), so gk∈C(R,R); and 0 is continuous, being constant.

L1L3
1.2

Let K⊆R be compact and let ε>0 be real; K is bounded, so fix a real r>0 with ∣x∣<r for every x∈K.

L4choose
1.3

On the other hand, for each k∈N the point xk:=ι(k+1) satisfies ∣gk(xk)−0(xk)∣=ι(k+1)/ι(k+1)=1, so dˉ(gk(xk),0(xk))=1 and therefore ρˉ(gk,0)≥1; since ρˉ≤1 always, ρˉ(gk,0)=1.

L1L6
2.1

By [L2] fix a natural m≥1 with 1/ι(m)<ε/r.

step 1.2L2choose
2.2

So no index K0 makes ρˉ(gk,0)<1/2 for all k≥K0, and (gk) does not converge to 0 in the uniform metric, that is not uniformly.

step 1.3L6
3.1

For every k≥m and every x∈K: ∣gk(x)−0(x)∣=∣x∣/ι(k+1)<r/ι(k+1)≤r/ι(m)<ε, using k+1>m and the monotonicity of ι and of reciprocals.

step 1.2step 2.1L1L3
4.1

Hence gk∈BK(0,ε) for every k≥m; as K and ε were arbitrary and the sets BK(0,ε) are a neighbourhood base at 0, the sequence (gk) converges to 0 in the topology of compact convergence.

step 3.1L5
5.1

The sequence (gk) therefore satisfies the hypothesis of the claim and violates its conclusion, so the claim is false.

step 4.1step 2.2∎

Remarks

  • What goes wrong is arbitrarily far out. On any fixed bounded region the maps gk do flatten to 0, and a compact subset of R is bounded; the discrepancy ∣gk(x)∣=∣x∣/(k+1) reaches 1 only at x=k+1, which escapes every compact set as k grows. Uniform convergence asks for control at every point at once, including those.

  • The same family shows the two topologies are different as topologies, not merely that one sequence behaves differently in them: the difference is already visible in a basic neighbourhood, since Bρˉ(0,1/2) contains no gk while every compact-convergence neighbourhood of 0 contains a tail of them.

  • The index shift is the usual one. N contains 0, so the family is written with ι(k+1); at k=0 this is 1 and g0 is the identity, which is exactly the intended first term. Writing x/ι(k) would divide by 0 at k=0.

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

On C(R,R) the compact-open topology has the sets {g:sup⁡[−m,m]∣f−g∣<ε} as a neighbourhood base, and R is locally compact so evaluation is continuous

Example

Let R carry its usual metric d(s,t)=∣s−t∣ (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) and let C(R,R) carry the compact-open topology (The compact-open topology on C(X,Y) for a metric domain X, with subbasis S(K,V)={f:f[K]⊆V}). For a natural m≥1 write [−m,m]:={ t∈R:−ι(m)≤t≤ι(m) } (Intervals of R: the nine order-convex forms, nondegeneracy, and length, The canonical natural ι(n)=n⋅1F of a field). Then:

  1. every [−m,m] is a compact subset of R, and every compact K⊆R is contained in some [−m,m];
  2. for each f∈C(R,R) the sets B[−m,m](f,ε)={ g∈C(R,R):∣f(t)−g(t)∣<ε for every t∈[−m,m] }(m≥1, ε>0) form a neighbourhood base at f in the compact-open topology (Neighbourhood of a point and neighbourhood base, with this library's convention that a neighbourhood need not be open);
  3. R is a locally compact metric space (Locally compact metric space: every point has a compact neighbourhood), so the evaluation map e:C(R,R)×R→R is continuous (If X is a locally compact metric space then the evaluation map is continuous for the compact-open topology, The evaluation map e:C(X,Y)×X→Y, e(f,x)=f(x)).

The quantity sup⁡t∈[−m,m]∣f(t)−g(t)∣ of the title exists and is a maximum, by fact (U3) of The topology of compact convergence on C(X,Y) for metric X and Y: uniform convergence on each compact subset of X; the formulation in claim 2 avoids writing it, which is what keeps the empty compact set harmless elsewhere on this page.

Facts & Assumptions

Given: R with the usual metric, C(R,R) with the compact-open topology, and for a natural m≥1 the interval [−m,m].

[L3]

For every real x there is a natural m≥1 with x<ι(m), and ι is strictly increasing with ι(m)>0 for m≥1 (Every complete ordered field is Archimedean, Canonical naturals are positive and strictly increasing, The canonical natural ι(n)=n⋅1F of a field).

[L5]

If K⊆K′ are compact then BK′(f,ε)⊆BK(f,ε), the defining condition on K′ being stronger (The topology of compact convergence on C(X,Y) for metric X and Y: uniform convergence on each compact subset of X).

[L7]

The maximum of a two-element set of reals exists and is one of them (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

Verification

technique · direct
1.1

[−m,m] is bounded, lying in B(0,ι(m)+1), and closed in R, since a point y with y>ι(m) has B(y,y−ι(m)) inside the complement and a point with y<−ι(m) has B(y,−ι(m)−y) inside it; so [−m,m] is a compact subset of R.

L1L2
2.1

Let K⊆R be compact; it is bounded, so fix a real r>0 with ∣t∣<r for every t∈K, and then a natural m≥1 with r<ι(m); every t∈K satisfies −ι(m)≤t≤ι(m), that is K⊆[−m,m]. This with step 1.1 is claim 1.

step 1.1L1L3choose
2.2

For claim 3, let x∈R and take a natural m≥1 with ∣x∣+1<ι(m); then [−m,m] is compact by step 1.1 and B(x,1)⊆[−m,m], since ∣t−x∣<1 gives ∣t∣≤∣x∣+1<ι(m) by the triangle inequality for the absolute value.

step 1.1L3L7choose
3.1

For claim 2, fix f∈C(R,R) and let N be a neighbourhood of f in the compact-open topology; since that topology is the topology of compact convergence, there are a compact K and a real ε>0 with BK(f,ε)⊆N.

step 2.1L4choose
4.1

Take m≥1 with K⊆[−m,m]; then B[−m,m](f,ε)⊆BK(f,ε)⊆N, and f∈B[−m,m](f,ε), which is itself a neighbourhood of f by step 1.1 and [L4]; so the displayed family is a neighbourhood base at f, which is claim 2.

step 1.1step 2.1step 3.1L4L5
5.1

So every point of R has a compact set containing a ball around it, that is R is a locally compact metric space; hence the evaluation map on C(R,R) is continuous, which is claim 3.

step 2.2L6∎

Remarks

  • Claim 2 is what makes the compact-open topology on C(R,R) concrete. A general neighbourhood in it involves an arbitrary compact set and an arbitrary open subset of the target; claim 2 replaces both by a bound on a symmetric interval and a single ε, and the intervals may be indexed by the naturals. That is the shape a metrization proof would exploit, and this library does not carry out that proof.

  • Local compactness of R is where Heine-Borel is spent. In a general metric space a closed ball need not be compact, and then nothing above survives; what makes R work is that closed bounded sets are compact (Heine-Borel in Rn: with the Euclidean metric a subset of Rn is compact if and only if it is closed and bounded, and the proof by bisection uses no choice principle; the same holds on the real line). The contrast is Q, where the evaluation map is not continuous at all.

  • The intervals [−m,m] exhaust R, and that is claim 1's real content. Every compact subset sits inside one of countably many of them, so the compact sets, of which there are very many, are controlled by a countable family. Nothing about metrizability follows from this alone, and none is claimed.

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

The 1-Lipschitz maps of a metric space into R form a uniformly equicontinuous family, and the distance functions x↦d(x,A) all belong to it

Example

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 R carry its usual metric (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). Put

L  :=  { f:X→R  :  f is Lipschitz with constant 1 }  ⊆  RX

(Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction, The topology of pointwise convergence on YX, which is the product topology, and its restriction to C(X,Y)). Then:

  1. L is uniformly equicontinuous (Equicontinuity at a point, uniform equicontinuity, and pointwise boundedness of a family of maps between metric spaces), with δ:=ε serving at every ε;
  2. for every nonempty A⊆X the distance function φA(x):=d(x,A) (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space) belongs to L;
  3. if X≠∅ then L is not pointwise bounded, since it contains every constant function.

So equicontinuity and pointwise boundedness are genuinely independent hypotheses: this family has the first and not the second, and the next counterexample on this page has the second and not the first.

Facts & Assumptions

Given: A metric space (X,d), the target R with the metric dR(s,t)=∣s−t∣, and the family L displayed above.

[L2]

A family F is uniformly equicontinuous when for every real ε>0 there is a real δ>0 with ∣f(x)−f(x′)∣<ε for every f∈F and all x,x′ with d(x,x′)<δ; and F is pointwise bounded when each set { f(x):f∈F } is bounded (Equicontinuity at a point, uniform equicontinuity, and pointwise boundedness of a family of maps between metric spaces, Uniform continuity of a map of metric spaces: one δ serving every point, Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space).

[L3]

For nonempty A⊆X the function x↦d(x,A) is defined and satisfies ∣d(x,A)−d(x′,A)∣≤d(x,x′) (∣d(x,A)−d(y,A)∣≤d(x,y), so the distance to a fixed nonempty set is 1-Lipschitz, Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space).

Verification

technique · direct
1.1

Let ε>0 be real and put δ:=ε; for every f∈L and all x,x′∈X with d(x,x′)<δ we get ∣f(x)−f(x′)∣≤d(x,x′)<ε.

L1L2
1.2

For nonempty A⊆X the function φA is defined at every point and satisfies ∣φA(x)−φA(x′)∣≤d(x,x′), so it is Lipschitz with constant 1 and lies in L; this is claim 2.

L1L3
2.1

As ε was arbitrary, step 1.1 is exactly uniform equicontinuity of L, which is claim 1; in particular every member of L is uniformly continuous and continuous.

step 1.1L2L5
3.1

Every constant function c:X→R satisfies ∣c(x)−c(x′)∣=0≤d(x,x′), so lies in L; hence for X≠∅ and any x∈X the set { f(x):f∈L } contains every real and so lies in no ball of R, and L is not pointwise bounded, which is claim 3.

L1L2L4∎

Remarks

  • A common constant is what makes the family equicontinuous, not Lipschitzness of each member. Every member of L is Lipschitz, but so is every member of { x↦ι(k)x:k∈N } on R, and that family is not equicontinuous at any point: the constants grow without bound. Fixing the constant at 1 is the hypothesis doing the work, exactly as the last remark of Equicontinuity at a point, uniform equicontinuity, and pointwise boundedness of a family of maps between metric spaces records.

  • Claim 2 is why equicontinuity is worth defining at all here. The distance functions φA are the standard supply of Lipschitz maps in a metric space, and they are what an Ascoli-type argument on a later page will use; that they all sit in one uniformly equicontinuous family is the reason such arguments do not need any hypothesis on A beyond nonemptiness.

  • Claim 3 is a warning about reading the two hypotheses as one. Pointwise boundedness is a condition on the values and equicontinuity a condition on the variation; a family may satisfy either without the other, and the theorem that uses both needs both.

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

Refuted: a pointwise bounded family of continuous functions is equicontinuous. The spikes are bounded by 1 everywhere and are not equicontinuous at 0

Statement refuted

Refuted claim: a pointwise bounded family of continuous maps between metric spaces is equicontinuous (Equicontinuity at a point, uniform equicontinuity, and pointwise boundedness of a family of maps between metric spaces).

The witness is the family of moving spikes on I:=[0,1] already built in FALSE: a pointwise convergent sequence of continuous functions converges uniformly on every compact set: with ak:=1/ι(k+2) (The canonical natural ι(n)=n⋅1F of a field),

fk(t)=tak  (0≤t≤ak),fk(t)=2−tak  (ak≤t≤2ak),fk(t)=0  (2ak≤t≤1).

Every fk is continuous and takes values in [0,1], so F:={ fk:k∈N } is pointwise bounded; but F is not equicontinuous at 0, because fk climbs from 0 to 1 over an interval of length ak, and ak can be made smaller than any prescribed δ.

Facts & Assumptions

Given: I=[0,1] with the metric d(s,t)=∣s−t∣ inherited from R (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, Isometry, isometric embedding, and the subspace metric on a subset, Intervals of R: the nine order-convex forms, nondegeneracy, and length), the target R with the same metric, the reals ak=1/ι(k+2), the spikes fk displayed above and the family F={ fk:k∈N }.

[L2]

0≤fk(t)≤1 for every t∈I and every k: the three formulas take values t/ak∈[0,1], 2−t/ak∈[0,1] and 0 respectively on their pieces (Maximum and minimum of a set, Every nonempty finite set of reals has a maximum and a minimum, Absolute value in an ordered field).

[L3]

A family F is pointwise bounded when for each t the set { f(t):f∈F } lies in some ball of the target, and equicontinuous at a when for every real ε>0 there is a real δ>0 with ∣f(t)−f(a)∣<ε for every f∈F and every t with ∣t−a∣<δ (Equicontinuity at a point, uniform equicontinuity, and pointwise boundedness of a family of maps between metric spaces, Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space, Open ball, closed ball and sphere in a metric space, Continuity of a map between metric spaces, at a point and globally, in the ε-δ form).

[L4]

For every real η>0 there is a natural m≥1 with 1/ι(m)<η; ι is strictly increasing with ι(n)>0 for n≥1; and 0<u≤v gives 0<1/v≤1/u (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε, Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order, The canonical natural ι(n)=n⋅1F of a field).

Counterexample

technique · direct
1.1

For every t∈I the set { fk(t):k∈N } is contained in [0,1] and hence in the ball B(0,2) of R, so F is pointwise bounded.

L2L3
1.2

Every member of F is continuous.

L1
1.3

Take ε:=1/2 and let δ>0 be any real; by [L4] there is a natural m≥1 with 1/ι(m)<δ, and setting k:=m gives ak=1/ι(m+2)≤1/ι(m)<δ, since m+2>m and ι is increasing.

L4choose
2.1

For that k the point ak lies in I and satisfies ∣ak−0∣=ak<δ, while ∣fk(ak)−fk(0)∣=∣1−0∣=1, which is not below ε=1/2.

step 1.3L1
3.1

So no δ>0 serves the whole family at ε=1/2 and the point 0: the family F is not equicontinuous at 0, hence not equicontinuous.

step 1.3step 2.1L3
4.1

By steps 1.1, 1.2 and 3.1 the family F is a pointwise bounded family of continuous functions that is not equicontinuous, so the claim is false.

step 1.1step 1.2step 3.1∎

Remarks

  • The values stay in [0,1] and the slopes do not. fk is Lipschitz with constant 1/ak=ι(k+2) and with no smaller one, so the family has no common Lipschitz constant. That is the contrast with the previous example on this page, where fixing the constant at 1 is exactly what produced uniform equicontinuity.

  • The failure is at one point only, and that is enough. The family is equicontinuous at every t>0: for 0<δ<t/2 and k large the spike is identically 0 on the interval around t, and the finitely many remaining members are individually continuous. Equicontinuity is required at every point, so failure at 0 refutes the claim.

  • Both hypotheses of an Ascoli-type theorem are therefore needed, and neither implies the other: this family is pointwise bounded and not equicontinuous, and the 1-Lipschitz maps of the previous example are equicontinuous and not pointwise bounded.

CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-09-09 (gpt-6-astra)Open item page →

Refuted: C(X,Y) is closed in the topology of pointwise convergence. The ramps on [0,1] converge pointwise to a discontinuous limit

Statement refuted

Refuted claim: for a topological space X and a metric space Y the set C(X,Y) is closed in YX for the topology of pointwise convergence (The topology of pointwise convergence on YX, which is the product topology, and its restriction to C(X,Y)). In particular, this would imply that every pointwise limit of a sequence of continuous functions is continuous.

The witness is the sequence of ramps on I:=[0,1]. With ak:=1/ι(k+2) (The canonical natural ι(n)=n⋅1F of a field), so that 0<ak≤1/2, define rk:I→R by

rk(t):=0  (0≤t≤1−ak),rk(t):=t−(1−ak)ak  (1−ak≤t≤1).

Each rk is continuous, the sequence (rk) converges pointwise to the indicator function

χ(t):=0 (t<1),χ(1):=1,

and χ is not continuous at 1. So C(I,R) is not closed in RI for the topology of pointwise convergence.

The sequence is moreover pointwise nonincreasing, rk+1(t)≤rk(t) for every t∈I and every k∈N (step 2.1 below). That is recorded here because it is the configuration Dini's theorem rules out on a compact domain when the limit is continuous; here the limit is not continuous, and the conclusion of Dini's theorem fails.

This is exactly what the uniform topology repairs. For the uniform metric C(X,Y) is closed (A uniform limit of continuous functions is continuous, so C(X,Y) is closed in YX under the uniform metric, claim 3), so the convergence above cannot be uniform. Explicitly, for 0<η<1, take t=1−ηak<1. Then χ(t)=0 and rk(t)=1−η. Since both functions take values in [0,1], this proves sup⁡t∈I∣rk(t)−χ(t)∣=1 for every k. The supremum is not attained: below 1 the ramp is less than 1, and at 1 the difference is zero.

Facts & Assumptions

Given: I=[0,1] with the metric d(s,t)=∣s−t∣ inherited from R (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, Isometry, isometric embedding, and the subspace metric on a subset, Intervals of R: the nine order-convex forms, nondegeneracy, and length), the target R with the same metric, the reals ak=1/ι(k+2), the ramps rk and the indicator χ displayed above.

[L1]

ι is strictly increasing on N with ι(n)>0 for n≥1, and 0<u≤v gives 0<1/v≤1/u; hence 0<ak≤1/ι(2)=1/2 and 1/2≤1−ak<1 (The canonical natural ι(n)=n⋅1F of a field, Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L2]

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

[L7]

A two-element set of reals has a maximum and a minimum, each of which is one of the two elements (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

Counterexample

technique · direct
1.1

The two formulas for rk agree at t=1−ak, both giving 0, and the closed sets [0,1−ak] and [1−ak,1] cover I because 0<1−ak<1; each restriction is the restriction of an affine map of R, hence continuous, so rk is a well-defined continuous function on I.

L1L3L4
1.2

rk(1)=(1−(1−ak))/ak=1 for every k.

L1
1.3

Let t∈I with t<1; by [L2] there is a natural m≥1 with 1/ι(m)<1−t, and then every k≥m has ak=1/ι(k+2)≤1/ι(m)<1−t, hence t<1−ak and rk(t)=0.

L1L2
1.4

χ is not continuous at 1: take ε:=1/2 and let δ>0 be any real. Put s:=1−min⁡{δ/2,1/2}. Then 1/2≤s<1 and ∣s−1∣=min⁡{δ/2,1/2}≤δ/2<δ, yet ∣χ(s)−χ(1)∣=1, which is not below 1/2.

L6L7
2.1

(rk) is pointwise nonincreasing: for t≤1−ak+1 one has rk+1(t)=0≤rk(t), the values of rk being nonnegative; and for t>1−ak+1, which forces t>1−ak since ak+1<ak, writing u:=1−t with 0≤u<ak+1 gives rk(t)=1−u/ak and rk+1(t)=1−u/ak+1, and ak+1<ak gives u/ak≤u/ak+1, hence rk+1(t)≤rk(t). This includes t=1, where u=0 and both ramps equal 1.

step 1.1L1
2.2

By steps 1.2 and 1.3 the sequence (rk(t)) is eventually equal to χ(t) for every t∈I, so rk(t)→χ(t) for every t, and therefore rk→χ in the topology of pointwise convergence on RI.

step 1.2step 1.3L5
3.1

So χ∉C(I,R) although χ is a limit in the topology of pointwise convergence of a sequence in C(I,R); hence C(I,R) is not closed in that topology, and the claim is false.

step 1.1step 2.2step 1.4∎

Remarks

  • Monotonicity is not what fails. Step 2.1 shows the ramps decrease pointwise to χ on the compact domain I, with every rk continuous; the only hypothesis of Dini's theorem that is missing is continuity of the limit, and its conclusion, uniform convergence, fails. The last example on this page uses this family for exactly that contrast.

  • Closedness in the pointwise topology is not a mild question. The set C(I,R) is in fact dense in RI for the topology of pointwise convergence, since a basic neighbourhood constrains only finitely many values and any finite list of values is realised by a continuous function. Nothing above needs that, and it is not proved here.

  • What survives is the uniform statement. Convergence in the uniform metric does force continuity of the limit (A uniform limit of continuous functions is continuous, so C(X,Y) is closed in YX under the uniform metric), so the failure above is a failure of the topology, not of the limit operation: the same sequence, tested against a stronger notion of convergence, simply does not converge.

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

The map (x,z)↦x⋅z on R×R and its transpose z↦(x↦x⋅z) traced through the exponential law

Example

Take X:=R, Z:=R and Y:=R, all with the usual metric (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), and let

f:R×R→R,f(x,z):=x⋅z.

Write F:=Φ(f) for its transpose, so F(z)(x)=x⋅z: each F(z) is the multiplication-by-z map of R. This example checks every clause of the exponential law (The exponential law: for a locally compact metric X and any spaces Z and Y, transposition is a bijection between C(X×Z,Y) and C(Z,C(X,Y)) with the compact-open topology) by hand on this pair:

  1. f is continuous on R×R with the product topology (The product set ∏i∈IXi of functions choosing a point in each factor, the projections, the box topology, and the product topology as the initial topology of the projections; the empty product is a one-point space);
  2. each F(z) is continuous, being Lipschitz with constant ∣z∣, so F(z)∈C(R,R);
  3. F:R→C(R,R) is continuous for the compact-open topology, directly: if ∣z−z0∣<ε/ι(m) then F(z)∈B[−m,m](F(z0),ε);
  4. R is locally compact, so the exponential law applies and Φ is a bijection C(R×R,R)→C(R,C(R,R)) whose inverse returns f from F.

Claim 3 is the content of If f:X×Z→Y is continuous then its transpose F:Z→C(X,Y), F(z)(x)=f(x,z), is continuous for the compact-open topology, with no hypothesis on X beyond being metric in this instance, verified without the tube lemma; claim 4 is where If X is a locally compact metric space then the evaluation map is continuous for the compact-open topology is spent.

Facts & Assumptions

Given: R with d(s,t)=∣s−t∣; the product R×R with the product topology; the map f(x,z)=xz and its transpose F; and for a natural m≥1 the interval [−m,m]={ t:−ι(m)≤t≤ι(m) } (Intervals of R: the nine order-convex forms, nondegeneracy, and length, The canonical natural ι(n)=n⋅1F of a field).

[L2]

∣uv∣=∣u∣∣v∣, ∣u+v∣≤∣u∣+∣v∣, and ∣u∣≥0 (Basic properties of the absolute value, The triangle inequality, Absolute value in an ordered field).

[L7]

Verification

technique · direct
1.1

For claim 1, fix (x0,z0)∈R×R and a real ε0>0, and put δ:=min⁡{1, ε0/(∣x0∣+∣z0∣+1)}, a real with 0<δ≤1.

L1L2choose
1.2

For fixed z the map F(z):x↦xz satisfies ∣xz−x′z∣=∣z∣∣x−x′∣, so it is Lipschitz with constant ∣z∣ and continuous; this is claim 2.

L2L4
1.3

For claim 3, fix z0∈R and a neighbourhood N of F(z0) in the compact-open topology; there are a compact K and a real ε>0 with BK(F(z0),ε)⊆N, and a natural m≥1 with K⊆[−m,m], so B[−m,m](F(z0),ε)⊆BK(F(z0),ε)⊆N.

L5choose
1.4

For claim 4: given x∈R take a natural m≥1 with ∣x∣+1<ι(m); then [−m,m] is compact and B(x,1)⊆[−m,m], since ∣t−x∣<1 gives ∣t∣≤∣x∣+1<ι(m); so R is a locally compact metric space.

L2L5L6
2.1

If d∞((x,z),(x0,z0))<δ then ∣x−x0∣<δ and ∣z−z0∣<δ, so ∣z∣≤∣z0∣+∣z−z0∣<∣z0∣+δ.

step 1.1L1L2
2.2

Put η:=ε/ι(m)>0; if ∣z−z0∣<η then for every x∈[−m,m] we get ∣F(z)(x)−F(z0)(x)∣=∣x∣∣z−z0∣≤ι(m)∣z−z0∣<ι(m)η=ε, so F(z)∈B[−m,m](F(z0),ε)⊆N.

step 1.3L2L6
3.1

Hence ∣xz−x0z0∣=∣z(x−x0)+x0(z−z0)∣≤∣z∣∣x−x0∣+∣x0∣∣z−z0∣<(∣z0∣+δ)δ+∣x0∣δ=δ(∣x0∣+∣z0∣+δ)≤δ(∣x0∣+∣z0∣+1)≤ε0.

step 1.1step 2.1L2
4.1

So f is continuous at every point in the ε-δ sense for the metric d∞, hence continuous as a map of topological spaces for the product topology; this is claim 1.

step 3.1L1L3
5.1

As N was an arbitrary neighbourhood of F(z0) and z0 an arbitrary point, F is continuous for the compact-open topology; this is claim 3, and it agrees with what If f:X×Z→Y is continuous then its transpose F:Z→C(X,Y), F(z)(x)=f(x,z), is continuous for the compact-open topology, with no hypothesis on X beyond being metric gives from claim 1.

step 4.1step 1.3step 2.2L3L5
6.1

The exponential law therefore applies with X=Z=Y=R: transposition is a bijection between C(R×R,R) and C(R,C(R,R)), it sends the f of claim 1 to the F of claim 3, and its inverse sends F back to (x,z)↦F(z)(x)=xz, which is f; this is claim 4.

step 4.1step 5.1step 1.4L7∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedverified 2026-09-26 (gpt-6-sol)Open item page →

Dini's theorem applied to a nondecreasing sequence of piecewise linear approximations on [0,1], and what fails when the limit is not continuous

Example

Let I:=[0,1] with the metric inherited from R and let ak:=1/ι(k+2) (The canonical natural ι(n)=n⋅1F of a field), so 0<ak≤1/2 and 1/2≤1−ak<1. Define the clipped identities

sk(t):=t  (0≤t≤1−ak),sk(t):=1−ak  (1−ak≤t≤1).

Then:

  1. each sk is continuous on the compact space I, and the sequence is nondecreasing at every point: sk(t)≤sk+1(t);
  2. sk(t)→t for every t∈I, and the limit function idI:t↦t is continuous;
  3. therefore Dini's theorem (Dini's theorem: on a compact metric space a nondecreasing sequence of continuous real functions converging pointwise to a continuous limit converges uniformly) applies and (sk) converges to idI uniformly — which is confirmed by the direct estimate ∣sk(t)−t∣≤ak for every t.

And the hypothesis that the limit is continuous cannot be dropped. On the same interval, define the ramps rk(t):=max⁡{0, 1−(1−t)/ak}(0≤t≤1). They are continuous and pointwise nonincreasing, but converge pointwise to the indicator of {1}, which is not continuous. The conclusion of Dini's theorem fails for them, since a uniform limit of continuous functions would be continuous. Thus continuity of the limit is not implied by the other hypotheses.

Facts & Assumptions

[L1]

ι is strictly increasing on N with ι(n)>0 for n≥1, and 0<u≤v gives 0<1/v≤1/u; hence 0<ak+1≤ak≤1/2 and 1/2≤1−ak≤1−ak+1<1 (The canonical natural ι(n)=n⋅1F of a field, Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L2]

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

[L8]

The maximum and the minimum of a two-element set of reals exist and are among its elements (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

Verification

technique · direct
1.1

The two formulas for sk agree at t=1−ak, both giving 1−ak, and the closed sets [0,1−ak] and [1−ak,1] cover I since 0<1−ak<1; each restriction is the restriction of an affine map of R, so sk is a well-defined continuous function on I.

L1L3L4
1.2

sk(t)=min⁡{t, 1−ak} for every t∈I: for t≤1−ak the minimum is t, and for t≥1−ak it is 1−ak.

L1L8
1.3

For each k, the two affine pieces 0 and 1−(1−t)/ak meet at t=1−ak, so their maximum rk is continuous by the finite closed-cover pasting lemma. Since ak+1≤ak and 1−t≥0 on I, one has 1−(1−t)/ak+1≤1−(1−t)/ak and hence rk+1(t)≤rk(t).

L1L3L4L8
2.1

sk(t)≤sk+1(t) for every t and k, since 1−ak≤1−ak+1 makes min⁡{t,1−ak}≤min⁡{t,1−ak+1}; with step 1.1 this is claim 1.

step 1.1step 1.2L1L8
2.2

0≤t−sk(t)≤ak for every t∈I: for t≤1−ak the difference is 0, and for t>1−ak it is t−(1−ak)≤1−(1−ak)=ak.

step 1.2L1
2.3

For t<1, the reciprocal estimate [L2] gives ak<1−t for every sufficiently large k, so rk(t)=0 eventually; but rk(1)=1 for every k. Thus the pointwise limit is χ=1{1}. It is discontinuous at 1: for every δ>0, the point s=1−min⁡{δ/2,1/2} satisfies ∣s−1∣<δ and ∣χ(s)−χ(1)∣=1.

L1L2L8step 1.3
3.1

Let ε>0 be real; by [L2] there is a natural m≥1 with 1/ι(m)<ε, and every k≥m has ak=1/ι(k+2)≤1/ι(m)<ε, so ∣sk(t)−t∣≤ak<ε for every t∈I.

step 2.2L1L2
4.1

In particular sk(t)→t for every t∈I, and idI is continuous, being the restriction of an affine map; this is claim 2.

step 3.1L3
5.1

I is a compact metric space, every sk is continuous, the sequence is pointwise nondecreasing and its pointwise limit idI is continuous, so Dini's theorem applies and (sk) converges to idI uniformly; step 3.1 exhibits the same conclusion directly, an index m serving every point at once.

step 2.1step 3.1step 4.1L5L6L7
6.1

If the ramps converged uniformly, [L7] would make χ continuous. Hence they do not converge uniformly, although they satisfy compactness, termwise continuity and pointwise monotonicity.

L5L7step 1.3step 2.3∎

Remarks

Sources