Theorems · Theorem · measure theory
MeasureTheory.dirac_ne_dirac_iff_exists_measurableSet
∀ {α : Type u_1} [inst : MeasurableSpace α] {x y : α},
MeasureTheory.Measure.dirac x ≠ MeasureTheory.Measure.dirac y ↔ ∃ A, MeasurableSet A ∧ x ∈ A ∧ y ∉ ADirac delta measures at two points are different if and only if there is a measurable set containing one of the points but not the other.
- Defined in
- Mathlib.MeasureTheory.Measure.Dirac
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 174 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.
Cites8
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- MeasurableSetstatement and proof · cited by 3,075
- Compl.complproof · cited by 2,925
- MeasureTheory.Measure.diracstatement · cited by 210
- not_iff_notproof · cited by 159
- MeasurableSet.compl_iffproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.dirac_ne_diracproof · cited by 1