Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.integral_add

∀ {α : Type u_1} {G : Type u_5} [inst : NormedAddCommGroup G] [inst_1 : NormedSpace ℝ G] {m : MeasurableSpace α}
  {μ : MeasureTheory.Measure α} {f g : α → G},
  MeasureTheory.Integrable f μ →
    MeasureTheory.Integrable g μ → ∫ (a : α), f a + g a ∂μ = ∫ (a : α), f a ∂μ + ∫ (a : α), g a ∂μ
Defined in
Mathlib.MeasureTheory.Integral.Bochner.Basic
Cited by
49 results in Mathlib
Foundations
Depth 252 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.

intervalIntegral.integral_add · cited by 7intervalIntegral.integral…MeasureTheory.integral_add' · cited by 5MeasureTheory.integral_ad…ProbabilityTheory.integral_id_multivariateGaussian · cited by 5ProbabilityTheory.integra…ProbabilityTheory.covariance_add_left · cited by 4ProbabilityTheory.covaria…indicator_indepFun_pi_of_prod_bcf · cited by 4indicator_indepFun_pi_of_…MeasureTheory.withDensityᵥ_add · cited by 4MeasureTheory.withDensity…integral_withDensity_eq_integral_smul · cited by 4integral_withDensity_eq_i…isCompact_setOfPred_finiteMeasure_le_of_compactSpace · cited by 3isCompact_setOfPred_finit…ProbabilityTheory.covariance_add_const_left · cited by 3ProbabilityTheory.covaria…ProbabilityTheory.HasGaussianLaw.indepFun_of_covariance_strongDual · cited by 3HasGaussianLaw.indepFun_o…ProbabilityTheory.variance_add_const · cited by 2ProbabilityTheory.varianc…BoundedContinuousFunction.integral_add_const · cited by 2BoundedContinuousFunction…InformationTheory.integral_klFun_rnDeriv · cited by 2InformationTheory.integra…Polynomial.Chebyshev.integral_eval_T_real_mul_eval_T_real_measureT · cited by 2Chebyshev.integral_eval_T…MeasureTheory.integral_bilinear_hasDerivAt_right_eq_sub · cited by 2MeasureTheory.integral_bi…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.integral · cited by 1779MeasureTheory.integralMeasureTheory.Integrable · cited by 1367MeasureTheory.IntegrableMeasureTheory.dominatedFinMeasAdditive_weightedSMul · cited by 35MeasureTheory.dominatedFi…MeasureTheory.integral_eq_setToFun · cited by 31MeasureTheory.integral_eq…MeasureTheory.setToFun_add · cited by 6MeasureTheory.setToFun_addMeasureTheory.integral_addCITED BYCITES

Cites10

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

Cited by49

Results whose statement or proof uses this declaration.