Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 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 rank-one truncation of an SVD realises the Eckart-Young minimiser

Example

For the matrix

A=(200010),

the rank-one truncation

A1=(200000)

is a best rank-at-most-one approximation in operator norm, and the error is 1.

Facts & Assumptions

Given: The matrix A above and its rank-one truncation A1.

[L1]

The matrix A has singular values 2,1,0 (The singular value decomposition of an explicit 2x3 matrix).

[L2]

The rank-1 truncation of an SVD is a best rank-at-most-1 approximation, with error equal to the next singular value (The best rank-at-most-k approximation in operator norm is the rank-k truncation of a singular value decomposition).

Verification

technique · direct
1.1

By [L1], deleting the second singular direction replaces A by A1=(200000), which has rank 1, and AA1=(000010) has operator norm 1.

L1algebra
2.1

The next singular value after the retained one is 1, so [L2] says exactly that no rank-at-most-one matrix lies closer to A in operator norm than A1. Therefore A1 is the Eckart-Young minimiser.

L2step 1.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

8 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