Mathlib Map

Theorems · Theorem · measure theory

integral_withDensity_eq_integral_toReal_smul

∀ {X : Type u_1} {E : Type u_3} [inst : MeasurableSpace X] {μ : MeasureTheory.Measure X} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace ℝ E] {f : X → ENNReal},
  Measurable f →
    (∀ᵐ (x : X) ∂μ, f x < ⊤) → ∀ (g : X → E), ∫ (x : X), g x ∂μ.withDensity f = ∫ (x : X), (f x).toReal • g x ∂μ
Defined in
Mathlib.MeasureTheory.Integral.Bochner.ContinuousLinearMap
Cited by
2 results in Mathlib
Foundations
Depth 264 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceNormedAddCommGroupNormedSpace

Around this declaration

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

Cites15

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

Cited by2

Results whose statement or proof uses this declaration.