Theorems · Theorem · measure theory
MeasureTheory.setToFun_sub
∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
{T : Set α → E →L[ℝ] F} {C : ℝ} {f g : α → E} (hT : MeasureTheory.DominatedFinMeasAdditive μ T C),
MeasureTheory.Integrable f μ →
MeasureTheory.Integrable g μ →
MeasureTheory.setToFun μ T hT (f - g) = MeasureTheory.setToFun μ T hT f - MeasureTheory.setToFun μ T hT g- Defined in
- Mathlib.MeasureTheory.Integral.SetToL1
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 243 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ContinuousLinearMapstatement and proof · cited by 5,352
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- sub_eq_add_negproof · cited by 1,023
- MeasureTheory.DominatedFinMeasAdditivestatement and proof · cited by 138
- MeasureTheory.setToFunstatement and proof · cited by 77
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_subproof · cited by 55
- MeasureTheory.setToFun_monoproof · cited by 1
- MeasureTheory.VectorMeasure.integral_fun_subproof · cited by 1
- MeasureTheory.condExpL1_subproof · cited by 0