Documentation

Atlas.AnAlgorithmistsToolkit.code.Concentration

theorem Concentration.chernoff_bound {Ω : Type u_1} {m : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure μ] {n : } (X : Fin nΩ) (hIndep : ProbabilityTheory.iIndepFun X μ) (hRange : ∀ (i : Fin n) (ω : Ω), X i ω = 0 X i ω = 1) (p : ) (hp : 0 p) (hp1 : p 1) (hProb : ∀ (i : Fin n), μ.real {ω : Ω | X i ω = 1} = p) (ε : ) ( : 0 ε) :
μ.real {ω : Ω | |i : Fin n, X i ω - n * p| ε * (n * p)} 2 * Real.exp (-(n * p * ε ^ 2 / 12))
theorem Concentration.hoeffding_bound {Ω : Type u_1} {m : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure μ] {n : } (X : Fin nΩ) (a : Fin n) (hIndep : ProbabilityTheory.iIndepFun X μ) (hRange : ∀ (i : Fin n) (ω : Ω), X i ω = 1 X i ω = -1) (hProb : ∀ (i : Fin n), μ.real {ω : Ω | X i ω = 1} = 1 / 2) (ha : i : Fin n, a i ^ 2 = 1) (t : ) (ht : 0 < t) :
μ.real {ω : Ω | |i : Fin n, a i * X i ω| > t} 2 * Real.exp (-t ^ 2 / 2)
theorem VolumeHardness.convexHull_subset_iUnion_closedBalls {n m : } (hm : 0 < m) (P : Fin mFin n) (hP : ∀ (i : Fin m), P i 1) :
theorem VolumeHardness.volume_convex_hull_points_bound (n : ) (hn : 0 < n) (m : ) (hm : 0 < m) (P : Fin mFin n) (hP : ∀ (i : Fin m), P i 1) :
theorem VolumeHardness.volume_computation_hardness (n : ) (hn : 0 < n) (m : ) (hm : 0 < m) (P : Fin mFin n) (hP : ∀ (i : Fin m), P i 1) :