Theorems · Theorem · measure theory
MeasureTheory.measure_lintegral_div_measure
∀ {G : Type u_1} [inst : MeasurableSpace G] [inst_1 : Group G] [MeasurableMul₂ G] {s : Set G} [MeasurableInv G]
(μ' ν' : MeasureTheory.Measure G) [MeasureTheory.SigmaFinite μ'] [MeasureTheory.SigmaFinite ν']
[μ'.IsMulLeftInvariant] [ν'.IsMulLeftInvariant],
MeasurableSet s →
ν' s ≠ 0 →
ν' s ≠ ⊤ →
∀ (f : G → ENNReal),
Measurable f → μ' s * ∫⁻ (y : G), f y⁻¹ / ν' ((fun x => x * y⁻¹) ⁻¹' s) ∂ν' = ∫⁻ (x : G), f x ∂μ'A technical lemma relating two different measures. This is basically [Halmos, §60 Th. A].
Note that if f is the characteristic function of a measurable set t this states that
μ t = c * μ s for a constant c that does not depend on μ.
Note: There is a gap in the last step of the proof in [Halmos].
In the last line, the equality g(x⁻¹)ν(sx⁻¹) = f(x) holds if we can prove that
0 < ν(sx⁻¹) < ∞. The first inequality follows from §59, Th. D, but the second inequality is
not justified. We prove this inequality for almost all x in
MeasureTheory.ae_measure_preimage_mul_right_lt_top_of_ne_zero.
- Defined in
- Mathlib.MeasureTheory.Group.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 231 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Groupstatement and proof · cited by 6,238
- Set.preimagestatement and proof · cited by 4,946
- MeasurableSetstatement and proof · cited by 3,075
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- LT.lt.neproof · cited by 872
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.measure_mul_measure_eqproof · cited by 1