We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119226a commit 5025117Copy full SHA for 5025117
Mathlib/NumberTheory/ModularForms/EisensteinSeries/QExpansion.lean
@@ -19,7 +19,7 @@ for even `k` with `3 ≤ k` Eisenstein series can we written as
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.
21
22
-The proof relies of the identity
+The proof relies on the identity
23
`∑' n : ℤ, 1 / (z + n) ^ (k + 1) = ((-2πi)^(k+1) / k!) ∑' n : ℕ, n^k q^n` which comes from
24
differentiating the expansion of `π cot(πz)` in terms of exponentials. Since our Eisenstein series
25
are defined as sums over coprime integer pairs, we also need to relate these to sums over all pairs
0 commit comments