Alphabeta Math
Session-authored (Fable 5 assisted)
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.

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

Homotopy and Homotopy Equivalence — Examples

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 passaudited 2026-07-31verified 2026-08-08 (gpt-5.6-terra-codex-subscription)Open item page →

The formula H(x,t)=(1t)f(x)+tg(x)H(x,t)=(1-t)f(x)+tg(x) gives an explicit homotopy between maps into Rn\mathbb{R}^n

Example

Let n1n\ge1, let XX be a topological space, and let f,g:XRnf,g:X\to\mathbb R^n be continuous. Since Rn\mathbb R^n is convex, the straight-line formula

H(x,t)=(1t)f(x)+tg(x)H(x,t)=(1-t)f(x)+tg(x)

deforms ff to gg.

Facts & Assumptions

Given: Continuous maps f,g:XRnf,g:X\to\mathbb R^n with n1n\ge1.

[L1]

The straight-line formula is continuous for maps into a convex subspace of Rn\mathbb R^n (For continuous maps into a convex subset of Rn\mathbb{R}^n, the straight-line formula defines a continuous homotopy).

[L2]

Any two continuous maps into a nonempty convex subset of Rn\mathbb R^n are homotopic by that formula (Any two continuous maps into a nonempty convex subset of Rn\mathbb{R}^n are homotopic by straight lines).

Verification

technique · direct
1.1

For u,vRnu,v\in\mathbb R^n and tIt\in I, the vector (1t)u+tv(1-t)u+tv lies in Rn\mathbb R^n, so Rn\mathbb R^n is convex.

algebra
1.2

The map HH is continuous by [L1].

L1
2.1

Substitution gives H(x,0)=f(x)H(x,0)=f(x) and H(x,1)=g(x)H(x,1)=g(x), so [L2] identifies HH as a homotopy from ff to gg.

step 1.1step 1.2L2
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31verified 2026-08-08 (gpt-5.6-terra-codex-subscription)Open item page →

Every nonempty interval and every Rn\mathbb{R}^n with n1n\ge1 contracts to any chosen point

Example

Every nonempty interval JRJ\subseteq\mathbb R is contractible. If cJc\in J, the contraction is

H(x,t)=(1t)x+tc.H(x,t)=(1-t)x+tc.

Likewise, for every n1n\ge1, every chosen cRnc\in\mathbb R^n gives a contraction of Rn\mathbb R^n by the same formula.

Facts & Assumptions

Given: A nonempty interval JRJ\subseteq\mathbb R, a point cJc\in J, and a natural n1n\ge1.

[A1]

Intervals are order-convex: if x,cJx,c\in J and xzcx\le z\le c, or czxc\le z\le x, then zJz\in J (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L1]

Every nonempty convex subset of Rm\mathbb R^m with m1m\ge1 is contractible to any chosen point by straight lines (Every nonempty convex subset of Rn\mathbb{R}^n is contractible).

Verification

technique · direct
1.1

For x,cJx,c\in J and tIt\in I, (1t)x+tc(1-t)x+tc lies between xx and cc, so it lies in JJ by [A1]. Thus JJ, viewed as a subset of R1\mathbb R^1, is convex.

A1algebra
1.2

The whole space Rn\mathbb R^n is convex, since it is closed under vector addition and scalar multiplication.

algebra
2.1

Apply [L1] to step 1.1 and the point cc to obtain the stated contraction of JJ, and apply it to step 1.2 and any chosen point of Rn\mathbb R^n to obtain the Euclidean contraction.

step 1.1step 1.2L1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

A one-point space and R\mathbb{R} are homotopy equivalent but not homeomorphic

Example

Let P={p}P=\{p\} be a one-point space. The maps i:PRi:P\to\mathbb R, i(p)=0i(p)=0, and q:RPq:\mathbb R\to P exhibit PRP\simeq\mathbb R, although the spaces are not homeomorphic.

Facts & Assumptions

Given: The one-point space PP and the real line.

[L1]

The real line contracts to 00 by H(x,t)=(1t)xH(x,t)=(1-t)x (Every nonempty interval and every Rn\mathbb{R}^n with n1n\ge1 contracts to any chosen point).

[L2]

