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

Rank Theorems and Embedded Submanifolds Examples

1 · Prerequisites

2 · Summary

These examples keep the page’s geometry concrete: coordinate inclusions and projections, a matrix-group level set, a preimage cylinder, a graph, the empty-fibre regular-value convention, and the standard failures behind the embedding and constant-rank hypotheses.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-31Open item page →

Coordinate inclusions are immersions and coordinate projections are submersions

Example

For mn, the coordinate inclusion

j:RmRn,j(u)=(u,0)

is an immersion. For nm, the coordinate projection

π:RmRn,π(u,v)=u

is a submersion.

Facts & Assumptions

Given: The two displayed coordinate maps.

[F1]

A smooth map is an immersion exactly when its differential is injective at every point, and is a submersion exactly when its differential is surjective at every point (Immersions, submersions, and constant-rank maps).

[L1]

For a totally differentiable Euclidean map, the differential is computed by the Jacobian matrix (A total derivative computes every directional derivative, and its matrix is the Jacobian).

Verification

technique · direct
1.1

The coordinate inclusion j is linear, so directly from the definition of the total derivative its differential at every point is j itself. Its Jacobian is the injective block matrix [Im0], in agreement with [L1]. Hence j is an immersion by [F1].

F1L1givenalgebra
1.2

The projection π is linear, so its differential at every point is π itself. Its Jacobian is the surjective block matrix [In0], in agreement with [L1]. Hence π is a submersion by [F1].

F1L1givenalgebra
2.1

This verifies the example.

step 1.1step 1.2
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-31Open item page →

The special linear group is a codimension-one embedded submanifold

Example

For n1, the special linear group

SL(n,R)={AMn(R):detA=1}

is an embedded codimension-one submanifold of the Euclidean space Mn(R)Rn2.

Facts & Assumptions

Verification

technique · direct
1.1

Let ASL(n,R) and HMn(R). Using [F1], for small t one has det(A+tH)=det(A)det(I+tA1H)=det(I+tA1H) because det(A)=1. Differentiating at t=0 with [L2] gives D(det)A(H)=tr(A1H).

F1L2given
2.1

This linear functional is surjective, because D(det)A(A/n)=tr(I/n)=1. Hence 1 is a regular value of the determinant.

step 1.1
3.1

The level set is nonempty because detIn=1. By [L1], det1(1)=SL(n,R) is therefore an embedded codimension-one submanifold.

L1step 2.1algebra
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

A cylinder is the preimage of a circle under a projection

Example

Let π:R3R2 be the projection π(x,y,z)=(x,y), and let S1={(u,v):u2+v2=1}. Then

π1(S1)={(x,y,z):x2+y2=1}=S1×R,

the standard circular cylinder, is an embedded submanifold of R3.

Facts & Assumptions

Verification

technique · direct
1.1

The map π is a submersion because its Jacobian is [100010]. For g(u,v)=u2+v2, [L3] gives Dg(u,v)(a,b)=2ua+2vb, which is surjective whenever u2+v2=1. The fibre is nonempty because (1,0)g1(1). Hence S1=g1(1) is an embedded submanifold by [L2].

L2L3given
2.1

Applying [L1] to the submersion π and the embedded circle S1 gives that π1(S1) is an embedded submanifold of R3.

L1step 1.1
3.1

The displayed equation identifies this preimage with the usual cylinder.

step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-31Open item page →

The graph of the sine function is an embedded submanifold

Example

The set

Γ={(x,sinx):xR}R2

is an embedded one-dimensional submanifold of R2.

Facts & Assumptions

Given: The smooth function f:RR, f(x)=sinx.

[L1]

The graph of a smooth map F:MN is an embedded submanifold of M×N of dimension dimM (The graph of a smooth map is an embedded submanifold).

[L2]

Sine and cosine are differentiable with derivatives cosine and negative sine, respectively (The derivatives of sine and cosine are cosine and minus sine).

Verification

technique · direct
1.1

Repeatedly applying the derivative identities in [L2] shows that every derivative of f(x)=sinx exists and is again ±sinx or ±cosx; these functions are continuous. Hence f is smooth.

L2given
2.1

Therefore its graph is an embedded submanifold of R×RR2 by [L1].

L1step 1.1
3.1

This is exactly the displayed subset Γ.

step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-31Open item page →

A value outside the image can still be regular

Example

For the smooth map f:RR, f(x)=ex, the value 0 is a regular value even though f1(0)=.

Facts & Assumptions

Given: The map f(x)=ex.

[F1]

The definition of regular value allows the fibre to be empty (Regular and critical points and values).

[L1]

The derivative of ex is ex (The exponential function is smooth and (exp)=exp), and the exponential maps R bijectively onto (0,) (The exponential is a continuous bijection from R onto (0,)).

Verification

technique · direct
1.1

The image of f is (0,), so f1(0)=.

given
2.1

By [F1], regularity of 0 asks whether every point of the empty fibre is regular, which is vacuously true. The derivative fact [L1] is compatible with that conclusion because the map has no critical point over 0.

F1L1step 1.1
3.1

Hence 0 is a regular value although it is not attained.

step 1.1step 2.1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-31Open item page →

A figure-eight curve is an immersed image but not an embedded submanifold

Statement refuted

Every immersed image is an embedded submanifold.

Facts & Assumptions

Given: The map γ(t)=(sint,sin2t) from R to R2.

[F1]

The displayed claim is the false statement under discussion (The image of every immersion need not be an embedded submanifold).

[L1]

(sint)=cost (The derivatives of sine and cosine are cosine and minus sine), and the chain rule gives (sin2t)=2cos2t (The chain rule for total derivatives: D(gf)(a)=Dg(f(a))Df(a)).

Counterexample

technique · direct
1.1

By [L1], γ(t)=(cost,2cos2t), and as in the false-statement proof this never vanishes. Hence γ is an immersion.

L1given
2.1

The image passes through (0,0) at t=0 and t=π, and in fact at every integer multiple of π. The two branches coming from t=0 and t=π already have distinct tangent directions, so the image has a transverse self-crossing and is not locally homeomorphic to an interval at the origin.

step 1.1
3.1

Thus γ(R) is an immersed image that is not an embedded submanifold, refuting [F1].

F1step 1.1step 2.1
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

Countably many concentric circles give an injective immersion that is not an embedding

Statement refuted

Every injective immersion is an embedding, and every immersed submanifold inherits the subspace topology of its image.

Facts & Assumptions

Counterexample

technique · direct
1.1

By [L1], M is a smooth manifold. The restriction of F to each component is the ordinary circle inclusion, so F is an injective immersion.

L1given
2.1

In the intrinsic topology of M, each component is open. In the subspace topology on F(M), the unit circle component is not open because every neighbourhood of one of its points meets infinitely many outer circles. So F:MF(M) is not a homeomorphism and the topologies do not agree.

step 1.1
3.1

Therefore this single example simultaneously refutes both claims in [F1].

F1step 1.1step 2.1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-31Open item page →

A rank drop at one point need not persist locally

Statement refuted

If a smooth map has rank r at one point, then it has rank r on some neighbourhood of that point.

Counterexample

technique · direct
1.1

By [L1], the derivative at 0 is 0, so the rank at 0 is 0.

L1given
2.1

For every x0, the derivative is 2x0, so the rank is 1 at x. Thus no neighbourhood of 0 has constant rank 0.

L1step 1.1
3.1

Hence f refutes the claim in [F1].

F1step 1.1step 2.1

Sources