Theorems · Theorem · measure theory
MeasureTheory.Measure.ext_iff_singleton
∀ {α : Type u_1} [inst : MeasurableSpace α] [Countable α] {μ ν : MeasureTheory.Measure α},
μ = ν ↔ ∀ (a : α), μ {a} = ν {a}Two measures on a countable space are equal if and only if they agree on singletons.
- Defined in
- Mathlib.MeasureTheory.Measure.Dirac
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpaceCountable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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 · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Countablestatement and proof · cited by 633
- MeasureTheory.Measure.ext_of_singletonproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.ext_iff_measureReal_singletonproof · cited by 1