Theorems · Theorem · measure theory
intervalIntegral.integral_interval_sub_interval_comm
∀ {E : Type u_5} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {a b c d : ℝ} {f : ℝ → E}
{μ : MeasureTheory.Measure ℝ},
IntervalIntegrable f μ a b →
IntervalIntegrable f μ c d →
IntervalIntegrable f μ a c →
∫ (x : ℝ) in a..b, f x ∂μ - ∫ (x : ℝ) in c..d, f x ∂μ = ∫ (x : ℝ) in a..c, f x ∂μ - ∫ (x : ℝ) in b..d, f x ∂μ- Cited by
- 2 results in Mathlib
- Foundations
- Depth 258 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- sub_eq_add_negproof · cited by 1,023
- intervalIntegralstatement and proof · cited by 546
- IntervalIntegrablestatement and proof · cited by 316
- IntervalIntegrable.symmproof · cited by 24
- IntervalIntegrable.transproof · cited by 15
- intervalIntegral.integral_interval_add_interval_commproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- intervalIntegral.integral_interval_sub_interval_comm'proof · cited by 2
- Frullani.tendsto_intervalIntegralproof · cited by 1