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
the rank-one truncation
is a best rank-at-most-one approximation in operator norm, and the error is .
Facts & Assumptions
Given: The matrix above and its rank-one truncation .
The matrix has singular values (The singular value decomposition of an explicit 2x3 matrix).
The rank- truncation of an SVD is a best rank-at-most- 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
By [L1], deleting the second singular direction replaces by , which has rank , and has operator norm .
The next singular value after the retained one is , so [L2] says exactly that no rank-at-most-one matrix lies closer to in operator norm than . Therefore is the Eckart-Young minimiser.
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
- Sheldon Axler, Linear Algebra Done Right, fourth edition (standard reference, not scraped)