quadratic_neumann_all_distinct_inner_base_norms_le_linear_offdiag_base
ProvedSource: Candès--Recht, Exact Matrix Completion via Convex Optimization, PDF p. 28, Section 6.2, Lemma 6.6, equations (6.15)--(6.17), and PDF p. 30, Section 6.3, equation (6.20).
Mathematical statement: For rank- SVD data of and coordinates , let
be the all-distinct inner base matrix from the equation (6.20) branch. Let
be the linear off-diagonal Lemma 6.6 base matrix. Then the extra zeroing at cannot increase either deterministic norm:
Notation context: Here is downstream matrix-completion notation, although it is not needed by this deterministic bridge. The Bernoulli rate and sample set are downstream in Lemma 6.6 and equation (6.20), but do not appear in this norm comparison. The coherence parameters and are used by the source-backed parent base-bound theorems, not by this zeroing bridge. does not appear.
Formalization note:
This is a formal bridge, not a theorem stated verbatim in the paper. It connects the all-distinct equation (6.20) base matrix to the source-backed linear off-diagonal Lemma 6.6 base matrix by pointwise zeroing. The intended source-backed parent/import theorems are linear_neumann_off_diagonal_coefficient_base_entry_sup_norm_bound_min_dim and linear_neumann_off_diagonal_coefficient_base_frobenius_norm_bound_min_dim, whose source is Candès--Recht PDF p. 28, Section 6.2, Lemma 6.6, equations (6.15)--(6.17). This bridge is useful before deriving corrected all-distinct min-dimension base bounds, and it deliberately avoids the disproved old max-denominator all-distinct base-bound nodes.
import Definitions.Def_linear_neumann_offdiag_bernstein open MatrixCompletion open scoped Classical BigOperators
theorem quadratic_neumann_all_distinct_inner_base_norms_le_linear_offdiag_base
{n₁ n₂ r : Nat} {M : Matrix (Fin n₁) (Fin n₂) ℝ}
(S : SVD M r) (w1 w2 : Fin n₁ × Fin n₂) :
entrySupNorm (quadraticAllDistinctInnerBaseMatrix S w1 w2) ≤
entrySupNorm (linearNeumannOffDiagonalCoefficientBaseMatrix S w2) ∧
frobeniusNorm (quadraticAllDistinctInnerBaseMatrix S w1 w2) ≤
frobeniusNorm (linearNeumannOffDiagonalCoefficientBaseMatrix S w2) := by
sorry