Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29
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.

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

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

116 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