Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-16
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.

Projection onto a plane in R3 and the nearest-point calculation

Example

Let W={(x,y,z)R3:x+y+z=0} and v=(1,2,3). Then

PWv=(1,0,1),

and for every qW,

vq2=12+(1,0,1)q2.

Thus (1,0,1) is the unique nearest point of W to v.

Facts & Assumptions

Given: The displayed plane W and vector v.

[L1]

An orthonormal basis (ui) of W gives PWv=iv,uiui (Orthogonal projection is linear, and an orthonormal basis (ei) of W gives PWv=iv,eiei).

[L2]

Orthogonal projection is the unique nearest point in the subspace (The orthogonal projection is the unique nearest point in the subspace).

Verification

technique · computation
1.1

The vectors u0=(1,1,0)/2 and u1=(1,1,2)/6 form an orthonormal basis of W by [L3]. Their coefficients against v are 1/2 and 3/6.

L3algebra
2.1

Substitution in [L1] gives PWv=(1,0,1). The residual is (2,2,2), which is orthogonal to W and has squared norm 12.

step 1.1L1L3
3.1

For qW, the residual and PWvq are orthogonal, so Pythagoras gives the displayed equality. It is minimised uniquely at q=PWv, in agreement with [L2].

step 2.1L2

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 41 results over 10 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.