Mathlib Map

Theorems · Theorem · number theory

EisensteinSeries.eisSummand_SL2_apply

∀ (k : ℤ) (i : Fin 2 → ℤ) (A : Matrix.SpecialLinearGroup (Fin 2) ℤ) (z : UpperHalfPlane),
  EisensteinSeries.eisSummand k i (A • z) =
    UpperHalfPlane.denom (Matrix.SpecialLinearGroup.toGL ((Matrix.SpecialLinearGroup.map (Int.castRingHom ℝ)) A)) ↑z ^
        k *
      EisensteinSeries.eisSummand k (Matrix.vecMul i ↑A) z

How the eisSummand function changes under the Moebius action.

Defined in
Mathlib.NumberTheory.ModularForms.EisensteinSeries.Defs
Cited by
1 results in Mathlib
Foundations
Depth 176 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites35

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.