Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (gpt-5.6-terra)audited 2026-08-28
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.

The singular value decomposition of an explicit 2x3 matrix

Example

For the linear map R3R2 with matrix

A=(200010),

an SVD is

A=UΣVT,U=I2,Σ=(200010),V=I3.

Facts & Assumptions

Given: The matrix A above with the standard inner products on R3 and R2.

[L1]

Every linear map between finite-dimensional inner product spaces admits a singular value decomposition (Every linear map between finite-dimensional real or complex inner product spaces admits a singular value decomposition).

Verification

technique · direct
1.1

Direct multiplication gives ATA=diag(4,1,0), so the singular values are 2,1,0, with standard basis vectors as right-singular vectors.

L1algebra
2.1

The images of the first two standard basis vectors are 2e1 and e2, so the standard basis of R2 gives the left-singular vectors. Therefore U=I2, V=I3, and the displayed diagonal matrix Σ give an SVD of A, exactly as [L1] guarantees.

L1step 1.1algebra

Depends on

Used by

Dependency tree · two levels

10 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