Pullback of a measure #
In this file we define the pullback MeasureTheory.Measure.comap f μ
of a measure μ
along an injective map f
such that the image of any measurable set under f
is a null-measurable set.
If f
does not have these properties, then we define comap f μ
to be zero.
In the future, we may decide to redefine comap f μ
so that it gives meaningful results, e.g.,
for covering maps like (↑) : ℝ → AddCircle (1 : ℝ)
.
Pullback of a Measure
as a linear map. If f
sends each measurable set to a measurable
set, then for each measurable set s
we have comapₗ f μ s = μ (f '' s)
.
Note that if f
is not injective, this definition assigns Set.univ
measure zero.
If the linearity is not needed, please use comap
instead, which works for a larger class of
functions. comapₗ
is an auxiliary definition and most lemmas deal with comap.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pullback of a Measure
. If f
sends each measurable set to a null-measurable set,
then for each measurable set s
we have comap f μ s = μ (f '' s)
.
Note that if f
is not injective, this definition assigns Set.univ
measure zero.
Equations
- One or more equations did not get rendered due to their size.