Theorems · Theorem · number theory
EisensteinSeries.qExpansion_identity
∀ {k : ℕ},
1 ≤ k →
∀ (z : UpperHalfPlane),
∑' (n : ℤ), 1 / (↑z + ↑n) ^ (k + 1) =
(-2 * ↑Real.pi * Complex.I) ^ (k + 1) / ↑k.factorial *
∑' (n : ℕ), ↑n ^ k * Complex.exp (2 * ↑Real.pi * Complex.I * ↑z) ^ nThis is one key identity relating infinite series to q-expansions which shows that
∑' n, 1 / (z + n) ^ (k + 1) = ((-2 π I) ^ (k + 1) / k !) * ∑' n, n ^ k q ^n where
q = cexp (2 π I z).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 299 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpaceproof · cited by 24,529
- AddCommMonoidproof · cited by 12,281
- Complexstatement and proof · cited by 5,565
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Nat.cast_zeroproof · cited by 1,870
- Real.pistatement and proof · cited by 1,774
- Complex.ofRealstatement and proof · cited by 1,654
- tsumstatement and proof · cited by 1,148
Cited by1
Results whose statement or proof uses this declaration.
- EisensteinSeries.qExpansion_identity_pnatproof · cited by 1