Theorems · Theorem · probability
ProbabilityTheory.setBernoulli_apply
∀ {ι : Type u_1} {u : Set ι} {p : ↑unitInterval} (S : Set (Set ι)),
(ProbabilityTheory.setBernoulli u p) S =
(MeasureTheory.Measure.infinitePi fun i =>
unitInterval.toNNReal p • MeasureTheory.Measure.dirac (i ∈ u) +
unitInterval.toNNReal (unitInterval.symm p) • MeasureTheory.Measure.dirac False)
((fun t i => i ∈ t) '' S)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 280 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement · cited by 9,879
- Set.Elemstatement and proof · cited by 7,166
- Set.imagestatement · cited by 5,609
- NNRealstatement · cited by 4,310
- unitIntervalstatement and proof · cited by 607
- MeasureTheory.Measure.diracstatement and proof · cited by 210
- MeasurableEquiv.symmproof · cited by 155
- unitInterval.symmstatement and proof · cited by 69
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.setBernoulli_singletonproof · cited by 3
- SimpleGraph.binomialRandom_applyproof · cited by 0