Theorems · Theorem · measure theory
MeasureTheory.lintegral_max
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f g : α → ENNReal},
Measurable f →
Measurable g →
∫⁻ (x : α), max (f x) (g x) ∂μ = ∫⁻ (x : α) in {x | f x ≤ g x}, g x ∂μ + ∫⁻ (x : α) in {x | g x < f x}, f x ∂μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.ofPredstatement and proof · cited by 6,101
- MeasurableSetproof · cited by 3,075
- Compl.complproof · cited by 2,925
- LT.lt.leproof · cited by 2,189
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- not_leproof · cited by 328
- MeasurableSet.complproof · cited by 172
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.setLIntegral_maxproof · cited by 1