Skip to content

Commit c38fcdb

Browse files
committed
doc update
1 parent 5025117 commit c38fcdb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Mathlib/NumberTheory/ModularForms/EisensteinSeries/QExpansion.lean

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2223
The 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

0 commit comments

Comments
 (0)