Theorems · Theorem · measure theory
essSup_map_measure_of_measurable
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
[inst : ConditionallyCompleteLattice β] {γ : Type u_3} {mγ : MeasurableSpace γ} {f : α → γ} {g : γ → β}
[inst_1 : MeasurableSpace β] [inst_2 : TopologicalSpace β] [SecondCountableTopology β] [OrderClosedTopology β]
[OpensMeasurableSpace β],
Measurable g →
AEMeasurable f μ →
autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≤ x2) (MeasureTheory.ae (MeasureTheory.Measure.map f μ)) g)
essSup_map_measure_of_measurable._auto_1 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) (MeasureTheory.ae μ) (g ∘ f))
essSup_map_measure_of_measurable._auto_3 →
autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≤ x2) (MeasureTheory.ae μ) (g ∘ f))
essSup_map_measure_of_measurable._auto_5 →
autoParam
(Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) (MeasureTheory.ae (MeasureTheory.Measure.map f μ)) g)
essSup_map_measure_of_measurable._auto_7 →
essSup g (MeasureTheory.Measure.map f μ) = essSup (g ∘ f) μ- Defined in
- Mathlib.MeasureTheory.Function.EssSup
- Cited by
- 1 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.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filter.Eventuallyproof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- le_antisymmproof · cited by 2,068
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- AEMeasurablestatement and proof · cited by 840
- Filter.mapproof · cited by 819
- SecondCountableTopologystatement and proof · cited by 750
- OpensMeasurableSpacestatement and proof · cited by 636
Cited by1
Results whose statement or proof uses this declaration.
- essSup_map_measureproof · cited by 3