Zulip Chat Archive
Stream: Is there code for X?
Topic: Z/nZ = zmod?
Scott Morrison (Jul 18 2020 at 10:59):
Is this hiding somewhere in mathlib that I'm not finding?
def quotient_gsmul (k : ℕ) :
quotient_add_group.quotient (set.range (gsmul k : ℤ → ℤ)) ≃+ zmod k :=
sorry
Last updated: Dec 20 2023 at 11:08 UTC