Finite expectations in the two-point calibration argument #
This file defines the independent product expectation and the rejection payoff used by the ordered insertion proof.
noncomputable def
Feige.productHighSetExpectation
{m : ℕ}
(p : Fin m → ℝ)
(g : Finset (Fin m) → ℝ)
:
Expectation under the independent product law on high sets.
Equations
- Feige.productHighSetExpectation p g = ∑ S ∈ Finset.univ.powerset, Feige.highSetMass p S * g S
Instances For
@[simp]
theorem
Feige.productExpectation_rejection_eq
{m : ℕ}
(γ β : Fin m → ℝ)
(α : ℝ)
:
productHighSetExpectation (twoPointHighProbability γ β) (booleanRejectionPayoff γ β α) = twoPointRejectionMass γ β α