Measures invariant under group actions #
A measure μ : Measure α is said to be invariant under an action of a group G if scalar
multiplication by c : G is a measure preserving map for all c. In this file we define a
typeclass for measures invariant under action of an (additive or multiplicative) group and prove
some basic properties of such measures.
- measure_preimage_vadd : ∀ (c : M) ⦃s : Set α⦄, MeasurableSet s → ↑↑μ ((fun x => c +ᵥ x) ⁻¹' s) = ↑↑μ s
A measure μ : Measure α is invariant under an additive action of M on α if for any
measurable set s : Set α and c : M, the measure of its preimage under fun x => c +ᵥ x is equal
to the measure of s.
Instances
- measure_preimage_smul : ∀ (c : M) ⦃s : Set α⦄, MeasurableSet s → ↑↑μ ((fun x => c • x) ⁻¹' s) = ↑↑μ s
A measure μ : Measure α is invariant under a multiplicative action of M on α if for any
measurable set s : Set α and c : M, the measure of its preimage under fun x => c • x is equal
to the measure of s.
Instances
Equivalent definitions of a measure invariant under an additive action of a group.
-
0:
VAddInvariantMeasure G α μ; -
1: for every
c : Gand a measurable sets, the measure of the preimage ofsunder vector addition(c +ᵥ ·)is equal to the measure ofs; -
2: for every
c : Gand a measurable sets, the measure of the imagec +ᵥ sofsunder vector addition(c +ᵥ ·)is equal to the measure ofs; -
3, 4: properties 2, 3 for any set, including non-measurable ones;
-
5: for any
c : G, vector addition ofcmapsμtoμ; -
6: for any
c : G, vector addition ofcis a measure preserving map.
Equivalent definitions of a measure invariant under a multiplicative action of a group.
-
0:
SMulInvariantMeasure G α μ; -
1: for every
c : Gand a measurable sets, the measure of the preimage ofsunder scalar multiplication bycis equal to the measure ofs; -
2: for every
c : Gand a measurable sets, the measure of the imagec • sofsunder scalar multiplication bycis equal to the measure ofs; -
3, 4: properties 2, 3 for any set, including non-measurable ones;
-
5: for any
c : G, scalar multiplication bycmapsμtoμ; -
6: for any
c : G, scalar multiplication bycis a measure preserving map.
If measure μ is invariant under an additive group action and is nonzero on a compact set K,
then it is positive on any nonempty open set. In case of a regular measure, one can assume μ ≠ 0
instead of μ K ≠ 0, see MeasureTheory.measure_isOpen_pos_of_vaddInvariant_of_ne_zero.
Equations
- MeasureTheory.measure_isOpen_pos_of_vaddInvariant_of_compact_ne_zero.match_1 G motive x h_1 = Exists.casesOn x fun w h => h_1 w h
Instances For
If measure μ is invariant under a group action and is nonzero on a compact set K, then it is
positive on any nonempty open set. In case of a regular measure, one can assume μ ≠ 0 instead of
μ K ≠ 0, see MeasureTheory.measure_isOpen_pos_of_smulInvariant_of_ne_zero.
Equations
- MeasureTheory.isLocallyFiniteMeasure_of_vaddInvariant.match_1 G x motive x h_1 = Exists.casesOn x fun w h => h_1 w h
Instances For
Equations
- MeasureTheory.measure_isOpen_pos_of_vaddInvariant_of_ne_zero.match_1 motive x h_1 = Exists.casesOn x fun w h => And.casesOn h fun left right => h_1 w left right