Zulip Chat Archive
Stream: Is there code for X?
Topic: Abelian subgroup dividing order
Bolton Bailey (Mar 30 2022 at 06:12):
For an abelian group and natural n, we can take a subgroup of all the elements with order dividing n. Does this subgroup have a name in math, and is it in mathlib?
Kevin Buzzard (Mar 30 2022 at 06:18):
That's the n-torsion .
Johan Commelin (Mar 30 2022 at 06:38):
I don't think it's in mathlib yet.
Johan Commelin (Mar 30 2022 at 06:40):
Although you can define it as the kernel of multiplication by . So that would be something like (smul_hom n).ker
, modulo naming issues.
Kevin Buzzard (Mar 30 2022 at 06:46):
I think @Pierre-Alexandre Bazin has been using it in his ongoing work on the structure theorem for fg modules over a PID
Last updated: Dec 20 2023 at 11:08 UTC