bernoulli_event_prob_nonneg
ProvedSource: Candes--Recht, Exact Matrix Completion via Convex Optimization, PDF p. 18, Section 4.1, equations (4.3)--(4.4), where the paper introduces the Bernoulli observation model with independent coordinate indicators.
Mathematical statement: for an matrix index set and Bernoulli inclusion parameter , define with mass
If , then every event has nonnegative Bernoulli event probability
Notation: here is the Bernoulli sampling rate from Candes--Recht Section 4.1, is a finite sampled entry set, and bernoulliEventProb p Event is the formal finite sum over all .
Formalization note: this is a formal bridge, not a new analytic concentration theorem and not a theorem that appears verbatim in the paper. It is a reusable probability-mass sanity lemma for source-backed Bernoulli-model children, whose source-backed parent context is the Bernoulli model in Candes--Recht PDF p. 18, Section 4.1, equations (4.3)--(4.4).
import Definitions.Def_matrix_completion_bernoulli open MatrixCompletion open scoped Classical BigOperators
theorem bernoulli_event_prob_nonneg
{n₁ n₂ : ℕ} {p : ℝ}
(Event : Finset (Fin n₁ × Fin n₂) → Prop) :
0 ≤ p → p ≤ 1 → 0 ≤ bernoulliEventProb p Event := by
sorry