linear_neumann_off_diagonal_two_term_bernstein_threshold_absorbed_under_sample_bound_fix
Provedbernsteincandes-rechtconcentrationmatrix-completion
CR-faithful corrected off-diagonal first-Neumann two-term Bernstein threshold absorption. Same as the original leaf but with the -linear sample lower bound (CR2009 Lemma 6.6 eq 6.15: ; Thm 1.3 eq 1.9 ), correcting the original's unsound . The range term is -linear, so only a -linear sample bound absorbs the raw two-term Bernstein threshold into the clean scale . Witness .
Preamble
import Definitions.Def_linear_neumann_offdiag_bernstein open MatrixCompletion
Formal statement
theorem linear_neumann_off_diagonal_two_term_bernstein_threshold_absorbed_under_sample_bound_fix
(Ctwo Centry Cfro : ℝ) :
0 < Ctwo → 0 < Centry → 0 < Cfro →
∃ Ccoef : ℝ, 0 < Ccoef ∧
∀ (β lam : ℝ), 2 < β → 1 ≤ lam →
∀ (n₁ n₂ r m : ℕ) (μ₀ μ₁ : ℝ),
0 < n₁ → 0 < n₂ → 0 < r → m ≤ n₁ * n₂ →
1 ≤ μ₀ → 1 ≤ μ₁ →
(m : ℝ) ≥
lam * μ₁ * max μ₀ μ₁ *
(↑(max n₁ n₂)) * (r : ℝ) *
(β * Real.log (↑(max n₁ n₂))) →
Ctwo *
(Real.sqrt
(((β + 2) * Real.log (↑(max n₁ n₂))) /
((m : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ)))) *
(Cfro * μ₁ *
Real.sqrt ((r : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ))) *
Real.sqrt (μ₀ * (r : ℝ) / (↑(max n₁ n₂)))) +
(((β + 2) * Real.log (↑(max n₁ n₂))) /
((m : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ)))) *
(Centry * μ₁ *
Real.sqrt ((r : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ))) *
(μ₀ * (r : ℝ) / (↑(max n₁ n₂))))) ≤
Ccoef * μ₁ *
Real.sqrt ((r : ℝ) / ((n₁ : ℝ) * (n₂ : ℝ))) *
Real.sqrt
((μ₀ * (↑(max n₁ n₂)) * (r : ℝ) *
(β * Real.log (↑(max n₁ n₂)))) / (m : ℝ)) := by
sorry
Source