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.
Truncated SVD and Tikhonov regularisation act as hard and smooth spectral filters on the singular components
Statement
Let , let have singular value decomposition , let , let , and let . In singular-value coordinates, applying the two filters to gives the following coefficients: truncated SVD multiplies the th singular component by
whereas Tikhonov regularisation multiplies it by . Thus truncated SVD is a hard spectral filter and Tikhonov regularisation is a smooth spectral filter.
Facts & Assumptions
Given: A scalar field , a singular value decomposition , a right-hand side , a threshold , and a parameter .
The truncated pseudoinverse replaces retained singular values by their reciprocals and discards the rest (The truncated singular-value pseudoinverse obtained by discarding singular values below a declared numerical-rank threshold).
Tikhonov regularisation scales the th singular direction by (Tikhonov regularisation scales each singular component by the filter factor ).
Proof
By [L1], applying to gives Thus the filter is with a hard cutoff at .
By [L2], the Tikhonov solution is Hence every nonzero singular direction is retained but damped smoothly according to , while zero singular directions have filter value .
Step 1.1 is the truncated-SVD filter and step 1.2 is the Tikhonov filter, so the two methods are hard and smooth spectral filters respectively.
Depends on
Used by
Dependency tree · two levels
5 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
- Gene H. Golub, Least squares, singular values and matrix approximations (standard reference, not scraped)
- Stanford CS205L, Unit 12: Regularization (standard reference, not scraped)