Mathlib Map

Theorems · Theorem · measure theory

intervalIntegral.integral_const_mul

∀ {𝕜 : Type u_2} {a b : ℝ} {μ : MeasureTheory.Measure ℝ} [inst : NormedDivisionRing 𝕜] [inst_1 : NormedAlgebra ℝ 𝕜]
  (r : 𝕜) (f : ℝ → 𝕜), ∫ (x : ℝ) in a..b, r * f x ∂μ = r * ∫ (x : ℝ) in a..b, f x ∂μ
Defined in
Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
Cited by
29 results in Mathlib
Foundations
Depth 254 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedDivisionRingNormedAlgebra

Around this declaration

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

Cites6

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

Cited by29

Results whose statement or proof uses this declaration.