Theorems · Theorem
PMF.toMeasure_pure_apply
∀ {α : Type u_1} (a : α) (s : Set α) [inst : MeasurableSpace α],
MeasurableSet s → (PMF.pure a).toMeasure s = if a ∈ s then 1 else 0The measure of a set under pure a is 1 for sets containing a and 0 otherwise.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement · cited by 9,879
- MeasurableSetstatement and proof · cited by 3,075
- PMF.toMeasurestatement · cited by 34
- PMF.purestatement and proof · cited by 22
- PMF.toMeasure_apply_eq_toOuterMeasure_applyproof · cited by 15
- PMF.toOuterMeasure_pure_applyproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- PMF.toMeasure_pureproof · cited by 1