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.

10 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 3 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Whitney Embedding Tubular Neighbourhoods and Approximation — Examples

1 · Prerequisites

2 · Summary

These examples compute explicit tubes for the circle and sphere, show why noncompact submanifolds may need variable radii, and illustrate both the projection and approximation failure modes that the A page isolates. They end with concrete transverse-section and nearest-point counterexamples that keep the main theorem statements honest.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

The standard circle and its annular tubular neighbourhood

Example

For the unit circle

S1={pR2:p=1},

the normal line at p is the radial line Rp. Thus the normal bundle is identified with

S1×R,(p,t)(p,tp),

and the normal addition map is

E(p,t)=(1+t)p.

For t<1/2, the image is the annulus

{xR2:1/2<x<3/2},

and the tubular retraction is radial normalization

r(x)=xx.

Facts & Assumptions

Given: The unit circle S1R2 with its Euclidean normal bundle.

Verification

technique · direct
1.1

Every vector orthogonal to TpS1 is a scalar multiple of p, so the displayed identification of the normal bundle is correct. Under that identification the normal addition map is E(p,t)=p+tp=(1+t)p.

givenalgebra
2.1

If t<1/2, then 1/2<1+t<3/2, so E lands in the stated annulus. Conversely, every nonzero x in that annulus can be written uniquely as x=xxx=E ⁣(xx,x1). Hence this is exactly the tubular neighbourhood promised by The Euclidean tubular neighbourhood theorem.

step 1.1
3.1

The inverse formula in step 2.1 sends x to (x/x,x1), so the associated retraction is r(x)=x/x, in agreement with A closed Euclidean submanifold has a smooth neighborhood retraction.

step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

The sphere and its two-sided normal tube

Example

For the unit sphere SnRn+1, the outward unit normal at p is again p. Hence the normal bundle is the trivial line bundle Sn×R, and the normal addition map is

E(p,t)=(1+t)p.

For t<1/2, its image is the spherical shell

{xRn+1:1/2<x<3/2}.

Facts & Assumptions

Given: The unit sphere SnRn+1 with the Euclidean metric.

Verification

technique · direct
1.1

Since TpSn={vRn+1:v,p=0}, the orthogonal complement is the one-dimensional span of p. Thus NSnSn×R.

givenalgebra
2.1

Under that identification, normal addition is E(p,t)=p+tp=(1+t)p. The same computation as for the circle shows that the image for t<1/2 is exactly the shell 1/2<x<3/2. This is the Euclidean tubular neighbourhood in the sense of The Euclidean tubular neighbourhood theorem.

step 1.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-09-01Open item page →

A noncompact embedded curve with no uniform tubular radius

Example

Construct a smooth embedding γ:RR2 by concatenating successively farther-right smoothed hairpins, where the nth hairpin contains two nearly parallel strands at distance 2n and is joined to the next one by a long horizontal segment. The image is a noncompact embedded curve.

Facts & Assumptions

Given: The smooth hairpin curve described above.

Verification

technique · direct
1.1

Each hairpin occupies a region disjoint from all the previous ones except for one joining segment, and the joins can be smoothed so that the velocity never vanishes. Therefore the concatenated curve is a smooth embedding of R.

givenconstruct
2.1

Fix r>0 and choose n with 2n<2r. In the nth hairpin the two nearly parallel strands are closer than 2r, so normal discs of radius r based on opposite strands intersect. Hence no tubular neighbourhood of constant radius r can be injective there.

step 1.1algebra
3.1

This realizes the failure asserted in FALSE: every noncompact submanifold has a uniform-radius tubular neighbourhood while remaining compatible with the variable-radius theorem The Euclidean tubular neighbourhood theorem.

step 2.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

A coordinate-bump embedding of the circle in Euclidean space

Example

Cover S1 by the two standard stereographic-coordinate charts

U+:=S1{(1,0)},U:=S1{(1,0)},

with angular coordinates θ+ and θ. Choose smooth bumps ϕ± supported in U± and equal to 1 on smaller arcs still covering S1. Then

F(p):=(ϕ+(p),ϕ+(p)θ+(p),ϕ(p),ϕ(p)θ(p))

is an explicit coordinate-bump embedding of S1 into R4.

Facts & Assumptions

Given: The two-chart cover of S1 and the chosen bump functions ϕ±.

Verification

technique · direct
1.1

On any point of the smaller arc where ϕ+=1, the first two coordinates of F recover the chart coordinate θ+. The same is true for ϕ=1 on the other smaller arc.

givenalgebra
2.1

Because those smaller arcs cover S1, equality F(p)=F(q) forces equality in one active chart coordinate, hence p=q. The active chart coordinates also show that dF is injective at each point. This is exactly the compact coordinate-bump mechanism of A finite coordinate-bump map embeds a compact manifold in some Euclidean space.

step 1.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-09-01Open item page →

Projecting a space curve can create a double point

Example

