Theorems · Theorem · measure theory
MeasureTheory.Measure.le_map_apply
∀ {α : Type u_1} {β : Type u_2} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {μ : MeasureTheory.Measure α}
{f : α → β}, AEMeasurable f μ → ∀ (s : Set β), μ (f ⁻¹' s) ≤ (MeasureTheory.Measure.map f μ) sEven if s is not measurable, we can bound map f μ s from below.
See also MeasurableEquiv.map_apply.
- Defined in
- Mathlib.MeasureTheory.Measure.Map
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · 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 · cited by 9,879
- Set.preimagestatement · cited by 4,946
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- AEMeasurablestatement and proof · cited by 840
- MeasureTheory.measure_monoproof · cited by 338
- Set.preimage_monoproof · cited by 95
- MeasureTheory.measurableSet_toMeasurableproof · cited by 62
- MeasureTheory.measure_toMeasurableproof · cited by 53
Cited by5
Results whose statement or proof uses this declaration.
- MeasurableEmbedding.map_applyproof · cited by 16
- MeasureTheory.Measure.preimage_null_of_map_nullproof · cited by 2
- MeasureTheory.Measure.le_map_apply_imageproof · cited by 1
- MeasureTheory.MeasurePreserving.measure_preimage_leproof · cited by 0
- MeasureTheory.IsTightMeasureSet.prodMkproof · cited by 0