Theorems · Theorem · real analysis
BoxIntegral.hasIntegralIndicatorConst
∀ {ι : Type u} {E : Type v} [inst : Fintype ι] [inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace ℝ E]
(l : BoxIntegral.IntegrationParams),
l.bRiemann = false →
∀ {s : Set (ι → ℝ)},
MeasurableSet s →
∀ (I : BoxIntegral.Box ι) (y : E) (μ : MeasureTheory.Measure (ι → ℝ))
[inst_3 : MeasureTheory.IsLocallyFiniteMeasure μ],
BoxIntegral.HasIntegral I l (s.indicator fun x => y) μ.toBoxAdditive.toSMul (μ.real (s ∩ ↑I) • y)The indicator function of a measurable set is McShane integrable with respect to any locally-finite measure.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites89
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · 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
- Top.topstatement and proof · cited by 9,680
- Fintypestatement and proof · cited by 7,736
- Set.Elemproof · cited by 7,166
- Norm.normproof · cited by 5,413
- NNRealproof · cited by 4,310
- WithTopstatement · cited by 3,754
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.SimpleFunc.hasBoxIntegralproof · cited by 2