On S1=R/2πZ, consider the embedded space curve

γ([t]):=(cost,sint,cos2t)R3.

Projecting along the y-axis gives

π(γ([t]))=(cost,cos2t)R2.

The distinct parameters t and t have the same projected image, so this projection creates double points.

Facts & Assumptions

Given: The space curve γ:S1R3 above and the y-coordinate projection π.

Verification

technique · direct
1.1

The curve γ is smooth and embedded: the first two coordinates already parametrize the standard unit circle, so the third coordinate only lifts that circle into space.

givenalgebra
2.1

The projection π forgets the y-coordinate. Since cos(t)=cost and cos(2t)=cos2t, one has π(γ([t]))=π(γ([t])) for every t, while γ([t])γ([t]) away from [0] and [π]. Thus the projected curve has double points.

step 1.1algebra
3.1

This is a concrete bad direction of the type excluded by A generic linear projection preserves injectivity and immersion, so it witnesses the false claim FALSE: an arbitrary linear projection of an embedding is an embedding.

step 2.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

Smoothing a piecewise-linear real-valued function relative to a closed set

Example

Let

f(x):=max(x,0)

on R, and let A:=(,1]. The function is piecewise linear and already smooth on a neighbourhood of the closed set A.

Facts & Assumptions

Given: The function f(x)=max(x,0) and the closed set A=(,1].

Verification

technique · direct
1.1

The function f is continuous on R and smooth on the open neighbourhood (,1/2) of A.

given
2.1

Applying Relative Whitney approximation for Euclidean-valued maps with any positive continuous error function produces a smooth map f~ that equals f on a smaller neighbourhood of A and smooths the corner near 0.

step 1.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

Smoothing a continuous circle-valued map through an annular retraction

Example

Parametrize the circle by eit with t[π,π] and define

F(eit)=eisin(t/2).

This is continuous on S1 but not smooth at t=0. Embedding the target circle in R2, approximating the planar representative smoothly, and then retracting through the standard annulus produces a smooth circle-valued map homotopic to F.

Facts & Assumptions

Given: The continuous map F(eit)=eisin(t/2) on S1.

Verification

technique · direct
1.1

The map F is continuous and well defined because the endpoint values and derivatives at t=±π agree. Near t=0, sin(t/2) has an absolute-value cusp, so F fails to be smooth there.

givenalgebra
2.1

The manifold-valued Whitney approximation theorem Whitney approximation for manifold-valued maps applies with target S1, using the annular tubular neighbourhood from the standard circle example. It therefore produces a smooth map F~:S1S1 homotopic to F.

step 1.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

A transverse section of a line bundle has a hypersurface zero set

Example

For the trivial line bundle R2×RR2, the transverse section

s(x,y)=x

is transverse to the zero section. Its zero set is the line {x=0}, a codimension-one submanifold.

Facts & Assumptions

Given: The section s(x,y)=x of the trivial line bundle R2×RR2.

Verification

technique · direct
1.1

The derivative of the scalar function s(x,y)=x is ds(x,y)(u,v)=u. At every zero (0,y) this is surjective onto the fibre R, so s is transverse to the zero section.

givenalgebra
2.1

Therefore the conclusion of A smooth section transverse to the zero section has a submanifold zero set holds in this concrete case, and the zero locus is the hypersurface {x=0}.

step 1.1
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-09-01Open item page →

A nearest-point projection need not be unique outside the tubular radius

Statement refuted

Nearest-point projection onto an embedded submanifold stays uniquely defined everywhere in the ambient space.

Facts & Assumptions

Given: The unit circle S1R2 and the center point 0R2.

[L1]

Nearest-point projection agrees with the tubular retraction only after one shrinks to a sufficiently small tube (Nearest-point projection is the tubular retraction after shrinking).

Counterexample

technique · direct
1.1

Every point of S1 is distance 1 from the origin. Hence the origin has infinitely many nearest points on S1.

givenalgebra
2.1

Therefore nearest-point projection is not uniquely defined at the origin, which lies outside every sufficiently small annular tubular neighbourhood. This is exactly the boundary described in [L1].

L1step 1.1
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

A smooth approximation without relative control destroys prescribed values

Statement refuted

An arbitrarily close smooth approximation automatically preserves values on a closed set where the original map was already fixed.

Facts & Assumptions

Given: The zero map f:RR and the closed set A:={0}.

[L1]

Relative Whitney approximation is the theorem that guarantees preservation near the closed set (Relative Whitney approximation for Euclidean-valued maps).

Counterexample

technique · direct
1.1

For every ϵ>0, the smooth function gϵ(x):=ϵex2 satisfies supxgϵ(x)f(x)ϵ. So gϵ is an arbitrarily close smooth approximation to f.

givenalgebra
2.1

But gϵ(0)=ϵ0=f(0), so this approximation does not preserve the prescribed value on A. Thus closeness alone is weaker than the relative conclusion in [L1].

L1step 1.1

Sources