Rudelson selection: the self-bounding desymmetrization recursion
Provedrudelson_selection_tangent_deviation_selfbounding_recursion_densematrix-completionnoncommutative-khintchineprobabilityrudelson
Rudelson selection desymmetrization core (self-bounding recursion), dense regime. Under the sampling-density hypothesis with , and the coordinate Frobenius bound for all , the Bernoulli expectation of the tangent sampling deviation is nonnegative and obeys the self-bounding recursion , where and . This is the genuine Rudelson 1999 selection content: symmetrization on the rank-one tensor operators , the noncommutative Khintchine / Gram bound on the symmetrized operator, and Cauchy-Schwarz on the diagonal. Source: Candes-Recht 2009 (arXiv:0805.4471) §4.2 eq.(4.9) p.18 (Theorem 4.2 part 1), citing M. Rudelson, Random vectors in the isotropic position, J. Funct. Anal. 164 (1999), 60-72.
Preamble
import Definitions.Def_matrix_completion_tangent open MatrixCompletion
Formal statement
theorem rudelson_selection_tangent_deviation_selfbounding_recursion_dense :
∃ Csel : ℝ, 0 < Csel ∧
∀ (β : ℝ), 2 < β →
∀ (n₁ n₂ r m : ℕ) (M : Matrix (Fin n₁) (Fin n₂) ℝ)
(S : SVD M r) (R : ℝ),
0 < n₁ → 0 < n₂ → 0 < r → m ≤ n₁ * n₂ →
0 ≤ R →
(m : ℝ) ≥ β * (↑(max n₁ n₂)) * (r : ℝ) *
Real.log (↑(max n₁ n₂)) →
(∀ i : Fin n₁, ∀ j : Fin n₂,
frobeniusNorm (tangentProjection S (coordinateMatrix i j)) ≤ R) →
(0 ≤ bernoulliExpectation ((m : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ)))
(fun Omega =>
tangentSamplingDeviation Omega S
((m : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ))))) ∧
bernoulliExpectation ((m : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ)))
(fun Omega =>
tangentSamplingDeviation Omega S
((m : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ)))) ≤
Csel *
(Real.sqrt
(Real.log (↑(max n₁ n₂)) /
((m : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ)))) * R)
+ Csel *
(Real.sqrt
(Real.log (↑(max n₁ n₂)) /
((m : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ)))) * R) *
Real.sqrt
(bernoulliExpectation ((m : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ)))
(fun Omega =>
tangentSamplingDeviation Omega S
((m : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ))))) := by sorry
Source
Candes & Recht, arXiv:0805.4471, sec 4.2 eq.(4.9) p.18 (Theorem 4.2 part 1, 'provided the RHS is smaller than 1'); Rudelson 1999.