Zulip Chat Archive
Stream: Is there code for X?
Topic: Additivizing subgroups?
David Loeffler (Jan 21 2025 at 16:59):
If G
is a group, then there's obviously a bijection between subgroups of G
and AddSubgroup
s of Additive G
. Do we have code for this in mathlib?
All I found with loogle was docs#Additive.isAddSubgroup, part of the long-deprecated "un-bundled" subgroups.
David Loeffler (Jan 21 2025 at 17:01):
Oh wait, it's docs#Subgroup.toAddSubgroup (I hadn't thought to look in Subgroup.Lattice
). Sorry for the noise.
Floris van Doorn (Jan 22 2025 at 10:27):
For next time: Loogle is your friend!
Floris van Doorn (Jan 22 2025 at 10:27):
@loogle Additive, Subgroup, Group
loogle (Jan 22 2025 at 10:27):
:search: AddSubgroup.toSubgroup', Subgroup.toAddSubgroup, and 10 more
Last updated: May 02 2025 at 03:31 UTC