Removing strict positivity from the finite two-point bound #
A positive perturbation parameter tending to zero.
Equations
- Feige.boundaryEpsilon n = 1 / (↑n + 1)
Instances For
A strictly positive approximation to a nonnegative lower displacement.
Equations
- Feige.strictGammaApprox γ n i = (1 - Feige.boundaryEpsilon n) * γ i + Feige.boundaryEpsilon n / 2
Instances For
theorem
Feige.tendsto_twoPointKFinset_strictGammaApprox
{m : ℕ}
(γ β : Fin m → ℝ)
(S : Finset (Fin m))
:
Filter.Tendsto (fun (n : ℕ) => twoPointKFinset (strictGammaApprox γ n) β S) Filter.atTop (nhds (twoPointKFinset γ β S))
theorem
Feige.tendsto_twoPointHighProbability_strictGammaApprox
{m : ℕ}
(γ β : Fin m → ℝ)
(hγ : ∀ (i : Fin m), 0 ≤ γ i)
(hβ : ∀ (i : Fin m), 0 < β i)
(i : Fin m)
:
Filter.Tendsto (fun (n : ℕ) => twoPointHighProbability (strictGammaApprox γ n) β i) Filter.atTop
(nhds (twoPointHighProbability γ β i))
theorem
Feige.tendsto_highSetMass_strictGammaApprox
{m : ℕ}
(γ β : Fin m → ℝ)
(hγ : ∀ (i : Fin m), 0 ≤ γ i)
(hβ : ∀ (i : Fin m), 0 < β i)
(S : Finset (Fin m))
:
Filter.Tendsto (fun (n : ℕ) => highSetMass (twoPointHighProbability (strictGammaApprox γ n) β) S) Filter.atTop
(nhds (highSetMass (twoPointHighProbability γ β) S))
theorem
Feige.eventually_rejectionFinset_subset_strictApprox
{m : ℕ}
(γ β : Fin m → ℝ)
(α δ : ℝ)
(hδ : 0 < δ)
:
∀ᶠ (n : ℕ) in Filter.atTop, ∀ S ∈ {S : Finset (Fin m) | twoPointKFinset γ β S ≤ α}, twoPointKFinset (strictGammaApprox γ n) β S ≤ α + δ
Every state rejected at the limiting parameter is, uniformly over the
finite Boolean state space, eventually rejected at threshold α + δ by the
strict approximants.
The fully discharged finite two-point rejection hypothesis used by the conditional-mixture calibration theorem.