Commit 2024-08-22 13:52 06e67b6e
View on Github →feat(Algebra): additive n-torsion subgroups (#11742)
For an AddCommGroup A and an integer n,
- Define
AddSubgroup.torsionBy A nusingSubmodule.torsionBy; - Define a scoped notation
A[n]. Additionally, for a natural numbern, - Equip
A[n]with aZMod n-module structure.