Tran–Vu Remark 2.5: binomial mixture of level fractions plus a 2^{-X} Markov
tail, yielding Park–Pham from the covering theorem.
The explicit constant in the formalized Park–Pham threshold bound.
Equations
- KahnKalai.parkPhamK = 100000
Instances For
theorem
KahnKalai.measureFamily_one
{α : Type u_1}
[DecidableEq α]
[Fintype α]
(G : Finset (Finset α))
:
theorem
KahnKalai.measureFamily_generate_eq
{α : Type u_1}
[DecidableEq α]
[Fintype α]
(p : ℝ)
(F : Finset (Finset α))
:
measureFamily p (generate F) = ∑ k ∈ Finset.range (Fintype.card α + 1), ↑{S ∈ generate F | S.card = k}.card * p ^ k * (1 - p) ^ (Fintype.card α - k)
theorem
KahnKalai.threshold_le_of_measure
{α : Type u_1}
[DecidableEq α]
[Fintype α]
{F : Finset (Finset α)}
{p : ℝ}
(hp : p ∈ Set.Icc 0 1)
(h : 1 / 2 ≤ measureFamily p (generate F))
:
theorem
KahnKalai.threshold_le_one_of_nonempty
{α : Type u_1}
[DecidableEq α]
[Fintype α]
{F : Finset (Finset α)}
(hF : F.Nonempty)
:
theorem
KahnKalai.expectationThreshold_nonneg
{α : Type u_1}
[DecidableEq α]
[Fintype α]
(F : Finset (Finset α))
:
theorem
KahnKalai.expectationThreshold_le_one
{α : Type u_1}
[DecidableEq α]
[Fintype α]
(F : Finset (Finset α))
:
theorem
KahnKalai.coverCost_gt_half_of_gt_q
{α : Type u_1}
[DecidableEq α]
[Fintype α]
{F : Finset (Finset α)}
{p : ℝ}
(hp : p ∈ Set.Icc 0 1)
(h : expectationThreshold F < p)
:
theorem
KahnKalai.empty_mem_of_q_eq_zero
{α : Type u_1}
[DecidableEq α]
[Fintype α]
{F : Finset (Finset α)}
(h : expectationThreshold F = 0)
:
theorem
KahnKalai.sdiff_range_binom
(N m : ℕ)
(p : ℝ)
(hm : m ≤ N)
:
∑ k ∈ Finset.range (N + 1) \ Finset.range m, binomProb N p k = 1 - ∑ k ∈ Finset.range m, binomProb N p k
theorem
KahnKalai.measureFamily_ge_occupation
{α : Type u_1}
[DecidableEq α]
[Fintype α]
{F : Finset (Finset α)}
{p : ℝ}
{m : ℕ}
{α0 : ℝ}
(hp0 : 0 ≤ p)
(hp1 : p ≤ 1)
(hm : m ≤ Fintype.card α)
(hocc : α0 * ↑((Fintype.card α).choose m) ≤ ↑{S ∈ generate F | S.card = m}.card)
:
α0 * ∑ k ∈ Finset.range (Fintype.card α + 1) \ Finset.range m, binomProb (Fintype.card α) p k ≤ measureFamily p (generate F)
theorem
KahnKalai.threshold_le_parkPham_of_level_gt_card
{α : Type u_1}
[DecidableEq α]
[Fintype α]
{F : Finset (Finset α)}
{ℓ ℓ' N m : ℕ}
{q p : ℝ}
(hq0 : 0 ≤ q)
(hlog : 1 ≤ Real.logb 2 ↑ℓ)
(hlog' : Real.logb 2 (↑ℓ' + 1) ≤ 2 * Real.logb 2 ↑ℓ)
(hp : p = 2 * q)
(hmle : ↑m ≤ 1000 * p * ↑N * Real.logb 2 (↑ℓ' + 1))
(hmN : N < m)
(hth1 : threshold F ≤ 1)
: