Zulip Chat Archive
Stream: new members
Topic: AddgroupClass
Yi.Yuan (Jan 15 2025 at 01:28):
I have some issues when I use addgroupclass :
Basic.lean
RingHomInduceFilterHom.lean
I have a map
I want to show each σA mapsto a addsubgroup which is in σB type, should I use a class like this to describe σA and σB?
class SubmonoidClassHom (f : A → B) where
map : σA → σB
image_coe_eq_coe_map (x : σA) : f '' (x : Set A) = map x
I don't think mathlib will merge these .
Last updated: May 02 2025 at 03:31 UTC