Zulip Chat Archive
Stream: Is there code for X?
Topic: smul_mem_class
Jireh Loreaux (Aug 17 2022 at 21:49):
We don't have any type of set_like
classes for submodules, like a smul_mem_class
or submodule_class
, right? I checked in algebra.module.submodule.basic
and group_theory.group_action.sub_mul_action
, but didn't find anything of the sort. If not, I plan on adding these.
Yaël Dillies (Aug 17 2022 at 21:54):
No. The closest we have is docs#submodule.add_subgroup_class.
Last updated: Dec 20 2023 at 11:08 UTC