Theorems · Theorem · real analysis
MeasureTheory.IntegrableOn.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 ι},
MeasureTheory.IntegrableOn f (↑I) μ →
∀ (l : BoxIntegral.IntegrationParams),
l.bRiemann = false → BoxIntegral.HasIntegral I l f μ.toBoxAdditive.toSMul (∫ (x : ι → ℝ) in ↑I, f x ∂μ)If f : ℝⁿ → E is Bochner integrable w.r.t. a locally finite measure μ on a rectangular box
I, then it is McShane integrable on I with the same integral.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites143
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- 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 · cited by 9,680
- Fintypestatement and proof · cited by 7,736
- Set.Elemproof · cited by 7,166
- nhdsproof · cited by 5,554
- Norm.normproof · cited by 5,413
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.AEContinuous.hasBoxIntegralproof · cited by 1
- MeasureTheory.ContinuousOn.hasBoxIntegralproof · cited by 0