Theorems · Theorem · real analysis
MeasureTheory.AEContinuous.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 ι},
(∃ C, ∀ x ∈ BoxIntegral.Box.Icc I, ‖f x‖ ≤ C) →
(∀ᵐ (x : ι → ℝ) ∂μ, ContinuousAt f x) →
∀ (l : BoxIntegral.IntegrationParams),
BoxIntegral.HasIntegral I l f μ.toBoxAdditive.toSMul (∫ (x : ι → ℝ) in ↑I, f x ∂μ)If f : ℝⁿ → E is a.e. continuous and bounded on a rectangular box I, then it is Box
integrable on I w.r.t. a locally finite measure μ with the same integral.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 258 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites70
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
- 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
- Fintypestatement and proof · cited by 7,736
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
Cited by1
Results whose statement or proof uses this declaration.
- tendsto_tsum_div_pow_atTop_integralproof · cited by 1