Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.integral_smul

∀ {α : Type u_1} {𝕜 : Type u_4} [inst : NormedDivisionRing 𝕜] {G : Type u_5} [inst_1 : NormedAddCommGroup G]
  [inst_2 : NormedSpace ℝ G] {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst_3 : Module 𝕜 G]
  [NormSMulClass 𝕜 G] [SMulCommClass ℝ 𝕜 G] (c : 𝕜) (f : α → G), ∫ (a : α), c • f a ∂μ = c • ∫ (a : α), f a ∂μ

The Bochner integral is linear. Note this requires 𝕜 to be a normed division ring, in order to ensure that for c ≠ 0, the function c • f is integrable iff f is. For an analogous statement for more general rings with an a priori integrability assumption on f, see MeasureTheory.Integrable.integral_smul.

Defined in
Mathlib.MeasureTheory.Integral.Bochner.Basic
Cited by
23 results in Mathlib
Foundations
Depth 252 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedDivisionRingNormedAddCommGroupNormedSpaceModuleNormSMulClassSMulCommClass

Around this declaration

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

MeasureTheory.integral_const_mul · cited by 45MeasureTheory.integral_co…intervalIntegral.integral_smul · cited by 10intervalIntegral.integral…ContDiffBump.integral_normed · cited by 4ContDiffBump.integral_nor…isCompact_setOfPred_finiteMeasure_le_of_compactSpace · cited by 3isCompact_setOfPred_finit…Real.fourier_bilin_convolution_eq · cited by 3Real.fourier_bilin_convol…fourierCoeff.const_smul · cited by 3fourierCoeff.const_smulMeasureTheory.integral_prod_smul · cited by 2MeasureTheory.integral_pr…ExistsContDiffBumpBase.w_integral · cited by 2ExistsContDiffBumpBase.w_…MeasureTheory.withDensityᵥ_smul · cited by 2MeasureTheory.withDensity…Real.fourier_bilin_convolution_eq_integral · cited by 1Real.fourier_bilin_convol…VectorFourier.fourierIntegral_comp_add_right · cited by 1VectorFourier.fourierInte…VectorFourier.fourierIntegral_const_smul · cited by 1VectorFourier.fourierInte…integral_coe_re_add_coe_im · cited by 1integral_coe_re_add_coe_immellinInv_eq_fourierInv · cited by 1mellinInv_eq_fourierInvtendsto_setIntegral_pow_smul_of_unique_maximum_of_isCompact_of_measure_nhdsWithin_pos · cited by 1tendsto_setIntegral_pow_s…Real · cited by 25697RealModule · cited by 20661ModuleNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureSMulCommClass · cited by 1927SMulCommClassMeasureTheory.integral · cited by 1779MeasureTheory.integralNormedDivisionRing · cited by 360NormedDivisionRingNormSMulClass · cited by 107NormSMulClassMeasureTheory.dominatedFinMeasAdditive_weightedSMul · cited by 35MeasureTheory.dominatedFi…MeasureTheory.integral_eq_setToFun · cited by 31MeasureTheory.integral_eq…MeasureTheory.weightedSMul_smul · cited by 3MeasureTheory.weightedSMu…MeasureTheory.setToFun_smul · cited by 3MeasureTheory.setToFun_sm…MeasureTheory.integral_smulCITED BYCITES

Cites14

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

Cited by23

Results whose statement or proof uses this declaration.