def
CommutingRepetition.FiniteEventLaw.eventMass
{Ω : Type u_1}
[Fintype Ω]
(law : FiniteEventLaw Ω)
(event : Finset Ω)
:
Instances For
theorem
CommutingRepetition.FiniteEventLaw.eventMass_univ
{Ω : Type u_1}
[Fintype Ω]
(law : FiniteEventLaw Ω)
:
theorem
CommutingRepetition.FiniteEventLaw.eventMass_mono
{Ω : Type u_1}
[Fintype Ω]
(law : FiniteEventLaw Ω)
{s t : Finset Ω}
(h : s ⊆ t)
:
theorem
CommutingRepetition.FiniteEventLaw.allWinMass_le_partial
{Ω : Type u_1}
{ι : Type u_2}
[Fintype Ω]
[Fintype ι]
(law : FiniteEventLaw Ω)
(wins : ι → Ω → Bool)
(D : Finset ι)
:
def
CommutingRepetition.FiniteEventLaw.failureMass
{Ω : Type u_1}
{ι : Type u_2}
[Fintype Ω]
[Fintype ι]
[DecidableEq ι]
(law : FiniteEventLaw Ω)
(wins : ι → Ω → Bool)
(D : Finset ι)
(i : ι)
:
Equations
- law.failureMass wins D i = law.eventMass (CommutingRepetition.FiniteEventLaw.winEvent wins D) - law.eventMass (CommutingRepetition.FiniteEventLaw.winEvent wins (insert i D))
Instances For
theorem
CommutingRepetition.FiniteEventLaw.exists_greedy_stopping
{ι : Type u_2}
[Fintype ι]
[DecidableEq ι]
(mass : Finset ι → ℝ)
{θ η : ℝ}
{T : ℕ}
(_hθ : 0 < θ)
(_hη : 0 < η)
(hη_one : η ≤ 1)
(hT : T ≤ Fintype.card ι)
(hempty : mass ∅ = 1)
(hfloor : ∀ (D : Finset ι), θ ≤ mass D)
(h_terminal : (1 - η) ^ T < θ)
:
theorem
CommutingRepetition.FiniteEventLaw.exists_conditioned_win_set
{Ω : Type u_1}
{ι : Type u_2}
[Fintype Ω]
[Fintype ι]
[DecidableEq ι]
(law : FiniteEventLaw Ω)
(wins : ι → Ω → Bool)
{θ η : ℝ}
{T : ℕ}
(hθ : 0 < θ)
(hη : 0 < η)
(hη_one : η ≤ 1)
(hT : T ≤ Fintype.card ι)
(hwin : θ ≤ law.eventMass (winEvent wins Finset.univ))
(h_terminal : (1 - η) ^ T < θ)
: