Theorems · Theorem · measure theory
intervalIntegral.integral_add
∀ {E : Type u_5} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {a b : ℝ} {f g : ℝ → E}
{μ : MeasureTheory.Measure ℝ},
IntervalIntegrable f μ a b →
IntervalIntegrable g μ a b → ∫ (x : ℝ) in a..b, f x + g x ∂μ = ∫ (x : ℝ) in a..b, f x ∂μ + ∫ (x : ℝ) in a..b, g x ∂μ- Cited by
- 7 results in Mathlib
- Foundations
- Depth 256 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.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.integralproof · cited by 1,779
- MeasureTheory.Measure.restrictproof · cited by 1,646
- intervalIntegralstatement · cited by 546
- IntervalIntegrablestatement and proof · cited by 316
- smul_addproof · cited by 263
- Set.uIocproof · cited by 182
- MeasureTheory.integral_addproof · cited by 49
- intervalIntegral.intervalIntegral_eq_integral_uIocproof · cited by 17
Cited by7
Results whose statement or proof uses this declaration.
- intervalIntegral.integral_subproof · cited by 26
- Real.circleAverage_addproof · cited by 6
- Polynomial.mahlerMeasure_mulproof · cited by 5
- curveIntegral_addproof · cited by 2
- Complex.partialGamma_add_oneproof · cited by 1
- ProbabilityTheory.sum_prob_mem_Ioc_leproof · cited by 1
- circleIntegral.integral_addproof · cited by 0