File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Mathlib/NumberTheory/ModularForms/EisensteinSeries Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ import Mathlib.NumberTheory.TsumDivsorsAntidiagonal
1313/-!
1414# Eisenstein series q-expansions
1515
16- We give the q-expansion of Eisenstein series of weight `k` and level 1. In particular we show that
17- for even `k` with `3 ≤ k` Eisenstein series can we written as
18- `1 - (2k / bernoulli k) ∑' n, σ_{k-1}(n) q^n` where `q = exp(2πiz)` and `σ_{k-1}(n)` is the sum of
19- the `(k-1)`-th powers of the divisors of `n`. We need `k` to be even so that the Eisenstein series
20- are non-zero and we require `k ≥ 3` so that the series converges absolutely.
16+ We give the q-expansion of Eisenstein series of weight `k` and level 1. In particular, we prove
17+ `EisensteinSeries.q_expansion_bernoulli` which says that for even `k` with `3 ≤ k`
18+ Eisenstein series can we written as `1 - (2k / bernoulli k) ∑' n, σ_{k-1}(n) q^n` where
19+ `q = exp(2πiz)` and `σ_{k-1}(n)` is the sum of the `(k-1)`-th powers of the divisors of `n`.
20+ We need `k` to be even so that the Eisenstein series are non-zero and we require `k ≥ 3` so that
21+ the series converges absolutely.
2122
2223The proof relies on the identity
2324`∑' n : ℤ, 1 / (z + n) ^ (k + 1) = ((-2πi)^(k+1) / k!) ∑' n : ℕ, n^k q^n` which comes from
You can’t perform that action at this time.
0 commit comments