Documentation

LeanPool.Feige.ChainMeasure

Probability measures carried by maximal chains #

The auxiliary chain distribution mentioned in the proof outline is a finite probability mass function on the levels of a maximal chain. This file packages its expectation and relates the indicator of a threshold rejection event to rejectedMass.

noncomputable def Feige.CalibratedChain.expectation {m : } (C : CalibratedChain m) (g : ) :

Expectation of a payoff on the m + 1 genuine levels of a calibrated chain.

Equations
Instances For
    theorem Feige.CalibratedChain.expectation_nonneg {m : } (C : CalibratedChain m) {g : } (hg : j < m + 1, 0 g j) :
    noncomputable def Feige.CalibratedChain.rejectionIndicator {m : } (C : CalibratedChain m) (α : ) (j : ) :

    The rejection indicator used for exact chain calibration.

    Equations
    Instances For

      Expectation of the rejection indicator is exactly the previously defined rejection mass.

      Exact calibration in expectation form.

      noncomputable def Feige.booleanChainExpectation {m : } (γ β : Fin m) (σ : Equiv.Perm (Fin m)) ( : ∀ (i : Fin m), 0 γ i) ( : ∀ (i : Fin m), 0 β i) (g : Finset (Fin m)) :

      Expectation E_{ν_C} g for the auxiliary maximal-chain law.

      Equations
      Instances For
        noncomputable def Feige.booleanRejectionPayoff {m : } (γ β : Fin m) (α : ) (S : Finset (Fin m)) :

        Increasing rejection payoff on the Boolean lattice.

        Equations
        Instances For
          theorem Feige.booleanChainExpectation_one {m : } (γ β : Fin m) (σ : Equiv.Perm (Fin m)) ( : ∀ (i : Fin m), 0 γ i) ( : ∀ (i : Fin m), 0 β i) :
          (booleanChainExpectation γ β σ fun (x : Finset (Fin m)) => 1) = 1
          theorem Feige.booleanChain_rejection_le {m : } (γ β : Fin m) (σ : Equiv.Perm (Fin m)) ( : ∀ (i : Fin m), 0 γ i) ( : ∀ (i : Fin m), 0 β i) {α : } ( : 0 α) :
          booleanChainExpectation γ β σ (booleanRejectionPayoff γ β α) α

          Exact calibration stated directly for the statistic evaluated on the states of a maximal Boolean chain.