Theorems · Theorem · measure theory
MeasureTheory.indicatorConstLp_disjoint_union
∀ {α : Type u_1} {E : Type u_2} {m : MeasurableSpace α} {p : ENNReal} {μ : MeasureTheory.Measure α}
[inst : NormedAddCommGroup E] {s t : Set α} (hs : MeasurableSet s) (ht : MeasurableSet t) (hμs : μ s ≠ ⊤)
(hμt : μ t ≠ ⊤),
Disjoint s t →
∀ (c : E),
MeasureTheory.indicatorConstLp p ⋯ ⋯ c =
MeasureTheory.indicatorConstLp p hs hμs c + MeasureTheory.indicatorConstLp p ht hμt cThe indicator of a disjoint union of two sets is the sum of the indicators of the sets.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 224 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- AddSubgroupstatement · cited by 3,232
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.aeproof · cited by 2,352
- Disjointstatement and proof · cited by 2,201
- Filter.EventuallyEqproof · cited by 1,912
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.condExpIndL1Fin_disjoint_unionproof · cited by 1