Theorems · Theorem · measure theory
MeasureTheory.lintegral_map_equiv
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
(f : β → ENNReal) (g : α ≃ᵐ β), ∫⁻ (a : β), f a ∂MeasureTheory.Measure.map (⇑g) μ = ∫⁻ (a : α), f (g a) ∂μThe lintegral transforms appropriately under a measurable equivalence g : α ≃ᵐ β.
(Compare lintegral_map, which applies to a wider class of functions g : α → β, but requires
measurability of the function being integrated.)
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasureTheory.lintegralstatement · cited by 1,152
- MeasureTheory.Measure.mapstatement · cited by 858
- MeasurableEquivstatement and proof · cited by 269
- MeasurableEquiv.measurableEmbeddingproof · cited by 60
- MeasurableEmbedding.lintegral_mapproof · cited by 10
Cited by10
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_add_left_eq_selfproof · cited by 4
- MeasureTheory.lintegral_mul_left_eq_selfproof · cited by 4
- MeasureTheory.MeasurePreserving.lintegral_map_equivproof · cited by 3
- MeasureTheory.lintegral_neg_eq_selfproof · cited by 2
- MeasureTheory.lintegral_add_right_eq_selfproof · cited by 2
- MeasureTheory.lintegral_inv_eq_selfproof · cited by 2
- MeasureTheory.lintegral_mul_right_eq_selfproof · cited by 1
- AddCircle.lintegral_preimageproof · cited by 1
- ProbabilityTheory.variance_map_equivproof · cited by 1
- UnitAddTorus.lintegral_preimageproof · cited by 0