Dirac measure #
In this file we define the Dirac measure MeasureTheory.Measure.dirac a
and prove some basic facts about it.
The dirac measure.
Equations
- MeasureTheory.Measure.dirac a = (MeasureTheory.OuterMeasure.dirac a).toMeasure ⋯
Instances For
Two measures on a countable space are equal if they agree on singletons.
Two measures on a countable space are equal if and only if they agree on singletons.
If f
is a map with countable codomain, then μ.map f
is a sum of Dirac measures.
A measure on a countable type is a sum of Dirac measures.
Given that α
is a countable, measurable space with all singleton sets measurable,
write the measure of a set s
as the sum of the measure of {x}
for all x ∈ s
.
Equations
- ⋯ = ⋯
Extra instances to short-circuit type class resolution
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Dirac delta measures at two points are equal if every measurable set contains either both or neither of the points.
Dirac 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.
Dirac delta measures at two different points are different, assuming the measurable space separates points.
Dirac delta measures at two points are different if and only if the two points are different, assuming the measurable space separates points.
Dirac delta measures at two points are equal if and only if the two points are equal, assuming the measurable space separates points.
The assignment x ↦ dirac x
is injective, assuming the measurable space separates points.