Theorems · Theorem · measure theory
MeasureTheory.setLIntegral_max
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f g : α → ENNReal},
Measurable f →
Measurable g →
∀ (s : Set α),
∫⁻ (x : α) in s, max (f x) (g x) ∂μ =
∫⁻ (x : α) in s ∩ {x | f x ≤ g x}, g x ∂μ + ∫⁻ (x : α) in s ∩ {x | g x < f x}, f x ∂μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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.ofPredstatement and proof · cited by 6,101
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- Set.inter_commproof · cited by 291
- MeasureTheory.Measure.restrict_restrictproof · cited by 38
- measurableSet_leproof · cited by 28
- measurableSet_ltproof · cited by 19
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.LebesgueDecomposition.sup_mem_measurableLEproof · cited by 1