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 best rank-at-most-k approximation in operator norm is the rank-k truncation of a singular value decomposition
Statement
Let be a linear map between finite-dimensional real or complex inner product spaces, let
be a singular value decomposition with , and fix an integer with . Define
Then , one has
with the convention when , and every linear map with satisfies
Facts & Assumptions
Given: A linear map between finite-dimensional real or complex inner product spaces and the rank- truncation above.
Every linear map admits a singular value decomposition (Every linear map between finite-dimensional real or complex inner product spaces admits a singular value decomposition).
The operator norm equals the largest singular value (The operator norm is 0 on the zero domain and otherwise equals the largest singular value, attained at a right-singular vector).
Rank-nullity holds for linear maps with finite-dimensional domain (Rank-nullity: ).
A linear subspace of a finite-dimensional vector space cannot have larger dimension than the ambient space (If and is a linear subspace of , then is finite-dimensional, , and if and only if ).
Proof
The image of is contained in , so . When , the defining sum for is empty and ; in general , which is again an SVD, so [L2] gives , with value when .
Let have rank at most , and put . If were injective, then [L3] applied to would force , but and [L4] gives , contradiction. Hence some unit vector satisfies .
Write that unit vector as . Then . Because , one has . Combined with step 1.1, this proves that is a best rank-at-most- approximation in operator norm.
Depends on
- The operator norm is zero on the zero domain and otherwise is max_{||v||=1} ||Tv||
- Every linear map between finite-dimensional real or complex inner product spaces admits a singular value decomposition
- The operator norm is 0 on the zero domain and otherwise equals the largest singular value, attained at a right-singular vector
- Rank-nullity: $\dim_F V=\operatorname{nullity}T+\operatorname{rank}T$
- If $\dim_F V = n$ and $U$ is a linear subspace of $V$, then $U$ is finite-dimensional, $\dim_F U \le n$, and $\dim_F U = n$ if and only if $U = V$
Used by
Dependency tree · two levels
34 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)