A homotopy equivalence has a homotopy inverse whose composites are homotopic to the identity maps (Homotopy equivalences, homotopy inverses and spaces of the same homotopy type).

[L4]

The refutation in FALSE: homotopy-equivalent spaces must be homeomorphic uses this same pair as its counterexample.

Verification

technique · direct
1.1

Both ii and qq are continuous, since the preimage of any open set is either empty or the entire one-point source or target preimage.

construct
1.2

No bijection exists from the finite set PP to the uncountable set R\mathbb R, so no homeomorphism exists by [L3].

L3
2.1

One has qi=idPq\circ i=\operatorname{id}_P and iq=c0idRi\circ q=c_0\simeq\operatorname{id}_{\mathbb R} by [L1]. Hence ii and qq are homotopy inverses by [L2].

step 1.1L1L2
3.1

Steps 2.1 and 1.2 verify the claimed contrast, agreeing with [L4].

step 2.1step 1.2L4
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

A singleton is a retract but not a deformation retract of the two-point discrete space

Example

Let X={0,1}X=\{0,1\} have the discrete topology and let A={0}A=\{0\}. The constant map r:XAr:X\to A is a retraction, but AA is not a deformation retract of XX.

Facts & Assumptions

Given: The two-point discrete space XX and its singleton subspace AA.

[A1]

A deformation retraction would give a homotopy from idX\operatorname{id}_X to the constant map at 00 (Retractions and deformation retracts, with a deformation retraction required to fix the retract pointwise).

[L2]

The refutation in FALSE: every retract is a deformation retract proves that this AA is a retract of XX but not a deformation retract, because such a deformation would force the disconnected space XX to be path-connected (Paths, path-connected spaces and path components).

Verification

technique · direct
1.1

The map r(0)=r(1)=0r(0)=r(1)=0 is continuous by [L1] and fixes the point of AA, so it is a retraction.

L1A1
1.2

If a deformation retraction existed, [A1] would make idX\operatorname{id}_X homotopic to the constant map at 00; the full contradiction with the separation X={0}{1}X=\{0\}\cup\{1\} is established in [L2].

assume-hypA1L2
2.1

Therefore AA is a retract but not a deformation retract of XX.

step 1.1step 1.2
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

For every space XX, the cylinder X×[0,1]X\times[0,1] deformation retracts onto X×{0}X\times\{0\}

Example

For every topological space XX, put Z=X×IZ=X\times I and A=X×{0}A=X\times\{0\}. The maps

r(x,t)=(x,0),K((x,t),s)=(x,(1s)t)r(x,t)=(x,0),\qquad K((x,t),s)=(x,(1-s)t)

form a deformation retraction of ZZ onto AA.

Facts & Assumptions

Given: A topological space XX, the product Z=X×IZ=X\times I, and its subspace A=X×{0}A=X\times\{0\}.

[L2]

Straight-line homotopies between continuous maps into the convex interval IRI\subseteq\mathbb R are continuous (For continuous maps into a convex subset of Rn\mathbb{R}^n, the straight-line formula defines a continuous homotopy).

[A1]

A deformation retraction consists of a retraction and a homotopy from the identity to the inclusion followed by it, fixed pointwise on the retract (Retractions and deformation retracts, with a deformation retraction required to fix the retract pointwise).

Verification

technique · direct
1.1

The map r:ZAr:Z\to A, r(x,t)=(x,0)r(x,t)=(x,0), is continuous: its composite with the inclusion AZA\hookrightarrow Z has the continuous components (x,t)x(x,t)\mapsto x and the constant 00, so [L1] applies. It fixes every (x,0)A(x,0)\in A, hence is a retraction.

L1A1
1.2

On the source ZZ, the second projection pI:ZIp_I:Z\to I and the constant zero map are continuous. Since II is convex, [L2] makes L:Z×IIL:Z\times I\to I, L((x,t),s)=(1s)tL((x,t),s)=(1-s)t, continuous.

L1L2
1.3

One has K((x,t),0)=(x,t)K((x,t),0)=(x,t), K((x,t),1)=(x,0)K((x,t),1)=(x,0), and K((x,0),s)=(x,0)K((x,0),s)=(x,0) for every sIs\in I.

algebra
2.1

