Theorems · Theorem · measure theory
MeasurableEmbedding.lintegral_map
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{g : α → β},
MeasurableEmbedding g → ∀ (f : β → ENNReal), ∫⁻ (a : β), f a ∂MeasureTheory.Measure.map g μ = ∫⁻ (a : α), f (g a) ∂μIf g : α → β is a measurable embedding and f : β → ℝ≥0∞ is any function (not necessarily
measurable), then ∫⁻ a, f a ∂(map g μ) = ∫⁻ a, f (g a) ∂μ. Compare with lintegral_map which
applies to any measurable g : α → β but requires that f is measurable as well.
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 202 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.coeproof · 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
- iSupproof · cited by 2,415
- le_antisymmproof · cited by 2,068
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- Filter.Eventually.of_forallproof · cited by 526
- MeasureTheory.SimpleFuncproof · cited by 411
- le_iSupproof · cited by 207
- MeasurableEmbeddingstatement and proof · cited by 170
Cited by10
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_map_equivproof · cited by 10
- MeasureTheory.lintegral_image_eq_lintegral_abs_det_fderiv_mulproof · cited by 6
- MeasureTheory.MeasurePreserving.lintegral_comp_embproof · cited by 5
- MeasureTheory.lintegral_subtype_comapproof · cited by 2
- MeasureTheory.MeasurePreserving.setLIntegral_comp_preimage_embproof · cited by 2
- MeasurableEmbedding.rnDeriv_map_auxproof · cited by 1
- AddCircle.lintegral_preimageproof · cited by 1
- AffineSubspace.euclideanHausdorffMeasure_eq_lintegralproof · cited by 1
- MeasurableEmbedding.eLpNorm_map_measureproof · cited by 1
- EuclideanGeometry.euclideanHausdorffMeasure_eq_lintegralproof · cited by 0