talagrand_tangent_sampling_raw_tail_le_deviation_scale
Provedcandes-rechtmatrix-completionscalar-arithmetictalagrandtangent-spacetheorem-42
This is the scalar conversion from the raw Talagrand radius to the standard Candes--Recht tangent-sampling deviation scale.
Appendix 9.1 supplies the common increment/variance scale
For any fixed universal constant , the theorem asserts that one can enlarge to another universal constant so that
This node contains only scalar arithmetic and constant absorption; the probabilistic Talagrand inequality is isolated in the raw-tail child. Source location: Candes--Recht, PDF p. 19, equation (4.10), and Appendix 9.1.
Preamble
import Definitions.Def_matrix_completion_talagrand open MatrixCompletion
Formal statement
theorem talagrand_tangent_sampling_raw_tail_le_deviation_scale
(K : ℝ) :
0 < K →
∃ Ctail : ℝ, 0 < Ctail ∧
∀ (β : ℝ), 2 < β →
∀ (n₁ n₂ r m : ℕ) (μ₀ : ℝ),
0 < n₁ → 0 < n₂ → 0 < r →
1 ≤ μ₀ →
K * Real.sqrt
((2 * μ₀ * (↑(max n₁ n₂)) * (r : ℝ) / (m : ℝ)) *
(β * Real.log (↑(max n₁ n₂)))) ≤
tangentSamplingDeviationScale Ctail β μ₀ (max n₁ n₂) r m := by
sorry
Source
Candes, Emmanuel, and Benjamin Recht. "Exact matrix completion via convex optimization." Communications of the ACM 55.6 (2012): 111-119.