Theorems · Theorem · measure theory
MeasureTheory.integrable_add_iff_integrable_right
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : NormedAddCommGroup β]
{f g : α → β}, MeasureTheory.Integrable f μ → (MeasureTheory.Integrable (f + g) μ ↔ MeasureTheory.Integrable g μ)if f is integrable, then f + g is integrable iff g is.
See integrable_add_iff_integrable_right' for the same statement with fun x ↦ f x + g x instead
of f + g.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 208 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.Integrable.addproof · cited by 42
- MeasureTheory.Integrable.negproof · cited by 40
- add_neg_cancel_commproof · cited by 14
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.integrable_add_iff_integrable_leftproof · cited by 2
- MeasureTheory.integrable_add_iff_integrable_right'proof · cited by 1
- MeasureTheory.integrable_const_add_iffproof · cited by 0