Zulip Chat Archive

Stream: maths

Topic: add_comm_subgroup


Patrick Massot (Apr 08 2019 at 14:25):

Is it me or mathlib is missing:

instance add_comm_subgroup {α : Type*} [add_comm_group α] (s : set α) [is_add_subgroup s] : add_comm_group s :=
by subtype_instance

I get the add_group s without any problem but not commutativity


Last updated: Dec 20 2023 at 11:08 UTC