Commit 2024-12-05 07:37 06422de9
View on Github →feat(Analysis/BoxIntegral/UnitPartition): Prove results linking integral point counting and integrals (#12405) We prove the following result:
Let
sbe a bounded, measurable set ofι → ℝwhose frontier has zero volume and letFbe a continuous function. Then the limit asn → ∞of∑ F x / n ^ card ι, where the sum is over the points ins ∩ n⁻¹ • (ι → ℤ), tends to the integral ofFovers. using Riemann integration. As a special case, we deduce that The limit asn → ∞ofcard (s ∩ n⁻¹ • (ι → ℤ)) / n ^ card ιtends to the volume ofs. Both of these statements are for a variablen : ℕ. However, with the additional hypothesis:x • s ⊆ y • swhenever0 < x ≤ y, we generalize the previous statement to a real variable. This PR is part of the proof of the Analytic Class Number Formula.