Alphabeta Math
ExampleConstruction: Literature-sourcedVerification: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 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.

Gram–Schmidt on an explicit basis of R3

Example

Applying Gram–Schmidt in standard R3 to

v0=(1,1,1),v1=(0,1,2),v2=(1,0,2)

produces

e0=(1,1,1)3,e1=(1,0,1)2,e2=(1,2,1)6.

Facts & Assumptions

Given: The displayed ordered basis in standard R3.

[L2]

Gram–Schmidt subtracts earlier orthogonal projections, normalises the nonzero residual, and preserves each successive span (Gram–Schmidt turns every finite independent list into an orthonormal list with the same successive spans).

Verification

technique · computation
1.1

By [L1], v0=3, giving e0. The second residual is u1=v1v1,e0e0=(1,0,1), whose norm is 2, giving e1.

L1L2algebra
1.2

The third residual is u2=v2v2,e0e0v2,e1e1=(1/2,1,1/2). Its norm is 6/2, so normalisation gives the displayed e2.

L1L2algebra
2.1

Direct dot products give ei,ej=δij. Moreover e0 is a nonzero multiple of v0, u1=v1v0, and u2 differs from v2 by a combination of the first two residual directions, verifying all three successive-span equalities from [L2].

step 1.1step 1.2L1L2

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: 37 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.

Sources