Mathlib Map

Theorems · Theorem · measure theory

integral_smul_const

∀ {X : Type u_1} {E : Type u_3} [inst : MeasurableSpace X] {μ : MeasureTheory.Measure X} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace ℝ E] {𝕜 : Type u_8} [inst_3 : RCLike 𝕜] [inst_4 : NormedSpace 𝕜 E] [CompleteSpace E] (f : X → 𝕜)
  (c : E), ∫ (x : X), f x • c ∂μ = (∫ (x : X), f x ∂μ) • c
Defined in
Mathlib.MeasureTheory.Integral.Bochner.ContinuousLinearMap
Cited by
17 results in Mathlib
Foundations
Depth 260 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceNormedAddCommGroupNormedSpaceRCLikeNormedSpaceCompleteSpace

Around this declaration

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

MeasureTheory.integral_prod · cited by 9MeasureTheory.integral_pr…ProbabilityTheory.integral_compProd · cited by 4ProbabilityTheory.integra…integral_withDensity_eq_integral_smul · cited by 4integral_withDensity_eq_i…MeasureTheory.integral_prod_smul · cited by 2MeasureTheory.integral_pr…ProbabilityTheory.integral_id_stdGaussian · cited by 2ProbabilityTheory.integra…MeasureTheory.dist_convolution_le · cited by 2MeasureTheory.dist_convol…tendsto_setIntegral_peak_smul_of_integrableOn_of_tendsto · cited by 2tendsto_setIntegral_peak_…intervalIntegral.integral_smul_const · cited by 2intervalIntegral.integral…Real.integral_rpowIntegrand₀₁_eq_rpow_mul_const · cited by 1Real.integral_rpowIntegra…MeasureTheory.setIntegral_condExpIndSMul · cited by 1MeasureTheory.setIntegral…ProbabilityTheory.strong_law_ae_simpleFunc_comp · cited by 1ProbabilityTheory.strong_…MeasureTheory.tendsto_integral_smul_of_tendsto_average_norm_sub · cited by 1MeasureTheory.tendsto_int…ContDiffBump.integral_normed_smul · cited by 1ContDiffBump.integral_nor…mellin_comp_rpow · cited by 1mellin_comp_rpowProbabilityTheory.Kernel.integral_comp · cited by 1Kernel.integral_compReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureRCLike · cited by 2829RCLikeCompleteSpace · cited by 2532CompleteSpaceMeasureTheory.integral · cited by 1779MeasureTheory.integralMeasureTheory.Integrable · cited by 1367MeasureTheory.Integrablezero_smul · cited by 716zero_smulsmul_zero · cited by 665smul_zeroContinuousLinearMap.smulRight · cited by 126ContinuousLinearMap.smulR…MeasureTheory.integral_zero · cited by 59MeasureTheory.integral_ze…MeasureTheory.integral_undef · cited by 58MeasureTheory.integral_un…ContinuousLinearMap.integral_comp_comm · cited by 33ContinuousLinearMap.integ…integral_smul_constCITED BYCITES

Cites16

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

Cited by17

Results whose statement or proof uses this declaration.