Sums over symmetric integer intervals #
This file contains some lemmas about sums over symmetric integer intervals Ixx -N N used, for
example in the definition of the Eisenstein series E2.
In particular we define symmetricIcc, symmetricIco, symmetricIoc and symmetricIoo as
SummationFilters corresponding to the intervals Icc -N N, Ico -N N, Ioc -N N respectively.
We also prove that these filters are all NeBot and LeAtTop.
The SummationFilter on a locally finite order G corresponding to the symmetric
intervals Icc (-N) N·
Equations
- SummationFilter.symmetricIcc G = { filter := Filter.map (fun (g : G) => Finset.Icc (-g) g) Filter.atTop }
Instances For
The SummationFilter on a locally finite order G corresponding to the symmetric
intervals Ioo (-N) N· Note that for G = ℤ this coincides with
symmetricIcc so one should use that. See symmetricIcc_eq_symmetricIoo_int.
Equations
- SummationFilter.symmetricIoo G = { filter := Filter.map (fun (g : G) => Finset.Ioo (-g) g) Filter.atTop }
Instances For
The SummationFilter on a locally finite order G corresponding to the symmetric
intervals Ico (-N) N·
Equations
- SummationFilter.symmetricIco G = { filter := Filter.map (fun (N : G) => Finset.Ico (-N) N) Filter.atTop }
Instances For
The SummationFilter on a locally finite order G corresponding to the symmetric
intervals Ioc (-N) N·
Equations
- SummationFilter.symmetricIoc G = { filter := Filter.map (fun (N : G) => Finset.Ioc (-N) N) Filter.atTop }