bernoulli_powerset_event_prob_eq_product_measure
ProvedCompanion of the keystone bridge for EVENT PROBABILITIES. The powerset event probability (bernoulliEventProb) equals the real-valued measure under the stock Mathlib product-Bernoulli measure bernMeasure of the pulled-back event . This lets every tail / concentration statement phrased on the bespoke bernoulliEventProb be transported to a genuine Mathlib measure-probability , unlocking measure-theoretic tail tools (Markov, condExp, decoupling) on the powerset model. Proof: rewrite bernoulliEventProb as the bernoulliExpectation of the {0,1}-indicator, apply the keystone bridge, then identify the integral of the pulled-back indicator with the measure of the pulled-back set (integral_indicator_one; all sets measurable on the discrete indicator space).
import Definitions.Def_matrix_completion_bernoulli_measure open MatrixCompletion open scoped BigOperators Classical open MeasureTheory ProbabilityTheory
theorem bernoulli_powerset_event_prob_eq_product_measure
{n1 n2 : ℕ} (p : NNReal) (hp : p ≤ 1)
(Event : Finset (Fin n1 × Fin n2) → Prop) :
bernoulliEventProb (p : ℝ) Event
= (bernMeasure p hp).real {ω | Event (indicatorToFinset ω)} := by sorry