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
s
be a bounded, measurable set ofι → ℝ
whose frontier has zero volume and letF
be 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 ofF
overs
. 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 • s
whenever0 < x ≤ y
, we generalize the previous statement to a real variable. This PR is part of the proof of the Analytic Class Number Formula.