Loogle!
Result
Found 381 declarations mentioning AddHom. Of these, only the first 200 are shown.
- AddHom ๐ Mathlib.Algebra.Group.Hom.Defs
(M : Type u_10) (N : Type u_11) [Add M] [Add N] : Type (max u_10 u_11) - AddHom.id ๐ Mathlib.Algebra.Group.Hom.Defs
(M : Type u_10) [Add M] : M โโ+ M - AddHom.toFun ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_10} {N : Type u_11} [Add M] [Add N] (self : M โโ+ N) : M โ N - AddHom.funLike ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] : FunLike (M โโ+ N) M N - instInhabitedAddHom ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [AddZeroClass N] : Inhabited (M โโ+ N) - instZeroAddHom ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [AddZeroClass N] : Zero (M โโ+ N) - AddMonoidHom.toAddHom ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_10} {N : Type u_11} [AddZero M] [AddZero N] (self : M โ+ N) : M โโ+ N - AddHom.addHomClass ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] : AddHomClass (M โโ+ N) M N - AddMonoidHom.coeToAddHom ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [AddZero M] [AddZero N] : Coe (M โ+ N) (M โโ+ N) - AddHom.comp ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {P : Type u_6} [Add M] [Add N] [Add P] (hnp : N โโ+ P) (hmn : M โโ+ N) : M โโ+ P - AddHomClass.toAddHom ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {F : Type u_9} [Add M] [Add N] [FunLike F M N] [AddHomClass F M N] (f : F) : M โโ+ N - instCoeTCAddHomOfAddHomClass ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {F : Type u_9} [Add M] [Add N] [FunLike F M N] [AddHomClass F M N] : CoeTC F (M โโ+ N) - AddHom.coe_id ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_10} [Add M] : โ(AddHom.id M) = id - AddHom.id_apply ๐ Mathlib.Algebra.Group.Hom.Defs
(M : Type u_10) [Add M] (x : M) : (AddHom.id M) x = x - AddMonoidHom.toAddHom_injective ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [AddZero M] [AddZero N] : Function.Injective AddMonoidHom.toAddHom - AddHom.comp_id ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) : f.comp (AddHom.id M) = f - AddHom.id_comp ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) : (AddHom.id N).comp f = f - AddHom.toFun_eq_coe ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) : f.toFun = โf - AddHom.copy ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) (f' : M โ N) (h : f' = โf) : M โโ+ N - AddHom.mk ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_10} {N : Type u_11} [Add M] [Add N] (toFun : M โ N) (map_add' : โ (x y : M), toFun (x + y) = toFun x + toFun y) : M โโ+ N - AddHom.coe_copy_eq ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {xโ : Add M} {xโยน : Add N} (f : M โโ+ N) (f' : M โ N) (h : f' = โf) : f.copy f' h = f - AddHom.map_add' ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_10} {N : Type u_11} [Add M] [Add N] (self : M โโ+ N) (x y : M) : self.toFun (x + y) = self.toFun x + self.toFun y - AddHom.coe_coe ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {F : Type u_9} [Add M] [Add N] [FunLike F M N] [AddHomClass F M N] (f : F) : โโf = โf - AddHom.inverse ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) (g : N โ M) (hโ : Function.LeftInverse g โf) (hโ : Function.RightInverse g โf) : N โโ+ M - AddHom.coe_copy ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {xโ : Add M} {xโยน : Add N} (f : M โโ+ N) (f' : M โ N) (h : f' = โf) : โ(f.copy f' h) = f' - AddHom.coe_mk ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โ N) (hadd : โ (x y : M), f (x + y) = f x + f y) : โ{ toFun := f, map_add' := hadd } = f - AddHom.ext ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] โฆf g : M โโ+ Nโฆ (h : โ (x : M), f x = g x) : f = g - AddMonoidHom.instAddMonoidHomClassAddHom ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_10} {N : Type u_11} [AddMonoid M] [AddLeftCancelMonoid N] : AddMonoidHomClass (M โโ+ N) M N - AddMonoidHom.instAddMonoidHomClassAddHom_1 ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_10} {N : Type u_11} [AddMonoid M] [AddRightCancelMonoid N] : AddMonoidHomClass (M โโ+ N) M N - AddHom.ext_iff ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] {f g : M โโ+ N} : f = g โ โ (x : M), f x = g x - AddMonoidHom.instAddMonoidHomClassAddHom_2 ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_10} {N : Type u_11} [AddMonoid M] [AddCancelMonoid N] : AddMonoidHomClass (M โโ+ N) M N - AddHom.comp_assoc ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {P : Type u_6} {Q : Type u_10} [Add M] [Add N] [Add P] [Add Q] (f : M โโ+ N) (g : N โโ+ P) (h : P โโ+ Q) : (h.comp g).comp f = h.comp (g.comp f) - AddHom.cancel_left ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {P : Type u_6} [Add M] [Add N] [Add P] {g : N โโ+ P} {fโ fโ : M โโ+ N} (hg : Function.Injective โg) : g.comp fโ = g.comp fโ โ fโ = fโ - AddHom.cancel_right ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {P : Type u_6} [Add M] [Add N] [Add P] {gโ gโ : N โโ+ P} {f : M โโ+ N} (hf : Function.Surjective โf) : gโ.comp f = gโ.comp f โ gโ = gโ - AddHom.comp_apply ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {P : Type u_6} [Add M] [Add N] [Add P] (g : N โโ+ P) (f : M โโ+ N) (x : M) : (g.comp f) x = g (f x) - AddHom.map_add ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) (a b : M) : f (a + b) = f a + f b - AddHom.coe_comp ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} {P : Type u_6} [Add M] [Add N] [Add P] (g : N โโ+ P) (f : M โโ+ N) : โ(g.comp f) = โg โ โf - AddHom.inverse_apply ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) (g : N โ M) (hโ : Function.LeftInverse g โf) (hโ : Function.RightInverse g โf) (aโ : N) : (f.inverse g hโ hโ) aโ = g aโ - AddHom.mk_coe ๐ Mathlib.Algebra.Group.Hom.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) (hadd : โ (x y : M), f (x + y) = f x + f y) : { toFun := โf, map_add' := hadd } = f - AddEquiv.toAddHom ๐ Mathlib.Algebra.Group.Equiv.Defs
{A : Type u_9} {B : Type u_10} [Add A] [Add B] (self : A โ+ B) : A โโ+ B - AddEquiv.coe_toAddHom ๐ Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] {f : M โ+ N} : โf.toAddHom = โf - AddHom.toAddEquiv ๐ Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) (g : N โโ+ M) (hโ : g.comp f = AddHom.id M) (hโ : f.comp g = AddHom.id N) : M โ+ N - AddEquiv.toAddHom_eq_coe ๐ Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โ+ N) : f.toAddHom = โf - AddHom.toAddEquiv_apply ๐ Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) (g : N โโ+ M) (hโ : g.comp f = AddHom.id M) (hโ : f.comp g = AddHom.id N) : โ(f.toAddEquiv g hโ hโ) = โf - AddHom.toAddEquiv_symm_apply ๐ Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M โโ+ N) (g : N โโ+ M) (hโ : g.comp f = AddHom.id M) (hโ : f.comp g = AddHom.id N) : โ(f.toAddEquiv g hโ hโ).symm = โg - AddHom.instAdd ๐ Mathlib.Algebra.Group.Hom.Basic
{M : Type u_2} {N : Type u_3} [Add M] [AddCommSemigroup N] : Add (M โโ+ N) - AddHom.add_apply ๐ Mathlib.Algebra.Group.Hom.Basic
{M : Type u_8} {N : Type u_9} [Add M] [AddCommSemigroup N] (f g : M โโ+ N) (x : M) : (f + g) x = f x + g x - AddHom.add_comp ๐ Mathlib.Algebra.Group.Hom.Basic
{M : Type u_2} {N : Type u_3} {P : Type u_4} [Add M] [Add N] [AddCommSemigroup P] (gโ gโ : N โโ+ P) (f : M โโ+ N) : (gโ + gโ).comp f = gโ.comp f + gโ.comp f - AddHom.comp_add ๐ Mathlib.Algebra.Group.Hom.Basic
{M : Type u_2} {N : Type u_3} {P : Type u_4} [Add M] [AddCommSemigroup N] [AddCommSemigroup P] (g : N โโ+ P) (fโ fโ : M โโ+ N) : g.comp (fโ + fโ) = g.comp fโ + g.comp fโ - AddHom.fst ๐ Mathlib.Algebra.Group.Prod
(M : Type u_3) (N : Type u_4) [Add M] [Add N] : M ร N โโ+ M - AddHom.snd ๐ Mathlib.Algebra.Group.Prod
(M : Type u_3) (N : Type u_4) [Add M] [Add N] : M ร N โโ+ N - addAddHom ๐ Mathlib.Algebra.Group.Prod
{ฮฑ : Type u_6} [AddCommSemigroup ฮฑ] : ฮฑ ร ฮฑ โโ+ ฮฑ - AddHom.prod ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [Add M] [Add N] [Add P] (f : M โโ+ N) (g : M โโ+ P) : M โโ+ N ร P - AddHom.prodMap ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {M' : Type u_6} {N' : Type u_7} [Add M] [Add N] [Add M'] [Add N'] (f : M โโ+ M') (g : N โโ+ N') : M ร N โโ+ M' ร N' - AddHom.coprod ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [Add M] [Add N] [AddCommSemigroup P] (f : M โโ+ P) (g : N โโ+ P) : M ร N โโ+ P - AddHom.coe_fst ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} [Add M] [Add N] : โ(AddHom.fst M N) = Prod.fst - AddHom.coe_snd ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} [Add M] [Add N] : โ(AddHom.snd M N) = Prod.snd - AddHom.fst_comp_prod ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [Add M] [Add N] [Add P] (f : M โโ+ N) (g : M โโ+ P) : (AddHom.fst N P).comp (f.prod g) = f - AddHom.snd_comp_prod ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [Add M] [Add N] [Add P] (f : M โโ+ N) (g : M โโ+ P) : (AddHom.snd N P).comp (f.prod g) = g - AddHom.prod_unique ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [Add M] [Add N] [Add P] (f : M โโ+ N ร P) : ((AddHom.fst N P).comp f).prod ((AddHom.snd N P).comp f) = f - addAddHom_apply ๐ Mathlib.Algebra.Group.Prod
{ฮฑ : Type u_6} [AddCommSemigroup ฮฑ] (a : ฮฑ ร ฮฑ) : addAddHom a = a.1 + a.2 - AddHom.coe_prod ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [Add M] [Add N] [Add P] (f : M โโ+ N) (g : M โโ+ P) : โ(f.prod g) = Function.prod โf โg - AddHom.prod_apply ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [Add M] [Add N] [Add P] (f : M โโ+ N) (g : M โโ+ P) (x : M) : (f.prod g) x = (f x, g x) - AddHom.prodMap_def ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {M' : Type u_6} {N' : Type u_7} [Add M] [Add N] [Add M'] [Add N'] (f : M โโ+ M') (g : N โโ+ N') : f.prodMap g = (f.comp (AddHom.fst M N)).prod (g.comp (AddHom.snd M N)) - AddHom.prod_comp_prodMap ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} {M' : Type u_6} {N' : Type u_7} [Add M] [Add N] [Add M'] [Add N'] [Add P] (f : P โโ+ M) (g : P โโ+ N) (f' : M โโ+ M') (g' : N โโ+ N') : (f'.prodMap g').comp (f.prod g) = (f'.comp f).prod (g'.comp g) - AddHom.coe_prodMap ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {M' : Type u_6} {N' : Type u_7} [Add M] [Add N] [Add M'] [Add N'] (f : M โโ+ M') (g : N โโ+ N') : โ(f.prodMap g) = Prod.map โf โg - AddHom.comp_coprod ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [Add M] [Add N] [AddCommSemigroup P] {Q : Type u_6} [AddCommSemigroup Q] (h : P โโ+ Q) (f : M โโ+ P) (g : N โโ+ P) : h.comp (f.coprod g) = (h.comp f).coprod (h.comp g) - AddHom.coprod_apply ๐ Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [Add M] [Add N] [AddCommSemigroup P] (f : M โโ+ P) (g : N โโ+ P) (p : M ร N) : (f.coprod g) p = f p.1 + g p.2 - AddHom.mulOp ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] : (M โโ+ N) โ (Mแตแตแต โโ+ Nแตแตแต) - AddHom.mulUnop ๐ Mathlib.Algebra.Group.Equiv.Opposite
{ฮฑ : Type u_3} {ฮฒ : Type u_4} [Add ฮฑ] [Add ฮฒ] : (ฮฑแตแตแต โโ+ ฮฒแตแตแต) โ (ฮฑ โโ+ ฮฒ) - AddHom.op ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] : (M โโ+ N) โ (Mแตแตแต โโ+ Nแตแตแต) - AddHom.unop ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] : (Mแตแตแต โโ+ Nแตแตแต) โ (M โโ+ N) - AddHom.fromOpposite ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] (f : M โโ+ N) (hf : โ (x y : M), AddCommute (f x) (f y)) : Mแตแตแต โโ+ N - AddHom.toOpposite ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] (f : M โโ+ N) (hf : โ (x y : M), AddCommute (f x) (f y)) : M โโ+ Nแตแตแต - AddHom.toOpposite_apply ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] (f : M โโ+ N) (hf : โ (x y : M), AddCommute (f x) (f y)) : โ(f.toOpposite hf) = AddOpposite.op โ โf - AddHom.fromOpposite_apply ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] (f : M โโ+ N) (hf : โ (x y : M), AddCommute (f x) (f y)) : โ(f.fromOpposite hf) = โf โ AddOpposite.unop - AddHom.mulOp_apply_apply ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] (f : M โโ+ N) (aโ : Mแตแตแต) : (AddHom.mulOp f) aโ = (MulOpposite.op โ โf โ MulOpposite.unop) aโ - AddHom.op_apply_apply ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] (f : M โโ+ N) (aโ : Mแตแตแต) : (AddHom.op f) aโ = (AddOpposite.op โ โf โ AddOpposite.unop) aโ - AddHom.mulOp_symm_apply_apply ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] (f : Mแตแตแต โโ+ Nแตแตแต) (aโ : M) : (AddHom.mulOp.symm f) aโ = (MulOpposite.unop โ โf โ MulOpposite.op) aโ - AddHom.op_symm_apply_apply ๐ Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_3} {N : Type u_4} [Add M] [Add N] (f : Mแตแตแต โโ+ Nแตแตแต) (aโ : M) : (AddHom.op.symm f) aโ = (AddOpposite.unop โ โf โ AddOpposite.op) aโ - AddHom.mulLeft ๐ Mathlib.Algebra.Ring.Basic
{R : Type u_1} [Distrib R] (r : R) : R โโ+ R - AddHom.mulRight ๐ Mathlib.Algebra.Ring.Basic
{R : Type u_1} [Distrib R] (r : R) : R โโ+ R - AddHom.mulLeft_apply ๐ Mathlib.Algebra.Ring.Basic
{R : Type u_1} [Distrib R] (r : R) : โ(AddHom.mulLeft r) = fun x => r * x - AddHom.mulRight_apply ๐ Mathlib.Algebra.Ring.Basic
{R : Type u_1} [Distrib R] (r : R) : โ(AddHom.mulRight r) = fun a => a * r - AddHom.withBotMap ๐ Mathlib.Algebra.Order.Monoid.Unbundled.WithTop
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) : WithBot M โโ+ WithBot N - AddHom.withTopMap ๐ Mathlib.Algebra.Order.Monoid.Unbundled.WithTop
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) : WithTop M โโ+ WithTop N - AddHom.withBotMap_apply ๐ Mathlib.Algebra.Order.Monoid.Unbundled.WithTop
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) : โf.withBotMap = WithBot.map โf - AddHom.withTopMap_apply ๐ Mathlib.Algebra.Order.Monoid.Unbundled.WithTop
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) : โf.withTopMap = WithTop.map โf - AddEquiv.withBotCongr_toAddHom ๐ Mathlib.Algebra.Order.Monoid.Unbundled.WithTop
{ฮฑ : Type u} {ฮฒ : Type v} [Add ฮฑ] [Add ฮฒ] (e : ฮฑ โ+ ฮฒ) : โe.withBotCongr = (โe).withBotMap - AddEquiv.withTopCongr_toAddHom ๐ Mathlib.Algebra.Order.Monoid.Unbundled.WithTop
{ฮฑ : Type u} {ฮฒ : Type v} [Add ฮฑ] [Add ฮฒ] (e : ฮฑ โ+ ฮฒ) : โe.withTopCongr = (โe).withBotMap - PNat.coeAddHom ๐ Mathlib.Data.PNat.Basic
: โ+ โโ+ โ - PNat.coeAddHom_apply ๐ Mathlib.Data.PNat.Basic
(aโ : โ+) : PNat.coeAddHom aโ = โaโ - Set.singletonAddHom ๐ Mathlib.Algebra.Group.Pointwise.Set.Basic
{ฮฑ : Type u_2} [Add ฮฑ] : ฮฑ โโ+ Set ฮฑ - Set.coe_singletonAddHom ๐ Mathlib.Algebra.Group.Pointwise.Set.Basic
{ฮฑ : Type u_2} [Add ฮฑ] : โSet.singletonAddHom = singleton - Set.singletonAddHom_apply ๐ Mathlib.Algebra.Group.Pointwise.Set.Basic
{ฮฑ : Type u_2} [Add ฮฑ] (a : ฮฑ) : Set.singletonAddHom a = {a} - AddHom.map_multiset_ne_zero_sum ๐ Mathlib.Algebra.BigOperators.Group.Multiset.Basic
{M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] (f : M โโ+ N) (s : Multiset M) (hs : s โ 0) : f s.sum = (Multiset.map (โf) s).sum - Pi.constAddHom ๐ Mathlib.Algebra.Group.Pi.Lemmas
(ฮฑ : Type u_5) (ฮฒ : Type u_6) [Add ฮฒ] : ฮฒ โโ+ ฮฑ โ ฮฒ - Pi.evalAddHom ๐ Mathlib.Algebra.Group.Pi.Lemmas
{I : Type u} (f : I โ Type v) [(i : I) โ Add (f i)] (i : I) : ((i : I) โ f i) โโ+ f i - AddHom.pi ๐ Mathlib.Algebra.Group.Pi.Lemmas
{I : Type u} {f : I โ Type v} [(i : I) โ Add (f i)] {ฮณ : Type w} [Add ฮณ] (g : (i : I) โ ฮณ โโ+ f i) : ฮณ โโ+ (i : I) โ f i - Pi.addHom ๐ Mathlib.Algebra.Group.Pi.Lemmas
{I : Type u} {f : I โ Type v} [(i : I) โ Add (f i)] {ฮณ : Type w} [Add ฮณ] (g : (i : I) โ ฮณ โโ+ f i) : ฮณ โโ+ (i : I) โ f i - AddHom.compLeft ๐ Mathlib.Algebra.Group.Pi.Lemmas
{ฮฑ : Type u_5} {ฮฒ : Type u_6} [Add ฮฑ] [Add ฮฒ] (f : ฮฑ โโ+ ฮฒ) (I : Type u_7) : (I โ ฮฑ) โโ+ I โ ฮฒ - AddHom.coeFn ๐ Mathlib.Algebra.Group.Pi.Lemmas
(ฮฑ : Type u_5) (ฮฒ : Type u_6) [Add ฮฑ] [AddCommSemigroup ฮฒ] : (ฮฑ โโ+ ฮฒ) โโ+ ฮฑ โ ฮฒ - AddHom.piMap ๐ Mathlib.Algebra.Group.Pi.Lemmas
{ฮน : Type u_1} {M : ฮน โ Type u_3} {N : ฮน โ Type u_4} [(i : ฮน) โ Add (M i)] [(i : ฮน) โ Add (N i)] (g : (i : ฮน) โ M i โโ+ N i) : ((i : ฮน) โ M i) โโ+ (i : ฮน) โ N i - Pi.constAddHom_apply ๐ Mathlib.Algebra.Group.Pi.Lemmas
(ฮฑ : Type u_5) (ฮฒ : Type u_6) [Add ฮฒ] (a : ฮฒ) (aโ : ฮฑ) : (Pi.constAddHom ฮฑ ฮฒ) a aโ = Function.const ฮฑ a aโ - Pi.evalAddHom_apply ๐ Mathlib.Algebra.Group.Pi.Lemmas
{I : Type u} (f : I โ Type v) [(i : I) โ Add (f i)] (i : I) (g : (i : I) โ f i) : (Pi.evalAddHom f i) g = g i - AddHom.pi_apply ๐ Mathlib.Algebra.Group.Pi.Lemmas
{I : Type u} {f : I โ Type v} [(i : I) โ Add (f i)] {ฮณ : Type w} [Add ฮณ] (g : (i : I) โ ฮณ โโ+ f i) (x : ฮณ) (i : I) : (AddHom.pi g) x i = (g i) x - Pi.addHom_apply ๐ Mathlib.Algebra.Group.Pi.Lemmas
{I : Type u} {f : I โ Type v} [(i : I) โ Add (f i)] {ฮณ : Type w} [Add ฮณ] (g : (i : I) โ ฮณ โโ+ f i) (x : ฮณ) (i : I) : (AddHom.pi g) x i = (g i) x - AddHom.injective_pi ๐ Mathlib.Algebra.Group.Pi.Lemmas
{I : Type u} {f : I โ Type v} [(i : I) โ Add (f i)] {ฮณ : Type w} [Nonempty I] [Add ฮณ] (g : (i : I) โ ฮณ โโ+ f i) (hg : โ (i : I), Function.Injective โ(g i)) : Function.Injective โ(AddHom.pi g) - AddHom.pi_injective ๐ Mathlib.Algebra.Group.Pi.Lemmas
{I : Type u} {f : I โ Type v} [(i : I) โ Add (f i)] {ฮณ : Type w} [Nonempty I] [Add ฮณ] (g : (i : I) โ ฮณ โโ+ f i) (hg : โ (i : I), Function.Injective โ(g i)) : Function.Injective โ(AddHom.pi g) - Pi.addHom_injective ๐ Mathlib.Algebra.Group.Pi.Lemmas
{I : Type u} {f : I โ Type v} [(i : I) โ Add (f i)] {ฮณ : Type w} [Nonempty I] [Add ฮณ] (g : (i : I) โ ฮณ โโ+ f i) (hg : โ (i : I), Function.Injective โ(g i)) : Function.Injective โ(AddHom.pi g) - AddHom.compLeft_apply ๐ Mathlib.Algebra.Group.Pi.Lemmas
{ฮฑ : Type u_5} {ฮฒ : Type u_6} [Add ฮฑ] [Add ฮฒ] (f : ฮฑ โโ+ ฮฒ) (I : Type u_7) (h : I โ ฮฑ) (aโ : I) : (f.compLeft I) h aโ = (โf โ h) aโ - AddHom.piMap_apply ๐ Mathlib.Algebra.Group.Pi.Lemmas
{ฮน : Type u_1} {M : ฮน โ Type u_3} {N : ฮน โ Type u_4} [(i : ฮน) โ Add (M i)] [(i : ฮน) โ Add (N i)] (g : (i : ฮน) โ M i โโ+ N i) (x : (i : ฮน) โ M i) (i : ฮน) : (AddHom.piMap g) x i = (g i) (x i) - AddHom.coeFn_apply ๐ Mathlib.Algebra.Group.Pi.Lemmas
(ฮฑ : Type u_5) (ฮฒ : Type u_6) [Add ฮฑ] [AddCommSemigroup ฮฒ] (g : ฮฑ โโ+ ฮฒ) (a : ฮฑ) : (AddHom.coeFn ฮฑ ฮฒ) g a = g a - AddHom.coe_add ๐ Mathlib.Algebra.Group.Pi.Lemmas
{M : Type u_5} {N : Type u_6} {xโ : Add M} {xโยน : AddCommSemigroup N} (f g : M โโ+ N) : โf + โg = fun x => f x + g x - AddHom.eqLocus ๐ Mathlib.Algebra.Group.Subsemigroup.Defs
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f g : M โโ+ N) : AddSubsemigroup M - AddMemClass.subtype ๐ Mathlib.Algebra.Group.Subsemigroup.Defs
{M : Type u_1} {A : Type u_3} [Add M] [SetLike A M] [hA : AddMemClass A M] (S' : A) : โฅS' โโ+ M - AddHom.eq_of_eqOn_top ๐ Mathlib.Algebra.Group.Subsemigroup.Defs
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f g : M โโ+ N} (h : Set.EqOn โf โg โโค) : f = g - AddHom.mem_eqLocus ๐ Mathlib.Algebra.Group.Subsemigroup.Defs
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f g : M โโ+ N} {x : M} : x โ f.eqLocus g โ f x = g x - AddMemClass.subtype_injective ๐ Mathlib.Algebra.Group.Subsemigroup.Defs
{M : Type u_1} {A : Type u_3} [Add M] [SetLike A M] [hA : AddMemClass A M] (S' : A) : Function.Injective โ(AddMemClass.subtype S') - AddMemClass.coe_subtype ๐ Mathlib.Algebra.Group.Subsemigroup.Defs
{M : Type u_1} {A : Type u_3} [Add M] [SetLike A M] [hA : AddMemClass A M] (S' : A) : โ(AddMemClass.subtype S') = Subtype.val - AddMemClass.subtype_apply ๐ Mathlib.Algebra.Group.Subsemigroup.Defs
{M : Type u_1} {A : Type u_3} [Add M] [SetLike A M] [hA : AddMemClass A M] {S' : A} (x : โฅS') : (AddMemClass.subtype S') x = โx - AddHom.eq_of_eqOn_dense ๐ Mathlib.Algebra.Group.Subsemigroup.Basic
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {s : Set M} (hs : AddSubsemigroup.closure s = โค) {f g : M โโ+ N} (h : Set.EqOn (โf) (โg) s) : f = g - AddHom.ofDense ๐ Mathlib.Algebra.Group.Subsemigroup.Basic
{M : Type u_3} {N : Type u_4} [AddSemigroup M] [AddSemigroup N] {s : Set M} (f : M โ N) (hs : AddSubsemigroup.closure s = โค) (hadd : โ (x y : M), y โ s โ f (x + y) = f x + f y) : M โโ+ N - AddHom.eqOn_closure ๐ Mathlib.Algebra.Group.Subsemigroup.Basic
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f g : M โโ+ N} {s : Set M} (h : Set.EqOn (โf) (โg) s) : Set.EqOn โf โg โ(AddSubsemigroup.closure s) - AddHom.coe_ofDense ๐ Mathlib.Algebra.Group.Subsemigroup.Basic
{M : Type u_1} {N : Type u_2} [AddSemigroup M] [AddSemigroup N] {s : Set M} (f : M โ N) (hs : AddSubsemigroup.closure s = โค) (hadd : โ (x y : M), y โ s โ f (x + y) = f x + f y) : โ(AddHom.ofDense f hs hadd) = f - AddCon.mkAddHom ๐ Mathlib.GroupTheory.Congruence.Hom
{M : Type u_1} [Add M] (c : AddCon M) : M โโ+ c.Quotient - AddCon.mkAddHom_apply ๐ Mathlib.GroupTheory.Congruence.Hom
{M : Type u_1} [Add M] (c : AddCon M) (aโ : M) : c.mkAddHom aโ = โaโ - AddCon.ker_mkAddHom_eq ๐ Mathlib.GroupTheory.Congruence.Hom
{M : Type u_1} [Add M] (c : AddCon M) : AddCon.ker c.mkAddHom = c - AddCon.ker_coeAddHom ๐ Mathlib.GroupTheory.Congruence.Hom
{M : Type u_1} {N : Type u_2} {F : Type u_4} [Add M] [Add N] [FunLike F M N] [AddHomClass F M N] (f : F) : AddCon.ker โf = AddCon.ker f - AddSubmonoid.LocalizationMap.toAddHom ๐ Mathlib.GroupTheory.MonoidLocalization.Basic
{M : Type u_1} [AddCommMonoid M] {S : AddSubmonoid M} {N : Type u_2} [AddCommMonoid N] (self : S.LocalizationMap N) : M โโ+ N - AddSubmonoid.LocalizationMap.mk ๐ Mathlib.GroupTheory.MonoidLocalization.Basic
{M : Type u_1} [AddCommMonoid M] {S : AddSubmonoid M} {N : Type u_2} [AddCommMonoid N] (toAddHom : M โโ+ N) (isLocalizationMap : S.IsLocalizationMap toAddHom.toFun) : S.LocalizationMap N - AddHom.ENatMap ๐ Mathlib.Data.ENat.Basic
{N : Type u_2} [Add N] (f : โ โโ+ N) : โโ โโ+ WithTop N - AddHom.ENatMap_apply ๐ Mathlib.Data.ENat.Basic
{N : Type u_2} [Add N] (f : โ โโ+ N) : โf.ENatMap = ENat.map โf - LinearMap.toAddHom ๐ Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_14} {S : Type u_15} [Semiring R] [Semiring S] {ฯ : R โ+* S} {M : Type u_16} {Mโ : Type u_17} [AddCommMonoid M] [AddCommMonoid Mโ] [Module R M] [Module S Mโ] (self : M โโโ[ฯ] Mโ) : M โโ+ Mโ - LinearMap.coe_toAddHom ๐ Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {S : Type u_5} {M : Type u_8} {Mโ : Type u_11} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mโ] [Module R M] [Module S Mโ] {ฯ : R โ+* S} (f : M โโโ[ฯ] Mโ) : โf.toAddHom = โf - LinearMap.mk ๐ Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_14} {S : Type u_15} [Semiring R] [Semiring S] {ฯ : R โ+* S} {M : Type u_16} {Mโ : Type u_17} [AddCommMonoid M] [AddCommMonoid Mโ] [Module R M] [Module S Mโ] (toAddHom : M โโ+ Mโ) (map_smul' : โ (m : R) (x : M), toAddHom.toFun (m โข x) = ฯ m โข toAddHom.toFun x) : M โโโ[ฯ] Mโ - LinearMap.coe_mk ๐ Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {S : Type u_5} {M : Type u_8} {Mโ : Type u_11} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mโ] [Module R M] [Module S Mโ] {ฯ : R โ+* S} (f : M โโ+ Mโ) (h : โ (m : R) (x : M), f.toFun (m โข x) = ฯ m โข f.toFun x) : โ{ toAddHom := f, map_smul' := h } = โf - LinearMap.coe_addHom_mk ๐ Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {S : Type u_5} {M : Type u_8} {Mโ : Type u_11} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mโ] [Module R M] [Module S Mโ] {ฯ : R โ+* S} (f : M โโ+ Mโ) (h : โ (m : R) (x : M), f.toFun (m โข x) = ฯ m โข f.toFun x) : โ{ toAddHom := f, map_smul' := h } = f - AddHom.srange ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) : AddSubsemigroup N - AddSubsemigroup.comap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) (S : AddSubsemigroup N) : AddSubsemigroup M - AddSubsemigroup.map ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) (S : AddSubsemigroup M) : AddSubsemigroup N - AddHom.srange_eq_map ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) : f.srange = AddSubsemigroup.map f โค - AddSubsemigroup.comap_top ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) : AddSubsemigroup.comap f โค = โค - AddSubsemigroup.map_bot ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) : AddSubsemigroup.map f โฅ = โฅ - AddSubsemigroup.monotone_comap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} : Monotone (AddSubsemigroup.comap f) - AddSubsemigroup.monotone_map ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} : Monotone (AddSubsemigroup.map f) - AddSubsemigroup.comap_injective_of_surjective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Surjective โf) : Function.Injective (AddSubsemigroup.comap f) - AddSubsemigroup.comap_surjective_of_injective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Injective โf) : Function.Surjective (AddSubsemigroup.comap f) - AddSubsemigroup.map_injective_of_injective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Injective โf) : Function.Injective (AddSubsemigroup.map f) - AddSubsemigroup.map_surjective_of_surjective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Surjective โf) : Function.Surjective (AddSubsemigroup.map f) - AddHom.domRestrict ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {ฯ : Type u_4} [Add M] {N : Type u_5} [Add N] [SetLike ฯ M] [AddMemClass ฯ M] (f : M โโ+ N) (S : ฯ) : โฅS โโ+ N - AddHom.restrict ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {ฯ : Type u_4} [Add M] {N : Type u_5} [Add N] [SetLike ฯ M] [AddMemClass ฯ M] (f : M โโ+ N) (S : ฯ) : โฅS โโ+ N - AddSubsemigroup.le_comap_map ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (S : AddSubsemigroup M) {f : M โโ+ N} : S โค AddSubsemigroup.comap f (AddSubsemigroup.map f S) - AddSubsemigroup.map_comap_le ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {S : AddSubsemigroup N} {f : M โโ+ N} : AddSubsemigroup.map f (AddSubsemigroup.comap f S) โค S - AddSubsemigroup.comap_map_comap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {S : AddSubsemigroup N} {f : M โโ+ N} : AddSubsemigroup.comap f (AddSubsemigroup.map f (AddSubsemigroup.comap f S)) = AddSubsemigroup.comap f S - AddSubsemigroup.gc_map_comap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) : GaloisConnection (AddSubsemigroup.map f) (AddSubsemigroup.comap f) - AddSubsemigroup.map_comap_map ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (S : AddSubsemigroup M) {f : M โโ+ N} : AddSubsemigroup.map f (AddSubsemigroup.comap f (AddSubsemigroup.map f S)) = AddSubsemigroup.map f S - AddSubsemigroup.map_comap_eq ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) (S : AddSubsemigroup N) : AddSubsemigroup.map f (AddSubsemigroup.comap f S) = S โ f.srange - AddHom.coe_srange ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) : โf.srange = Set.range โf - AddHom.srange_eq_top_of_surjective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} [Add M] {N : Type u_5} [Add N] (f : M โโ+ N) (hf : Function.Surjective โf) : f.srange = โค - AddHom.srange_eq_top_iff_surjective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} [Add M] {N : Type u_5} [Add N] {f : M โโ+ N} : f.srange = โค โ Function.Surjective โf - AddHom.map_mclosure ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) (s : Set M) : AddSubsemigroup.map f (AddSubsemigroup.closure s) = AddSubsemigroup.closure (โf '' s) - AddHom.map_srange ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} {P : Type u_3} [Add M] [Add N] [Add P] (g : N โโ+ P) (f : M โโ+ N) : AddSubsemigroup.map g f.srange = (g.comp f).srange - AddSubsemigroup.comap_map_eq_of_injective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Injective โf) (S : AddSubsemigroup M) : AddSubsemigroup.comap f (AddSubsemigroup.map f S) = S - AddSubsemigroup.map_comap_eq_of_surjective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Surjective โf) (S : AddSubsemigroup N) : AddSubsemigroup.map f (AddSubsemigroup.comap f S) = S - AddSubsemigroup.comap_iInf ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {ฮน : Sort u_5} (f : M โโ+ N) (s : ฮน โ AddSubsemigroup N) : AddSubsemigroup.comap f (iInf s) = โจ i, AddSubsemigroup.comap f (s i) - AddSubsemigroup.comap_comap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} {P : Type u_3} [Add M] [Add N] [Add P] (S : AddSubsemigroup P) (g : N โโ+ P) (f : M โโ+ N) : AddSubsemigroup.comap f (AddSubsemigroup.comap g S) = AddSubsemigroup.comap (g.comp f) S - AddSubsemigroup.map_comap_eq_self ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} {S : AddSubsemigroup N} (h : S โค f.srange) : AddSubsemigroup.map f (AddSubsemigroup.comap f S) = S - AddSubsemigroup.map_map ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} {P : Type u_3} [Add M] [Add N] [Add P] (S : AddSubsemigroup M) (g : N โโ+ P) (f : M โโ+ N) : AddSubsemigroup.map g (AddSubsemigroup.map f S) = AddSubsemigroup.map (g.comp f) S - AddHom.mem_srange ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} {y : N} : y โ f.srange โ โ x, f x = y - AddHom.srangeRestrict ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} [Add M] {N : Type u_5} [Add N] (f : M โโ+ N) : M โโ+ โฅf.srange - AddSubsemigroup.comap_strictMono_of_surjective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Surjective โf) : StrictMono (AddSubsemigroup.comap f) - AddSubsemigroup.map_strictMono_of_injective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Injective โf) : StrictMono (AddSubsemigroup.map f) - AddSubsemigroup.comap_inf ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (S T : AddSubsemigroup N) (f : M โโ+ N) : AddSubsemigroup.comap f (S โ T) = AddSubsemigroup.comap f S โ AddSubsemigroup.comap f T - AddSubsemigroup.coe_comap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (S : AddSubsemigroup N) (f : M โโ+ N) : โ(AddSubsemigroup.comap f S) = โf โปยน' โS - AddSubsemigroup.coe_map ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) (S : AddSubsemigroup M) : โ(AddSubsemigroup.map f S) = โf '' โS - AddHom.mclosure_preimage_le ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) (s : Set N) : AddSubsemigroup.closure (โf โปยน' s) โค AddSubsemigroup.comap f (AddSubsemigroup.closure s) - AddSubsemigroup.gciMapComap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Injective โf) : GaloisCoinsertion (AddSubsemigroup.map f) (AddSubsemigroup.comap f) - AddSubsemigroup.giMapComap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Surjective โf) : GaloisInsertion (AddSubsemigroup.map f) (AddSubsemigroup.comap f) - AddSubsemigroup.le_comap_of_map_le ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (S : AddSubsemigroup M) {T : AddSubsemigroup N} {f : M โโ+ N} : AddSubsemigroup.map f S โค T โ S โค AddSubsemigroup.comap f T - AddSubsemigroup.map_le_of_le_comap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (S : AddSubsemigroup M) {T : AddSubsemigroup N} {f : M โโ+ N} : S โค AddSubsemigroup.comap f T โ AddSubsemigroup.map f S โค T - AddSubsemigroup.map_le_iff_le_comap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} {S : AddSubsemigroup M} {T : AddSubsemigroup N} : AddSubsemigroup.map f S โค T โ S โค AddSubsemigroup.comap f T - AddSubsemigroup.mem_map_of_mem ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) {S : AddSubsemigroup M} {x : M} (hx : x โ S) : f x โ AddSubsemigroup.map f S - AddSubsemigroup.mem_comap ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {S : AddSubsemigroup N} {f : M โโ+ N} {x : M} : x โ AddSubsemigroup.comap f S โ f x โ S - AddHom.codRestrict ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} {ฯ : Type u_4} [Add M] [Add N] [SetLike ฯ N] [AddMemClass ฯ N] (f : M โโ+ N) (S : ฯ) (h : โ (x : M), f x โ S) : M โโ+ โฅS - AddSubsemigroup.map_iSup ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {ฮน : Sort u_5} (f : M โโ+ N) (s : ฮน โ AddSubsemigroup M) : AddSubsemigroup.map f (iSup s) = โจ i, AddSubsemigroup.map f (s i) - AddSubsemigroup.comap_iInf_map_of_injective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {ฮน : Type u_5} {f : M โโ+ N} (hf : Function.Injective โf) (S : ฮน โ AddSubsemigroup M) : AddSubsemigroup.comap f (โจ i, AddSubsemigroup.map f (S i)) = iInf S - AddSubsemigroup.map_iInf_comap_of_surjective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {ฮน : Type u_5} {f : M โโ+ N} (hf : Function.Surjective โf) (S : ฮน โ AddSubsemigroup N) : AddSubsemigroup.map f (โจ i, AddSubsemigroup.comap f (S i)) = iInf S - AddSubsemigroup.map_iInf ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {ฮน : Sort u_5} [Nonempty ฮน] (f : M โโ+ N) (hf : Function.Injective โf) (s : ฮน โ AddSubsemigroup M) : AddSubsemigroup.map f (iInf s) = โจ i, AddSubsemigroup.map f (s i) - AddSubsemigroup.comap_inf_map_of_injective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Injective โf) (S T : AddSubsemigroup M) : AddSubsemigroup.comap f (AddSubsemigroup.map f S โ AddSubsemigroup.map f T) = S โ T - AddSubsemigroup.map_inf ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (S T : AddSubsemigroup M) (f : M โโ+ N) (hf : Function.Injective โf) : AddSubsemigroup.map f (S โ T) = AddSubsemigroup.map f S โ AddSubsemigroup.map f T - AddSubsemigroup.map_inf_comap_of_surjective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Surjective โf) (S T : AddSubsemigroup N) : AddSubsemigroup.map f (AddSubsemigroup.comap f S โ AddSubsemigroup.comap f T) = S โ T - AddSubsemigroup.mem_map ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} {S : AddSubsemigroup M} {y : N} : y โ AddSubsemigroup.map f S โ โ x โ S, f x = y - AddEquiv.ofLeftInverse ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) {g : N โ M} (h : Function.LeftInverse g โf) : M โ+ โฅf.srange - AddSubsemigroup.map_sup ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (S T : AddSubsemigroup M) (f : M โโ+ N) : AddSubsemigroup.map f (S โ T) = AddSubsemigroup.map f S โ AddSubsemigroup.map f T - AddSubsemigroup.comap_le_comap_iff_of_surjective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Surjective โf) {S T : AddSubsemigroup N} : AddSubsemigroup.comap f S โค AddSubsemigroup.comap f T โ S โค T - AddSubsemigroup.map_le_map_iff_of_injective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Injective โf) {S T : AddSubsemigroup M} : AddSubsemigroup.map f S โค AddSubsemigroup.map f T โ S โค T - AddSubsemigroup.mem_map_iff_mem ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {f : M โโ+ N} (hf : Function.Injective โf) {S : AddSubsemigroup M} {x : M} : f x โ AddSubsemigroup.map f S โ x โ S - AddSubsemigroup.apply_coe_mem_map ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] (f : M โโ+ N) (S : AddSubsemigroup M) (x : โฅS) : f โx โ AddSubsemigroup.map f S - AddSubsemigroup.comap_iSup_map_of_injective ๐ Mathlib.Algebra.Group.Subsemigroup.Operations
{M : Type u_1} {N : Type u_2} [Add M] [Add N] {ฮน : Type u_5} {f : M โโ+ N} (hf : Function.Injective โf) (S : ฮน โ AddSubsemigroup M) : AddSubsemigroup.comap f (โจ i, AddSubsemigroup.map f (S i)) = iSup S
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
๐Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
๐"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
๐_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
๐Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
๐(?a -> ?b) -> List ?a -> List ?b
๐List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
๐|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allโandโ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
๐|- _ < _ โ tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
โข (_ : Type _)finds all definitions which provide data whileโข (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
๐ Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ โ _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c