Theorems · Theorem · measure theory
MeasureTheory.measure_lintegral_sub_measure
∀ {G : Type u_1} [inst : MeasurableSpace G] [inst_1 : AddGroup G] [MeasurableAdd₂ G] {s : Set G} [MeasurableNeg G]
(μ' ν' : MeasureTheory.Measure G) [MeasureTheory.SigmaFinite μ'] [MeasureTheory.SigmaFinite ν']
[μ'.IsAddLeftInvariant] [ν'.IsAddLeftInvariant],
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) + ν(s - x) = f(x) holds if we can prove that 0 < ν(s - x) < ∞. 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_add_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
- Set.preimagestatement and proof · cited by 4,946
- AddGroupstatement and proof · cited by 4,410
- MeasurableSetstatement and proof · cited by 3,075
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- neg_negproof · cited by 960
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.measure_add_measure_eqproof · cited by 1