Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.IntegrableOn.continuousOn_smul

∀ {X : Type u_1} {E : Type u_6} [inst : MeasurableSpace X] [inst_1 : TopologicalSpace X] [inst_2 : NormedAddCommGroup E]
  {μ : MeasureTheory.Measure X} [OpensMeasurableSpace X] {K : Set X} {𝕜 : Type u_9} [inst_4 : NormedRing 𝕜]
  [inst_5 : Module 𝕜 E] [IsBoundedSMul 𝕜 E] [T2Space X] [SecondCountableTopologyEither X 𝕜] {g : X → E},
  MeasureTheory.IntegrableOn g K μ →
    ∀ {f : X → 𝕜}, ContinuousOn f K → IsCompact K → MeasureTheory.IntegrableOn (fun x => f x • g x) K μ
Defined in
Mathlib.MeasureTheory.Function.LocallyIntegrable
Cited by
1 results in Mathlib
Foundations
Depth 219 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceTopologicalSpaceNormedAddCommGroupOpensMeasurableSpaceNormedRingModuleIsBoundedSMulT2SpaceSecondCountableTopologyEither

Around this declaration

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

Cites17

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

Cited by1

Results whose statement or proof uses this declaration.