Mathlib Map

Theorems · Theorem · real analysis

MeasureTheory.ContinuousOn.hasBoxIntegral

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

If f : ℝⁿ → E is continuous on a rectangular box I, then it is Box integrable on I w.r.t. a locally finite measure μ with the same integral.

Defined in
Mathlib.Analysis.BoxIntegral.Integrability
Cited by
0 results in Mathlib
Foundations
Depth 258 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeNormedAddCommGroupNormedSpaceCompleteSpaceMeasureTheory.IsLocallyFiniteMeasure

Around this declaration

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

Cites36

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.