Theorems · Theorem · measure theory
ENNReal.essSup_piecewise
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : α → ENNReal} {s : Set α}
[inst : DecidablePred fun x => x ∈ s] {g : α → ENNReal},
MeasurableSet s → essSup (s.piecewise f g) μ = max (essSup f (μ.restrict s)) (essSup g (μ.restrict sᶜ))- Defined in
- Mathlib.MeasureTheory.Function.EssSup
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 197 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.ofPredproof · cited by 6,101
- MeasurableSetstatement and proof · cited by 3,075
- Compl.complstatement · cited by 2,925
- MeasureTheory.aeproof · cited by 2,352
- MeasureTheory.Measure.restrictstatement · cited by 1,646
- Filter.principalproof · cited by 740
- Filter.limsupproof · cited by 226
- MeasurableSet.complproof · cited by 172
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.eLpNormEssSup_piecewiseproof · cited by 1
- ENNReal.essSup_indicator_eq_essSup_restrictproof · cited by 1