Theorems · Theorem · measure theory
essSup_comp_le_essSup_map_measure
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
[inst : ConditionallyCompleteLattice β] {γ : Type u_3} {mγ : MeasurableSpace γ} {f : α → γ} {g : γ → β},
AEMeasurable f μ →
autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≤ x2) (MeasureTheory.ae μ) (g ∘ f))
essSup_comp_le_essSup_map_measure._auto_1 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) (MeasureTheory.ae (MeasureTheory.Measure.map f μ)) g)
essSup_comp_le_essSup_map_measure._auto_3 →
essSup (g ∘ f) μ ≤ essSup g (MeasureTheory.Measure.map f μ)- Defined in
- Mathlib.MeasureTheory.Function.EssSup
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ConditionallyCompleteLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filterproof · cited by 8,121
- MeasureTheory.aestatement and proof · cited by 2,352
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- AEMeasurablestatement and proof · cited by 840
- Filter.mapproof · cited by 819
- ConditionallyCompleteLatticestatement and proof · cited by 364
- Filter.IsBoundedUnderstatement and proof · cited by 247
- Filter.IsCoboundedUnderstatement and proof · cited by 102
- Filter.map_mapproof · cited by 80
- essSupstatement · cited by 69
Cited by2
Results whose statement or proof uses this declaration.
- MeasurableEmbedding.essSup_map_measureproof · cited by 2
- essSup_map_measure_of_measurableproof · cited by 1