Mathlib Map

Theorems · Theorem · measure theory

intervalIntegral.integral_sub

∀ {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 ∂μ
Defined in
Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
Cited by
26 results in Mathlib
Foundations
Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

circleIntegral.integral_sub · cited by 4circleIntegral.integral_s…Real.circleAverage_sub · cited by 3Real.circleAverage_subintervalIntegral.integral_lt_integral_of_ae_le_of_measure_setOfPred_lt_ne_zero · cited by 2intervalIntegral.integral…intervalIntegral.integral_mul_deriv_eq_deriv_mul_of_hasDeriv_right · cited by 2intervalIntegral.integral…MeasureTheory.measureReal_abs_gt_le_integral_charFun · cited by 2MeasureTheory.measureReal…curveIntegral_segment_const · cited by 1curveIntegral_segment_con…intervalIntegral.continuous_parametric_primitive_of_continuous · cited by 1intervalIntegral.continuo…AbsolutelyContinuousOnInterval.integral_mul_deriv_eq_deriv_mul · cited by 1AbsolutelyContinuousOnInt…GaussianFourier.integral_cexp_neg_mul_sq_add_real_mul_I · cited by 1GaussianFourier.integral_…integral_log_sin_zero_pi_div_two · cited by 1integral_log_sin_zero_pi_…ODE.FunSpace.dist_iterate_next_apply_le · cited by 1FunSpace.dist_iterate_nex…ZetaAsymptotics.term_of_lt · cited by 1ZetaAsymptotics.term_of_ltZetaAsymptotics.term_one · cited by 1ZetaAsymptotics.term_oneintegral_cos_pow_aux · cited by 1integral_cos_pow_auxComplex.betaIntegral_recurrence · cited by 1Complex.betaIntegral_recu…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.Measuresub_eq_add_neg · cited by 1023sub_eq_add_negintervalIntegral · cited by 546intervalIntegralIntervalIntegrable · cited by 316IntervalIntegrableintervalIntegral.integral_neg · cited by 21intervalIntegral.integral…intervalIntegral.integral_add · cited by 7intervalIntegral.integral…IntervalIntegrable.neg · cited by 6IntervalIntegrable.negintervalIntegral.integral_subCITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by26

Results whose statement or proof uses this declaration.