Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-adaptedPipeline-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09
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.

A coordinate projection in complex three-space

Example

In C3, set U=span{(1,1,0),(0,1,1)}. The map P(x,y,z)=(x,x+z,z) is the projection onto U along span{(0,1,0)}.

Facts & Assumptions

Given: P:C3C3, P(x,y,z)=(x,x+z,z), and the subspace U displayed above.

[F1]

For a subspace U of a finite-dimensional space there exists a linear idempotent with image U and restriction equal to the identity on U (Finite-dimensional subspaces admit projections without Choice).

Verification

technique · direct
1.1

For v=(x,y,z), v=(x,y,z) and a,bC, the formula gives P(av+bv)=(ax+bx,a(x+z)+b(x+z),az+bz)=aP(v)+bP(v). Moreover P2(x,y,z)=P(x,x+z,z)=(x,x+z,z)=P(x,y,z).

givenalgebra
2.1

For every (x,y,z), P(x,y,z)=x(1,1,0)+z(0,1,1)U. Conversely any u=s(1,1,0)+t(0,1,1)=(s,s+t,t) satisfies P(u)=(s,s+t,t)=u, so imP=U and PU=idU. This explicitly realizes the projection supplied by F1.

F1step 1.1algebra
3.1

The equation P(x,y,z)=0 is equivalent to x=0 and z=0, with y arbitrary. Hence kerP={(0,y,0):yC}=span{(0,1,0)}. Every vector decomposes as (x,y,z)=(x,x+z,z)+(0,yxz,0) with the first summand in U and the second in kerP. If (s,s+t,t)=(0,y,0), then s=t=y=0, so the intersection is zero and the decomposition is unique. Thus the stated kernel is exactly the direction along which P projects.

step 2.1algebra

Sources

Axler, 2.33, p. 42, supplies the complement construction being illustrated. These particular vectors and coordinate calculations are locally chosen.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

3 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