Mathlib Map

Theorems · Theorem · real analysis

BoxIntegral.integrable_of_continuousOn

∀ {ι : Type u} {E : Type v} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : Fintype ι]
  (l : BoxIntegral.IntegrationParams) [CompleteSpace E] {I : BoxIntegral.Box ι} {f : (ι → ℝ) → E},
  ContinuousOn f (BoxIntegral.Box.Icc I) →
    ∀ (μ : MeasureTheory.Measure (ι → ℝ)) [inst_4 : MeasureTheory.IsLocallyFiniteMeasure μ],
      BoxIntegral.Integrable I l f μ.toBoxAdditive.toSMul

A continuous function is box-integrable with respect to any locally finite measure. This is true for any volume with bounded variation.

Defined in
Mathlib.Analysis.BoxIntegral.Basic
Cited by
3 results in Mathlib
Foundations
Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceFintypeCompleteSpaceMeasureTheory.IsLocallyFiniteMeasure

Around this declaration

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

Cites38

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

Cited by3

Results whose statement or proof uses this declaration.