Theorems · Theorem · probability
ProbabilityTheory.setBernoulli_eq_map
∀ {ι : Type u_1} (u : Set ι) (p : ↑unitInterval),
ProbabilityTheory.setBernoulli u p =
MeasureTheory.Measure.map (fun p => {i | p i})
(MeasureTheory.Measure.infinitePi fun i =>
unitInterval.toNNReal p • MeasureTheory.Measure.dirac (i ∈ u) +
unitInterval.toNNReal (unitInterval.symm p) • MeasureTheory.Measure.dirac False)- 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.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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.ofPredstatement · cited by 6,101
- NNRealstatement · cited by 4,310
- MeasureTheory.Measure.mapstatement · cited by 858
- unitIntervalstatement and proof · cited by 607
- MeasureTheory.Measure.diracstatement · cited by 210
- unitInterval.symmstatement · cited by 69
- MeasureTheory.Measure.infinitePistatement · cited by 48
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.setBernoulli_zeroproof · cited by 1
- ProbabilityTheory.setBernoulli_oneproof · cited by 1