Mathlib Map

Theorems · Theorem · number theory

EisensteinSeries.vecMulSL_gcd

∀ {r : ℕ} [NeZero r] {v : Fin 2 → ℤ},
  EisensteinSeries.finGcdMap v = r →
    ∀ (A : Matrix.SpecialLinearGroup (Fin 2) ℤ), EisensteinSeries.finGcdMap (Matrix.vecMul v ↑A) = r

Right-multiplying a vector by a matrix in SL(2, ℤ) doesn't change its gcd.

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

Around this declaration

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

Cites16

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.