Theorems · Theorem · real analysis
tendsto_tsum_div_pow_atTop_integral
∀ {ι : Type u_1} (s : Set (ι → ℝ)) (F : (ι → ℝ) → ℝ) [inst : Fintype ι],
Continuous F →
Bornology.IsBounded s →
MeasurableSet s →
MeasureTheory.volume (frontier s) = 0 →
Filter.Tendsto
(fun n =>
(∑' (x : ↑(s ∩ (↑n)⁻¹ • ↑(Submodule.span ℤ (Set.range ⇑(Pi.basisFun ℝ ι))))), F ↑x) / ↑n ^ Fintype.card ι)
Filter.atTop (nhds (∫ (x : ι → ℝ) in s, F x))Let s be a bounded, measurable set of ι → ℝ whose frontier has zero volume and let F
be a continuous function. Then the limit as n → ∞ of ∑ F x / n ^ card ι, where the sum is
over the points in s ∩ n⁻¹ • (ι → ℤ), tends to the integral of F over s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 259 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Fintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites87
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
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- SetLike.coestatement · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Submodulestatement · cited by 7,192
- Set.Elemstatement and proof · cited by 7,166
- nhdsstatement · cited by 5,554
- Norm.normproof · cited by 5,413
- Set.rangestatement · cited by 4,705
Cited by1
Results whose statement or proof uses this declaration.
- tendsto_card_div_pow_atTop_volumeproof · cited by 2