The first component ((x,t),s)x((x,t),s)\mapsto x is continuous as a composite of product projections, since the preimage of an open set is an iterated preimage and hence open by [L3]. Together with step 1.2, [L1] makes K((x,t),s)=(x,L((x,t),s))K((x,t),s)=(x,L((x,t),s)) continuous into ZZ.

step 1.2L1L3
3.1

Steps 1.1, 2.1 and 1.3 satisfy [A1], so (r,K)(r,K) is a deformation retraction of ZZ onto AA.

step 1.1step 2.1step 1.3A1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-07-31Open item page →

The radial homotopy is checked explicitly on punctured Euclidean space and on the unit sphere

Example

For P=Rn{0}P=\mathbb R^n\setminus\{0\} with n1n\ge1, the radial deformation retraction onto Sn1S^{n-1} is

H(x,t)=((1t)+tx2)x.H(x,t)=\left((1-t)+\frac{t}{\lVert x\rVert_2}\right)x.

At t=0t=0 it is the identity, at t=1t=1 it is radial normalisation, and every point of the unit sphere remains fixed.

Facts & Assumptions

Given: A natural n1n\ge1, a point xPx\in P, a parameter tIt\in I, and a point sSn1s\in S^{n-1}.

[L2]

This map and radial normalisation form a deformation retraction of PP onto Sn1S^{n-1} (For n1n\ge1, radial normalisation is a deformation retraction of Rn{0}\mathbb{R}^n\setminus\{0\} onto Sn1S^{n-1}).

Verification

technique · direct
1.1

Substituting t=0t=0 gives H(x,0)=xH(x,0)=x, and substituting t=1t=1 gives H(x,1)=x/x2H(x,1)=x/\lVert x\rVert_2.

algebra
1.2

If sSn1s\in S^{n-1} then s2=1\lVert s\rVert_2=1, so H(s,t)=((1t)+t)s=sH(s,t)=((1-t)+t)s=s for all tIt\in I.

algebra
2.1

Continuity and avoidance of the origin are supplied by [L1]. Thus steps 1.1 and 1.2 explicitly verify the endpoint and fixed-sphere clauses of the deformation retraction [L2].

step 1.1step 1.2L1L2
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31verified 2026-08-08 (gpt-5.6-terra-codex-subscription)Open item page →

Two paths with the same endpoints in a convex subset of Rn\mathbb{R}^n are path homotopic relative to their endpoints

Example

Let CRnC\subseteq\mathbb R^n be convex, with n1n\ge1, and let α,β:IC\alpha,\beta:I\to C be paths with the same initial and terminal points. Then

H(s,t)=(1t)α(s)+tβ(s)H(s,t)=(1-t)\alpha(s)+t\beta(s)

is a path homotopy from α\alpha to β\beta relative to the endpoints.

Facts & Assumptions

Given: A convex CRnC\subseteq\mathbb R^n and paths α,β:IC\alpha,\beta:I\to C with α(0)=β(0)\alpha(0)=\beta(0) and α(1)=β(1)\alpha(1)=\beta(1).

[L1]

The straight-line formula defines a continuous map H:I×ICH:I\times I\to C (For continuous maps into a convex subset of Rn\mathbb{R}^n, the straight-line formula defines a continuous homotopy).

[A1]

A path homotopy relative endpoints is a homotopy H:I×ICH:I\times I\to C with the path parameter on the first coordinate and with H(0,t)H(0,t) and H(1,t)H(1,t) fixed (Homotopies of continuous maps, homotopies relative to a subspace, and path homotopies relative to the endpoints).

Verification

technique · direct
1.1

The map HH is continuous by [L1].

L1
1.2

One has H(s,0)=α(s)H(s,0)=\alpha(s) and H(s,1)=β(s)H(s,1)=\beta(s). At the endpoints, H(0,t)=(1t)α(0)+tβ(0)=α(0)H(0,t)=(1-t)\alpha(0)+t\beta(0)=\alpha(0) and H(1,t)=(1t)α(1)+tβ(1)=α(1)H(1,t)=(1-t)\alpha(1)+t\beta(1)=\alpha(1).

algebra
2.1

Thus HH satisfies all clauses of [A1], so it is a path homotopy from α\alpha to β\beta relative to the endpoints.

step 1.1step 1.2A1

Sources