Theorems · Theorem · number theory
EisensteinSeries.E_qExpansion_coeff
∀ {k : ℕ} (hk : 3 ≤ k),
Even k →
∀ (m : ℕ),
(PowerSeries.coeff m) (UpperHalfPlane.qExpansion 1 ⇑(ModularForm.E hk)) =
if m = 0 then 1 else -(2 * ↑k / ↑(bernoulli k)) * ↑((ArithmeticFunction.sigma (k - 1)) m)The q-expansion coefficients of the normalised Eisenstein series E k: the constant term is
1 and for m ≥ 1 the m-th coefficient is -(2k / B_k) * σ_{k-1}(m) where B_k is the
k-th Bernoulli number.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 310 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites53
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- RingHom.idstatement · cited by 18,349
- AddCommMonoidproof · cited by 12,281
- LinearMapstatement · cited by 10,215
- Complexstatement and proof · cited by 5,565
- Finset.sumproof · cited by 5,195
- Matrixstatement · cited by 4,303
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- SummationFilter.unconditionalproof · cited by 2,068
Cited by3
Results whose statement or proof uses this declaration.
- EisensteinSeries.E_qExpansion_coeff_zeroproof · cited by 2
- ModularForm.E₄_qExpansion_coeff_oneproof · cited by 0
- ModularForm.E₆_qExpansion_coeff_oneproof · cited by 0