rudelson_selection_expected_deviation_nonneg
ProvedNonnegativity of the Rudelson selection expected deviation. is a Bernoulli-weighted sum; each weight is nonnegative for , and each deviation is the supremum of nonnegative quantities , so the whole expectation is nonnegative.
Preamble
import Definitions.Def_matrix_completion_tangent open MatrixCompletion open scoped Classical BigOperators
Formal statement
theorem rudelson_selection_expected_deviation_nonneg {n1 n2 r : Nat}
{M : RealMatrix n1 n2} (S : SVD M r) {p : Real} (hp0 : 0 ≤ p) (hp1 : p ≤ 1) :
0 ≤ bernoulliExpectation p (fun Omega => tangentSamplingDeviation Omega S p) := by sorrySource
Candes-Recht 2009 (arXiv:0805.4471) Section 4.2; bernoulliExpectation/tangentSamplingDeviation definitions.