Support of a Measure #
This file develops the theory of the support of a measure μ
on a
topological measurable space. The support is defined as the set of points whose every open
neighborhood has positive measure. We give equivalent characterizations, prove basic
measure-theoretic properties, and study interactions with sums, restrictions, and
absolute continuity. Under various Lindelöf conditions, the support is conull,
and various descriptions of the complement of the support are provided.
Main definitions #
Measure.support
: the support of a measureμ
, defined as{x | ∃ᶠ u in (𝓝 x).smallSets, 0 < μ u}
— equivalently, every neighborhood ofx
has positiveμ
-measure.
Main results #
compl_support_eq_sUnion
andsupport_eq_sInter
: the complement of the support is the union of open measure-zero sets, and the support is the intersection of closed sets whose complements have measure zero.isClosed_support
: the support is a closed set.support_mem_ae_of_isLindelof
andsupport_mem_ae
: under Lindelöf (or hereditarily Lindelöf) hypotheses, the support is conull.
Tags #
measure, support, Lindelöf
A point x
is in the support of μ
if any open neighborhood of x
has positive measure.
We provide the definition in terms of the filter-theoretic equivalent
∃ᶠ u in (𝓝 x).smallSets, 0 < μ u
.
Instances For
A point x
is in the support of measure μ
iff any neighborhood of x
contains a
subset with positive measure.
A point x
is in the support of measure μ
iff every neighborhood of x
has positive
measure.
A point x
lies outside the support of μ
iff all of the subsets of one of its neighborhoods
have measure zero.
The support of the sum of two measures is the union of the supports.
A point x
lies outside the support of μ
iff some neighborhood of x
has measure zero.
If the complement of the support is Lindelöf, then the support of a measure is conull.
In a hereditarily Lindelöf space, the support of a measure is conull.
Under the assumption OpensMeasurableSpace
, this is redundant because
the complement of the support is open, and therefore measurable.
Under the assumption OpensMeasurableSpace
, this is redundant because
the support is closed, and therefore measurable.