Theorems · Theorem · real analysis
BoxIntegral.integrable_of_bounded_and_ae_continuousWithinAt
∀ {ι : 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},
(∃ C, ∀ x ∈ BoxIntegral.Box.Icc I, ‖f x‖ ≤ C) →
∀ (μ : MeasureTheory.Measure (ι → ℝ)) [inst_4 : MeasureTheory.IsLocallyFiniteMeasure μ],
(∀ᵐ (x : ι → ℝ) ∂μ.restrict (BoxIntegral.Box.Icc I), ContinuousWithinAt f (BoxIntegral.Box.Icc I) x) →
BoxIntegral.Integrable I l f μ.toBoxAdditive.toSMulA function that is bounded and a.e. continuous on a box I is integrable on I.
- Defined in
- Mathlib.Analysis.BoxIntegral.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites141
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idproof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- SetLike.coeproof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
Cited by2
Results whose statement or proof uses this declaration.
- BoxIntegral.integrable_of_continuousOnproof · cited by 3
- BoxIntegral.integrable_of_bounded_and_ae_continuousproof · cited by 1