Loogle!
Result
Found 966 declarations mentioning DistribMulAction. Of these, only the first 200 are shown.
- DistribMulAction π Mathlib.Algebra.GroupWithZero.Action.Defs
(M : Type u_12) (A : Type u_13) [Monoid M] [AddMonoid A] : Type (max u_12 u_13) - DistribMulAction.toMulAction π Mathlib.Algebra.GroupWithZero.Action.Defs
{M : Type u_12} {A : Type u_13} {instβ : Monoid M} {instβΒΉ : AddMonoid A} [self : DistribMulAction M A] : MulAction M A - DistribMulAction.toDistribSMul π Mathlib.Algebra.GroupWithZero.Action.Defs
{M : Type u_1} {A : Type u_7} [Monoid M] [AddMonoid A] [DistribMulAction M A] : DistribSMul M A - DistribMulAction.toAddMonoidEnd π Mathlib.Algebra.GroupWithZero.Action.Defs
(M : Type u_1) (A : Type u_7) [Monoid M] [AddMonoid A] [DistribMulAction M A] : M β* AddMonoid.End A - DistribMulAction.smul_zero π Mathlib.Algebra.GroupWithZero.Action.Defs
{M : Type u_12} {A : Type u_13} {instβ : Monoid M} {instβΒΉ : AddMonoid A} [self : DistribMulAction M A] (a : M) : a β’ 0 = 0 - DistribMulAction.ext π Mathlib.Algebra.GroupWithZero.Action.Defs
{M : Type u_12} {A : Type u_13} {instβ : Monoid M} {instβΒΉ : AddMonoid A} {x y : DistribMulAction M A} (smul : SMul.smul = SMul.smul) : x = y - DistribMulAction.ext_iff π Mathlib.Algebra.GroupWithZero.Action.Defs
{M : Type u_12} {A : Type u_13} {instβ : Monoid M} {instβΒΉ : AddMonoid A} {x y : DistribMulAction M A} : x = y β SMul.smul = SMul.smul - smul_eq_zero_iff_eq π Mathlib.Algebra.GroupWithZero.Action.Defs
{Ξ± : Type u_10} {Ξ² : Type u_11} [Group Ξ±] [AddMonoid Ξ²] [DistribMulAction Ξ± Ξ²] (a : Ξ±) {x : Ξ²} : a β’ x = 0 β x = 0 - smul_ne_zero_iff_ne π Mathlib.Algebra.GroupWithZero.Action.Defs
{Ξ± : Type u_10} {Ξ² : Type u_11} [Group Ξ±] [AddMonoid Ξ²] [DistribMulAction Ξ± Ξ²] (a : Ξ±) {x : Ξ²} : a β’ x β 0 β x β 0 - DistribMulAction.smul_add π Mathlib.Algebra.GroupWithZero.Action.Defs
{M : Type u_12} {A : Type u_13} {instβ : Monoid M} {instβΒΉ : AddMonoid A} [self : DistribMulAction M A] (a : M) (x y : A) : a β’ (x + y) = a β’ x + a β’ y - DistribMulAction.toAddMonoidEnd_apply π Mathlib.Algebra.GroupWithZero.Action.Defs
(M : Type u_1) (A : Type u_7) [Monoid M] [AddMonoid A] [DistribMulAction M A] (x : M) : (DistribMulAction.toAddMonoidEnd M A) x = DistribSMul.toAddMonoidHom A x - DistribMulAction.mk π Mathlib.Algebra.GroupWithZero.Action.Defs
{M : Type u_12} {A : Type u_13} [Monoid M] [AddMonoid A] [toMulAction : MulAction M A] (smul_zero : β (a : M), a β’ 0 = 0) (smul_add : β (a : M) (x y : A), a β’ (x + y) = a β’ x + a β’ y) : DistribMulAction M A - Function.Injective.distribMulAction π Mathlib.Algebra.GroupWithZero.Action.Defs
{M : Type u_1} {A : Type u_7} {B : Type u_9} [Monoid M] [AddMonoid A] [DistribMulAction M A] [AddMonoid B] [SMul M B] (f : B β+ A) (hf : Function.Injective βf) (smul : β (c : M) (x : B), f (c β’ x) = c β’ f x) : DistribMulAction M B - Function.Surjective.distribMulAction π Mathlib.Algebra.GroupWithZero.Action.Defs
{M : Type u_1} {A : Type u_7} {B : Type u_9} [Monoid M] [AddMonoid A] [DistribMulAction M A] [AddMonoid B] [SMul M B] (f : A β+ B) (hf : Function.Surjective βf) (smul : β (c : M) (x : A), f (c β’ x) = c β’ f x) : DistribMulAction M B - Module.toDistribMulAction π Mathlib.Algebra.Module.Defs
{R : Type u} {M : Type v} {instβ : Semiring R} {instβΒΉ : AddCommMonoid M} [self : Module R M] : DistribMulAction R M - Module.mk π Mathlib.Algebra.Module.Defs
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] [toDistribMulAction : DistribMulAction R M] (add_smul : β (r s : R) (x : M), (r + s) β’ x = r β’ x + s β’ x) (zero_smul : β (x : M), 0 β’ x = 0) : Module R M - Units.instDistribMulAction π Mathlib.Algebra.GroupWithZero.Action.Units
{M : Type u_3} {Ξ± : Type u_4} [Monoid M] [AddMonoid Ξ±] [DistribMulAction M Ξ±] : DistribMulAction MΛ£ Ξ± - IsUnit.smul_eq_zero π Mathlib.Algebra.GroupWithZero.Action.Units
{G : Type u_2} {M : Type u_3} [Monoid G] [AddMonoid M] [DistribMulAction G M] {u : G} {x : M} (hu : IsUnit u) : u β’ x = 0 β x = 0 - AddMonoid.End.applyDistribMulAction π Mathlib.Algebra.GroupWithZero.Action.End
{Ξ± : Type u_4} [AddMonoid Ξ±] : DistribMulAction (AddMonoid.End Ξ±) Ξ± - DistribMulAction.compHom π Mathlib.Algebra.GroupWithZero.Action.End
{M : Type u_1} {N : Type u_2} (A : Type u_3) [AddMonoid A] [Monoid M] [DistribMulAction M A] [Monoid N] (f : N β* M) : DistribMulAction N A - DistribMulAction.toAddEquivβ π Mathlib.Algebra.GroupWithZero.Action.End
{Ξ± : Type u_6} (Ξ² : Type u_7) [GroupWithZero Ξ±] [AddMonoid Ξ²] [DistribMulAction Ξ± Ξ²] (x : Ξ±) (hx : x β 0) : Ξ² β+ Ξ² - Function.Surjective.distribMulActionLeft π Mathlib.Algebra.GroupWithZero.Action.End
{R : Type u_6} {S : Type u_7} {M : Type u_8} [Monoid R] [AddMonoid M] [DistribMulAction R M] [Monoid S] [SMul S M] (f : R β* S) (hf : Function.Surjective βf) (hsmul : β (c : R) (x : M), f c β’ x = c β’ x) : DistribMulAction S M - MulSemiringAction.toDistribMulAction π Mathlib.Algebra.Ring.Action.Basic
{M : Type u} {R : Type v} {instβ : Monoid M} {instβΒΉ : Semiring R} [self : MulSemiringAction M R] : DistribMulAction M R - MulSemiringAction.mk π Mathlib.Algebra.Ring.Action.Basic
{M : Type u} {R : Type v} [Monoid M] [Semiring R] [toDistribMulAction : DistribMulAction M R] (smul_one : β (g : M), g β’ 1 = 1) (smul_mul : β (g : M) (x y : R), g β’ (x * y) = g β’ x * g β’ y) : MulSemiringAction M R - DistribMulActionHomClass π Mathlib.GroupTheory.GroupAction.Hom
(F : Type u_10) (M : outParam (Type u_11)) (A : outParam (Type u_12)) (B : outParam (Type u_13)) [Monoid M] [AddMonoid A] [AddMonoid B] [DistribMulAction M A] [DistribMulAction M B] [FunLike F A B] : Prop - DistribMulActionHom.id π Mathlib.GroupTheory.GroupAction.Hom
(M : Type u_1) [Monoid M] {A : Type u_4} [AddMonoid A] [DistribMulAction M A] : A β+[M] A - DistribMulActionHom.instZeroId π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {A : Type u_4} [AddMonoid A] [DistribMulAction M A] : One (A β+[M] A) - DistribMulActionSemiHomClass π Mathlib.GroupTheory.GroupAction.Hom
(F : Type u_10) {M : outParam (Type u_11)} {N : outParam (Type u_12)} (Ο : outParam (M β N)) (A : outParam (Type u_13)) (B : outParam (Type u_14)) [Monoid M] [Monoid N] [AddMonoid A] [AddMonoid B] [DistribMulAction M A] [DistribMulAction N B] [FunLike F A B] : Prop - DistribMulActionHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] (Ο : M β* N) (A : Type u_10) [AddMonoid A] [DistribMulAction M A] (B : Type u_11) [AddMonoid B] [DistribMulAction N B] : Type (max u_10 u_11) - MulSemiringActionHomClass π Mathlib.GroupTheory.GroupAction.Hom
(F : Type u_15) {M : outParam (Type u_16)} [Monoid M] (R : outParam (Type u_17)) (S : outParam (Type u_18)) [Semiring R] [Semiring S] [DistribMulAction M R] [DistribMulAction M S] [FunLike F R S] : Prop - DistriMulActionHom.instZero π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_11} [AddMonoid A] [DistribMulAction M A] {B : Type u_12} [AddMonoid B] [DistribMulAction N B] : Zero (A ββ+[Ο] B) - MulDistribMulActionHom.instInhabitedDistribMulActionHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_11} [AddMonoid A] [DistribMulAction M A] {B : Type u_12} [AddMonoid B] [DistribMulAction N B] : Inhabited (A ββ+[Ο] B) - DistribMulActionHom.instFunLike π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] (Ο : M β* N) (A : Type u_4) [AddMonoid A] [DistribMulAction M A] (B : Type u_5) [AddMonoid B] [DistribMulAction N B] : FunLike (A ββ+[Ο] B) A B - MulSemiringActionSemiHomClass π Mathlib.GroupTheory.GroupAction.Hom
(F : Type u_15) {M : outParam (Type u_16)} {N : outParam (Type u_17)} [Monoid M] [Monoid N] (Ο : outParam (M β N)) (R : outParam (Type u_18)) (S : outParam (Type u_19)) [Semiring R] [Semiring S] [DistribMulAction M R] [DistribMulAction N S] [FunLike F R S] : Prop - DistribMulActionHom.toAddMonoidHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_10} [AddMonoid A] [DistribMulAction M A] {B : Type u_11} [AddMonoid B] [DistribMulAction N B] (self : A ββ+[Ο] B) : A β+ B - DistribMulActionHom.id_apply π Mathlib.GroupTheory.GroupAction.Hom
(M : Type u_1) [Monoid M] {A : Type u_4} [AddMonoid A] [DistribMulAction M A] (x : A) : (DistribMulActionHom.id M) x = x - DistribMulActionSemiHomClass.toAddMonoidHomClass π Mathlib.GroupTheory.GroupAction.Hom
{F : Type u_10} {M : outParam (Type u_11)} {N : outParam (Type u_12)} {Ο : outParam (M β N)} {A : outParam (Type u_13)} {B : outParam (Type u_14)} {instβ : Monoid M} {instβΒΉ : Monoid N} {instβΒ² : AddMonoid A} {instβΒ³ : AddMonoid B} {instββ΄ : DistribMulAction M A} {instββ΅ : DistribMulAction N B} {instββΆ : FunLike F A B} [self : DistribMulActionSemiHomClass F Ο A B] : AddMonoidHomClass F A B - MulSemiringActionSemiHomClass.toRingHomClass π Mathlib.GroupTheory.GroupAction.Hom
{F : Type u_15} {M : outParam (Type u_16)} {N : outParam (Type u_17)} [Monoid M] [Monoid N] (Ο : outParam (M β N)) {R : outParam (Type u_18)} {S : outParam (Type u_19)} [Semiring R] [Semiring S] [DistribMulAction M R] [DistribMulAction N S] [FunLike F R S] [self : MulSemiringActionSemiHomClass F Ο R S] : RingHomClass F R S - SMulCommClass.toDistribMulActionHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_13} (N : Type u_11) (A : Type u_12) [Monoid N] [AddMonoid A] [DistribSMul M A] [DistribMulAction N A] [SMulCommClass M N A] (c : M) : A β+[N] A - MulSemiringActionSemiHomClass.toMonoidHomClass π Mathlib.GroupTheory.GroupAction.Hom
{F : Type u_15} {M : outParam (Type u_16)} {N : outParam (Type u_17)} {instβ : Monoid M} {instβΒΉ : Monoid N} {Ο : outParam (M β N)} {R : outParam (Type u_18)} {S : outParam (Type u_19)} {instβΒ² : Semiring R} {instβΒ³ : Semiring S} {instββ΄ : DistribMulAction M R} {instββ΅ : DistribMulAction N S} {instββΆ : FunLike F R S} [self : MulSemiringActionSemiHomClass F Ο R S] : MonoidHomClass F R S - MulSemiringActionSemiHomClass.toDistribMulActionSemiHomClass π Mathlib.GroupTheory.GroupAction.Hom
{F : Type u_15} {M : outParam (Type u_16)} {N : outParam (Type u_17)} {instβ : Monoid M} {instβΒΉ : Monoid N} {Ο : outParam (M β N)} {R : outParam (Type u_18)} {S : outParam (Type u_19)} {instβΒ² : Semiring R} {instβΒ³ : Semiring S} {instββ΄ : DistribMulAction M R} {instββ΅ : DistribMulAction N S} {instββΆ : FunLike F R S} [self : MulSemiringActionSemiHomClass F Ο R S] : DistribMulActionSemiHomClass F Ο R S - DistribMulActionSemiHomClass.toDistribMulActionHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] {F : Type u_10} [FunLike F A B] [DistribMulActionSemiHomClass F (βΟ) A B] (f : F) : A ββ+[Ο] B - DistribMulActionHom.instCoeTCOfAddDistribAddActionSemiHomClassCoeAddMonoidHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] {F : Type u_10} [FunLike F A B] [DistribMulActionSemiHomClass F (βΟ) A B] : CoeTC F (A ββ+[Ο] B) - DistribMulActionSemiHomClass.toMulActionSemiHomClass π Mathlib.GroupTheory.GroupAction.Hom
{F : Type u_10} {M : outParam (Type u_11)} {N : outParam (Type u_12)} {Ο : outParam (M β N)} {A : outParam (Type u_13)} {B : outParam (Type u_14)} {instβ : Monoid M} {instβΒΉ : Monoid N} {instβΒ² : AddMonoid A} {instβΒ³ : AddMonoid B} {instββ΄ : DistribMulAction M A} {instββ΅ : DistribMulAction N B} {instββΆ : FunLike F A B} [self : DistribMulActionSemiHomClass F Ο A B] : MulActionSemiHomClass F Ο A B - DistribMulActionHom.coe_zero π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {A : Type u_4} [AddMonoid A] [DistribMulAction M A] : β1 = id - DistribMulActionHom.instAddDistribAddActionSemiHomClassCoeAddMonoidHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] (Ο : M β* N) (A : Type u_4) [AddMonoid A] [DistribMulAction M A] (B : Type u_5) [AddMonoid B] [DistribMulAction N B] : DistribMulActionSemiHomClass (A ββ+[Ο] B) (βΟ) A B - DistribMulActionHom.zero_apply π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {A : Type u_4} [AddMonoid A] [DistribMulAction M A] (a : A) : 1 a = a - DistribMulActionHom.map_zero π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] (f : A ββ+[Ο] B) : f 0 = 0 - MulActionHom.instDistribMulActionOfSMulCommClass π Mathlib.GroupTheory.GroupAction.Hom
{R : Type u_1} {M : Type u_2} {N : Type u_3} {X : Type u_4} {Y : Type u_5} {Ο : M β N} [AddMonoid Y] [Monoid R] [SMul M X] [DistribSMul N Y] [DistribMulAction R Y] [SMulCommClass N R Y] : DistribMulAction R (X ββ[Ο] Y) - DistribMulActionHom.comp_id π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] (f : A ββ+[Ο] B) : f.comp (DistribMulActionHom.id M) = f - DistribMulActionHom.id_comp π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] (f : A ββ+[Ο] B) : (DistribMulActionHom.id N).comp f = f - DistribMulActionSemiHomClass.mk π Mathlib.GroupTheory.GroupAction.Hom
{F : Type u_10} {M : outParam (Type u_11)} {N : outParam (Type u_12)} {Ο : outParam (M β N)} {A : outParam (Type u_13)} {B : outParam (Type u_14)} [Monoid M] [Monoid N] [AddMonoid A] [AddMonoid B] [DistribMulAction M A] [DistribMulAction N B] [FunLike F A B] [toMulActionSemiHomClass : MulActionSemiHomClass F Ο A B] [toAddMonoidHomClass : AddMonoidHomClass F A B] : DistribMulActionSemiHomClass F Ο A B - MulSemiringActionSemiHomClass.mk π Mathlib.GroupTheory.GroupAction.Hom
{F : Type u_15} {M : outParam (Type u_16)} {N : outParam (Type u_17)} [Monoid M] [Monoid N] {Ο : outParam (M β N)} {R : outParam (Type u_18)} {S : outParam (Type u_19)} [Semiring R] [Semiring S] [DistribMulAction M R] [DistribMulAction N S] [FunLike F R S] [toDistribMulActionSemiHomClass : DistribMulActionSemiHomClass F Ο R S] [toMonoidHomClass : MonoidHomClass F R S] : MulSemiringActionSemiHomClass F Ο R S - DistriMulActionHom.zero_apply π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_11} [AddMonoid A] [DistribMulAction M A] {B : Type u_12} [AddMonoid B] [DistribMulAction N B] (a : A) : 0 a = 0 - DistribMulActionHom.comp π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {P : Type u_3} [Monoid P] {Ο : M β* N} {Ο : N β* P} {Ο : M β* P} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] {C : Type u_7} [AddMonoid C] [DistribMulAction P C] [ΞΊ : Ο.CompTriple Ο Ο] (g : B ββ+[Ο] C) (f : A ββ+[Ο] B) : A ββ+[Ο] C - DistriMulActionHom.coe_zero π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_11} [AddMonoid A] [DistribMulAction M A] {B : Type u_12} [AddMonoid B] [DistribMulAction N B] : β0 = 0 - DistribMulActionHom.toMulActionHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_10} [AddMonoid A] [DistribMulAction M A] {B : Type u_11} [AddMonoid B] [DistribMulAction N B] (self : A ββ+[Ο] B) : A ββ[βΟ] B - DistribMulActionHom.congr_fun π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] {f g : A ββ+[Ο] B} (h : f = g) (x : A) : f x = g x - DistribMulActionHom.ext π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] {f g : A ββ+[Ο] B} : (β (x : A), f x = g x) β f = g - DistribMulActionHom.ext_iff π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] {f g : A ββ+[Ο] B} : f = g β β (x : A), f x = g x - SMulCommClass.toDistribMulActionHom_toFun π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_13} (N : Type u_11) (A : Type u_12) [Monoid N] [AddMonoid A] [DistribSMul M A] [DistribMulAction N A] [SMulCommClass M N A] (c : M) (xβ : A) : (SMulCommClass.toDistribMulActionHom N A c) xβ = c β’ xβ - DistribMulActionHom.inverse π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {Bβ : Type u_6} [AddMonoid Bβ] [DistribMulAction M Bβ] (f : A β+[M] Bβ) (g : Bβ β A) (hβ : Function.LeftInverse g βf) (hβ : Function.RightInverse g βf) : Bβ β+[M] A - DistribMulActionHom.toFun_eq_coe π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] (f : A ββ+[Ο] B) : f.toFun = βf - DistribMulActionHom.map_zero' π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_10} [AddMonoid A] [DistribMulAction M A] {B : Type u_11} [AddMonoid B] [DistribMulAction N B] (self : A ββ+[Ο] B) : self.toFun 0 = 0 - DistribMulActionHom.map_add π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] (f : A ββ+[Ο] B) (x y : A) : f (x + y) = f x + f y - DistribMulActionHom.map_neg π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} (A' : Type u_8) [AddGroup A'] [DistribMulAction M A'] (B' : Type u_9) [AddGroup B'] [DistribMulAction N B'] (f : A' ββ+[Ο] B') (x : A') : f (-x) = -f x - DistribMulActionHom.map_smulβ π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] (f : A ββ+[Ο] B) (m : M) (x : A) : f (m β’ x) = Ο m β’ f x - DistribMulActionHom.comp_apply π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {P : Type u_3} [Monoid P] {Ο : M β* N} {Ο : N β* P} {Ο : M β* P} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] {C : Type u_7} [AddMonoid C] [DistribMulAction P C] (g : B ββ+[Ο] C) (f : A ββ+[Ο] B) [Ο.CompTriple Ο Ο] (x : A) : (g.comp f) x = g (f x) - DistribMulActionHom.coe_fn_coe π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] (f : A ββ+[Ο] B) : ββf = βf - DistribMulActionHom.map_sub π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} (A' : Type u_8) [AddGroup A'] [DistribMulAction M A'] (B' : Type u_9) [AddGroup B'] [DistribMulAction N B'] (f : A' ββ+[Ο] B') (x y : A') : f (x - y) = f x - f y - DistribMulActionHom.comp_assoc π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {P : Type u_3} [Monoid P] {Ο : M β* N} {Ο : N β* P} {Ο : M β* P} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] {C : Type u_7} [AddMonoid C] [DistribMulAction P C] {Q : Type u_11} {D : Type u_12} [Monoid Q] [AddMonoid D] [DistribMulAction Q D] {Ξ· : P β* Q} {ΞΈ : M β* Q} {ΞΆ : N β* Q} (h : C ββ+[Ξ·] D) (g : B ββ+[Ο] C) (f : A ββ+[Ο] B) [Ο.CompTriple Ο Ο] [Ο.CompTriple Ξ· ΞΈ] [Ο.CompTriple Ξ· ΞΆ] [Ο.CompTriple ΞΆ ΞΈ] : h.comp (g.comp f) = (h.comp g).comp f - DistribMulActionHom.ext_ring π Mathlib.GroupTheory.GroupAction.Hom
{R : Type u_10} [Semiring R] {S : Type u_11} [Semiring S] {N' : Type u_12} [AddMonoid N'] [DistribMulAction S N'] {Ο : R β* S} {f g : R ββ+[Ο] N'} (h : f 1 = g 1) : f = g - DistribMulActionHom.ext_ring_iff π Mathlib.GroupTheory.GroupAction.Hom
{R : Type u_10} [Semiring R] {S : Type u_11} [Semiring S] {N' : Type u_12} [AddMonoid N'] [DistribMulAction S N'] {Ο : R β* S} {f g : R ββ+[Ο] N'} : f = g β f 1 = g 1 - DistribMulActionHom.toAddMonoidHom_injective π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] {f g : A ββ+[Ο] B} (h : βf = βg) : f = g - DistribMulActionHom.map_add' π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_10} [AddMonoid A] [DistribMulAction M A] {B : Type u_11} [AddMonoid B] [DistribMulAction N B] (self : A ββ+[Ο] B) (x y : A) : self.toFun (x + y) = self.toFun x + self.toFun y - DistribMulActionHom.coe_fn_coe' π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] (f : A ββ+[Ο] B) : ββf = βf - DistribMulActionHom.toAddActionHom_injective π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [AddMonoid A] [DistribMulAction M A] {B : Type u_5} [AddMonoid B] [DistribMulAction N B] {f g : A ββ+[Ο] B} (h : βf = βg) : f = g - DistribMulActionHom.mk π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_10} [AddMonoid A] [DistribMulAction M A] {B : Type u_11} [AddMonoid B] [DistribMulAction N B] (toMulActionHom : A ββ[βΟ] B) (map_zero' : toMulActionHom.toFun 0 = 0) (map_add' : β (x y : A), toMulActionHom.toFun (x + y) = toMulActionHom.toFun x + toMulActionHom.toFun y) : A ββ+[Ο] B - LinearMap.instDistribMulAction π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {Rβ : Type u_3} {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} [Monoid S] [DistribMulAction S Mβ] [SMulCommClass Rβ S Mβ] : DistribMulAction S (M βββ[Οββ] Mβ) - LinearMap.smul_comp π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {Rβ : Type u_3} {Rβ : Type u_4} {Sβ : Type u_6} {M : Type u_8} {Mβ : Type u_10} {Mβ : Type u_11} [Semiring R] [Semiring Rβ] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* Rβ} {Οββ : R β+* Rβ} [RingHomCompTriple Οββ Οββ Οββ] [Monoid Sβ] [DistribMulAction Sβ Mβ] [SMulCommClass Rβ Sβ Mβ] (a : Sβ) (g : Mβ βββ[Οββ] Mβ) (f : M βββ[Οββ] Mβ) : (a β’ g) βββ f = a β’ g βββ f - LinearMap.comp_smul π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} {Mβ : Type u_11} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R M] [Monoid S] [DistribMulAction S Mβ] [Module R Mβ] [Module R Mβ] [SMulCommClass R S Mβ] [DistribMulAction S Mβ] [SMulCommClass R S Mβ] [LinearMap.CompatibleSMul Mβ Mβ S R] (g : Mβ ββ[R] Mβ) (a : S) (f : M ββ[R] Mβ) : g ββ (a β’ f) = a β’ g ββ f - DistribMulAction.toAddEquiv π Mathlib.Algebra.GroupWithZero.Action.Basic
{G : Type u_1} (A : Type u_3) [Group G] [AddMonoid A] [DistribMulAction G A] (x : G) : A β+ A - DistribMulAction.toAddAut π Mathlib.Algebra.GroupWithZero.Action.Basic
(G : Type u_1) (A : Type u_3) [Group G] [AddMonoid A] [DistribMulAction G A] : G β* Multiplicative (AddAut A) - DistribMulAction.toAddEquiv_apply π Mathlib.Algebra.GroupWithZero.Action.Basic
{G : Type u_1} (A : Type u_3) [Group G] [AddMonoid A] [DistribMulAction G A] (x : G) (aβ : A) : (DistribMulAction.toAddEquiv A x) aβ = x β’ aβ - DistribMulAction.toAddEquiv_symm_apply π Mathlib.Algebra.GroupWithZero.Action.Basic
{G : Type u_1} (A : Type u_3) [Group G] [AddMonoid A] [DistribMulAction G A] (x : G) (aβ : A) : (DistribMulAction.toAddEquiv A x).symm aβ = xβ»ΒΉ β’ aβ - DistribMulAction.toAddAut_apply π Mathlib.Algebra.GroupWithZero.Action.Basic
(G : Type u_1) (A : Type u_3) [Group G] [AddMonoid A] [DistribMulAction G A] (x : G) : (DistribMulAction.toAddAut G A) x = DistribMulAction.toAddEquiv A x - IsUnit.smul_sub_iff_sub_inv_smul π Mathlib.Algebra.GroupWithZero.Action.Basic
{G : Type u_1} {R : Type u_6} [Group G] [Monoid R] [AddGroup R] [DistribMulAction G R] [IsScalarTower G R R] [SMulCommClass G R R] (r : G) (a : R) : IsUnit (r β’ 1 - a) β IsUnit (1 - rβ»ΒΉ β’ a) - AddMonoidHom.instDistribMulAction π Mathlib.Algebra.GroupWithZero.Action.Hom
{M : Type u_1} {A : Type u_3} {B : Type u_4} [AddZeroClass A] [AddCommMonoid B] [Monoid M] [DistribMulAction M B] : DistribMulAction M (A β+ B) - DomMulAct.instDistribMulActionForallOfMulAction π Mathlib.GroupTheory.GroupAction.DomAct.Basic
{M : Type u_1} {Ξ± : Type u_3} {A : Type u_5} [Monoid M] [MulAction M Ξ±] [AddMonoid A] : DistribMulAction Mα΅α΅α΅ (Ξ± β A) - DomMulAct.instMulActionAddMonoidHomOfDistribMulAction π Mathlib.GroupTheory.GroupAction.DomAct.Basic
{A : Type u_5} {M : Type u_6} {B : Type u_7} [Monoid M] [AddMonoid A] [DistribMulAction M A] [AddZeroClass B] : MulAction Mα΅α΅α΅ (A β+ B) - DomMulAct.instDistribMulActionAddMonoidHom π Mathlib.GroupTheory.GroupAction.DomAct.Basic
{A : Type u_5} {M : Type u_6} {B : Type u_7} [Monoid M] [AddMonoid A] [DistribMulAction M A] [AddCommMonoid B] : DistribMulAction Mα΅α΅α΅ (A β+ B) - AddMonoid.End.instDistribMulAction π Mathlib.Algebra.Module.Hom
{R : Type u_1} {A : Type u_4} [Monoid R] [AddCommMonoid A] [DistribMulAction R A] : DistribMulAction R (AddMonoid.End A) - AddMonoid.End.smul_apply π Mathlib.Algebra.Module.Hom
{R : Type u_1} {A : Type u_4} [Monoid R] [AddCommMonoid A] [DistribMulAction R A] (r : R) (f : AddMonoid.End A) (x : A) : (r β’ f) x = r β’ f x - AddMonoid.End.coe_smul π Mathlib.Algebra.Module.Hom
{R : Type u_1} {A : Type u_4} [Monoid R] [AddCommMonoid A] [DistribMulAction R A] (r : R) (f : AddMonoid.End A) : β(r β’ f) = r β’ βf - AddMonoid.End.smulCommClass π Mathlib.Algebra.Module.Hom
{R : Type u_1} {S : Type u_2} {A : Type u_4} [Monoid R] [Monoid S] [AddCommMonoid A] [DistribMulAction R A] [DistribMulAction S A] [SMulCommClass R S A] : SMulCommClass R S (AddMonoid.End A) - AddMonoid.End.isScalarTower π Mathlib.Algebra.Module.Hom
{R : Type u_1} {S : Type u_2} {A : Type u_4} [Monoid R] [Monoid S] [AddCommMonoid A] [DistribMulAction R A] [DistribMulAction S A] [SMul R S] [IsScalarTower R S A] : IsScalarTower R S (AddMonoid.End A) - AddMonoid.End.isCentralScalar π Mathlib.Algebra.Module.Hom
{R : Type u_1} {A : Type u_4} [Monoid R] [AddCommMonoid A] [DistribMulAction R A] [DistribMulAction Rα΅α΅α΅ A] [IsCentralScalar R A] : IsCentralScalar R (AddMonoid.End A) - Pi.distribMulAction π Mathlib.Algebra.GroupWithZero.Action.Pi
{I : Type u} {f : I β Type v} (Ξ± : Type u_1) {m : Monoid Ξ±} {n : (i : I) β AddMonoid (f i)} [(i : I) β DistribMulAction Ξ± (f i)] : DistribMulAction Ξ± ((i : I) β f i) - Pi.distribMulAction' π Mathlib.Algebra.GroupWithZero.Action.Pi
{I : Type u} {f : I β Type v} {g : I β Type u_1} {m : (i : I) β Monoid (f i)} {n : (i : I) β AddMonoid (g i)} [(i : I) β DistribMulAction (f i) (g i)] : DistribMulAction ((i : I) β f i) ((i : I) β g i) - Pi.single_smul' π Mathlib.Algebra.GroupWithZero.Action.Pi
{I : Type u} {Ξ± : Type u_1} {Ξ² : Type u_2} [Monoid Ξ±] [AddMonoid Ξ²] [DistribMulAction Ξ± Ξ²] [DecidableEq I] (i : I) (r : Ξ±) (x : Ξ²) : Pi.single i (r β’ x) = r β’ Pi.single i x - Pi.single_smul π Mathlib.Algebra.GroupWithZero.Action.Pi
{I : Type u} {f : I β Type v} {Ξ± : Type u_1} [Monoid Ξ±] [(i : I) β AddMonoid (f i)] [(i : I) β DistribMulAction Ξ± (f i)] [DecidableEq I] (i : I) (r : Ξ±) (x : f i) : Pi.single i (r β’ x) = r β’ Pi.single i x - Pi.single_smulβ π Mathlib.Algebra.GroupWithZero.Action.Pi
{I : Type u} {f : I β Type v} {g : I β Type u_1} [(i : I) β MonoidWithZero (f i)] [(i : I) β AddMonoid (g i)] [(i : I) β DistribMulAction (f i) (g i)] [DecidableEq I] (i : I) (r : f i) (x : g i) : Pi.single i (r β’ x) = Pi.single i r β’ Pi.single i x - MulOpposite.instDistribMulAction π Mathlib.Algebra.GroupWithZero.Action.Opposite
{M : Type u_1} {Ξ± : Type u_2} [Monoid M] [AddMonoid Ξ±] [DistribMulAction M Ξ±] : DistribMulAction M Ξ±α΅α΅α΅ - LinearMap.instSMulDomMulAct π Mathlib.Algebra.Module.LinearMap.Basic
{R : Type u_1} {R' : Type u_2} {M : Type u_4} {M' : Type u_5} [Semiring R] [Semiring R'] [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R' M'] {Οββ : R β+* R'} {S' : Type u_6} [Monoid S'] [DistribMulAction S' M] [SMulCommClass R S' M] : SMul S'α΅α΅α΅ (M βββ[Οββ] M') - LinearMap.instDistribMulActionDomMulActOfSMulCommClass π Mathlib.Algebra.Module.LinearMap.Basic
{R : Type u_1} {R' : Type u_2} {M : Type u_4} {M' : Type u_5} [Semiring R] [Semiring R'] [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R' M'] {Οββ : R β+* R'} {S' : Type u_6} [Monoid S'] [DistribMulAction S' M] [SMulCommClass R S' M] : DistribMulAction S'α΅α΅α΅ (M βββ[Οββ] M') - DomMulAct.coe_smul_linearMap π Mathlib.Algebra.Module.LinearMap.Basic
{R : Type u_1} {R' : Type u_2} {M : Type u_4} {M' : Type u_5} [Semiring R] [Semiring R'] [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R' M'] {Οββ : R β+* R'} {S' : Type u_6} [Monoid S'] [DistribMulAction S' M] [SMulCommClass R S' M] (a : S'α΅α΅α΅) (f : M βββ[Οββ] M') : β(a β’ f) = a β’ βf - LinearMap.instSMulCommClassDomMulAct π Mathlib.Algebra.Module.LinearMap.Basic
{R : Type u_1} {R' : Type u_2} {M : Type u_4} {M' : Type u_5} [Semiring R] [Semiring R'] [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R' M'] {Οββ : R β+* R'} {S' : Type u_6} {T' : Type u_7} [Monoid S'] [DistribMulAction S' M] [SMulCommClass R S' M] [Monoid T'] [DistribMulAction T' M] [SMulCommClass R T' M] [SMulCommClass S' T' M] : SMulCommClass S'α΅α΅α΅ T'α΅α΅α΅ (M βββ[Οββ] M') - DomMulAct.mk_smul_linearMap_apply π Mathlib.Algebra.Module.LinearMap.Basic
{R : Type u_1} {R' : Type u_2} {M : Type u_4} {M' : Type u_5} [Semiring R] [Semiring R'] [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R' M'] {Οββ : R β+* R'} {S' : Type u_6} [Monoid S'] [DistribMulAction S' M] [SMulCommClass R S' M] (a : S') (f : M βββ[Οββ] M') (x : M) : (DomMulAct.mk a β’ f) x = f (a β’ x) - DomMulAct.smul_linearMap_apply π Mathlib.Algebra.Module.LinearMap.Basic
{R : Type u_1} {R' : Type u_2} {M : Type u_4} {M' : Type u_5} [Semiring R] [Semiring R'] [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R' M'] {Οββ : R β+* R'} {S' : Type u_6} [Monoid S'] [DistribMulAction S' M] [SMulCommClass R S' M] (a : S'α΅α΅α΅) (f : M βββ[Οββ] M') (x : M) : (a β’ f) x = f (DomMulAct.mk.symm a β’ x) - DistribMulAction.toModuleEnd π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) {S : Type u_3} (M : Type u_4) [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass S R M] : S β* Module.End R M - Module.End.instIsScalarTower π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass R S M] : IsScalarTower S (Module.End R M) (Module.End R M) - Module.End.instSMulCommClass π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass R S M] [SMul S R] [IsScalarTower S R M] : SMulCommClass S (Module.End R M) (Module.End R M) - Module.End.instSMulCommClass' π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass R S M] [SMul S R] [IsScalarTower S R M] : SMulCommClass (Module.End R M) S (Module.End R M) - Module.End.apply_isScalarTower π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass R S M] : IsScalarTower S (Module.End R M) M - DistribMulAction.toModuleEnd_apply π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) {S : Type u_3} (M : Type u_4) [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass S R M] (s : S) : (DistribMulAction.toModuleEnd R M) s = DistribSMul.toLinearMap R M s - Prod.distribMulAction π Mathlib.Algebra.GroupWithZero.Action.Prod
{M : Type u_1} {N : Type u_2} {R : Type u_5} [Monoid R] [AddMonoid M] [AddMonoid N] [DistribMulAction R M] [DistribMulAction R N] : DistribMulAction R (M Γ N) - DistribMulAction.prodOfSMulCommClass π Mathlib.Algebra.GroupWithZero.Action.Prod
(M : Type u_1) (N : Type u_2) (Ξ± : Type u_3) [Monoid M] [Monoid N] [AddMonoid Ξ±] [DistribMulAction M Ξ±] [DistribMulAction N Ξ±] [SMulCommClass M N Ξ±] : DistribMulAction (M Γ N) Ξ± - DistribMulAction.prodEquiv π Mathlib.Algebra.GroupWithZero.Action.Prod
(M : Type u_1) (N : Type u_2) (Ξ± : Type u_3) [Monoid M] [Monoid N] [AddMonoid Ξ±] : DistribMulAction (M Γ N) Ξ± β (x : DistribMulAction M Ξ±) Γ' (x_1 : DistribMulAction N Ξ±) Γ' SMulCommClass M N Ξ± - Prod.smul_mk_zero π Mathlib.Algebra.GroupWithZero.Action.Prod
{M : Type u_1} {Ξ± : Type u_3} [SMul M Ξ±] {Ξ² : Type u_5} [Monoid M] [AddMonoid Ξ²] [DistribMulAction M Ξ²] (a : M) (b : Ξ±) : a β’ (b, 0) = (a β’ b, 0) - Prod.smul_zero_mk π Mathlib.Algebra.GroupWithZero.Action.Prod
{M : Type u_1} {Ξ² : Type u_4} [SMul M Ξ²] {Ξ± : Type u_5} [Monoid M] [AddMonoid Ξ±] [DistribMulAction M Ξ±] (a : M) (c : Ξ²) : a β’ (0, c) = (0, a β’ c) - LinearEquiv.applyDistribMulAction π Mathlib.Algebra.Module.Equiv.Basic
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] : DistribMulAction (M ββ[R] M) M - DistribMulAction.toLinearEquiv π Mathlib.Algebra.Module.Equiv.Basic
(R : Type u_1) {S : Type u_4} (M : Type u_5) [Semiring R] [AddCommMonoid M] [Module R M] [Group S] [DistribMulAction S M] [SMulCommClass S R M] (s : S) : M ββ[R] M - DistribMulAction.toLinearEquiv_apply π Mathlib.Algebra.Module.Equiv.Basic
(R : Type u_1) {S : Type u_4} (M : Type u_5) [Semiring R] [AddCommMonoid M] [Module R M] [Group S] [DistribMulAction S M] [SMulCommClass S R M] (s : S) (aβ : M) : (DistribMulAction.toLinearEquiv R M s) aβ = s β’ aβ - DistribMulAction.toModuleAut π Mathlib.Algebra.Module.Equiv.Basic
(R : Type u_1) {S : Type u_4} (M : Type u_5) [Semiring R] [AddCommMonoid M] [Module R M] [Group S] [DistribMulAction S M] [SMulCommClass S R M] : S β* M ββ[R] M - DistribMulAction.toLinearEquiv_symm_apply π Mathlib.Algebra.Module.Equiv.Basic
(R : Type u_1) {S : Type u_4} (M : Type u_5) [Semiring R] [AddCommMonoid M] [Module R M] [Group S] [DistribMulAction S M] [SMulCommClass S R M] (s : S) (aβ : M) : (DistribMulAction.toLinearEquiv R M s).symm aβ = sβ»ΒΉ β’ aβ - DistribMulAction.toModuleAut_apply π Mathlib.Algebra.Module.Equiv.Basic
(R : Type u_1) {S : Type u_4} (M : Type u_5) [Semiring R] [AddCommMonoid M] [Module R M] [Group S] [DistribMulAction S M] [SMulCommClass S R M] (s : S) : (DistribMulAction.toModuleAut R M) s = DistribMulAction.toLinearEquiv R M s - Submonoid.instDistribMulActionSubtypeMem π Mathlib.Algebra.Group.Submonoid.DistribMulAction
{M : Type u_1} {Ξ± : Type u_2} [Monoid M] {S : Type u_3} [SetLike S M] (s : S) [SubmonoidClass S M] [AddMonoid Ξ±] [DistribMulAction M Ξ±] : DistribMulAction (β₯s) Ξ± - Submonoid.distribMulAction π Mathlib.Algebra.Group.Submonoid.DistribMulAction
{M : Type u_1} {Ξ± : Type u_2} [Monoid M] [AddMonoid Ξ±] [DistribMulAction M Ξ±] (S : Submonoid M) : DistribMulAction (β₯S) Ξ± - Subgroup.instDistribMulActionSubtypeMem π Mathlib.Algebra.Group.Subgroup.Actions
{G : Type u_1} {Ξ± : Type u_2} [Group G] [AddMonoid Ξ±] [DistribMulAction G Ξ±] (S : Subgroup G) : DistribMulAction (β₯S) Ξ± - Units.instMulActionSubtypeNeOfNat π Mathlib.GroupTheory.GroupAction.SubMulAction
(R : Type u_1) (M : Type u_2) [Monoid R] [AddCommMonoid M] [DistribMulAction R M] : MulAction RΛ£ { x // x β 0 } - Units.nonZeroSubMul π Mathlib.GroupTheory.GroupAction.SubMulAction
(R : Type u_1) (M : Type u_2) [Monoid R] [AddCommMonoid M] [DistribMulAction R M] : SubMulAction RΛ£ M - Units.orbitRel_nonZero_iff π Mathlib.GroupTheory.GroupAction.SubMulAction
(R : Type u_1) (M : Type u_2) [Monoid R] [AddCommMonoid M] [DistribMulAction R M] (x y : { v // v β 0 }) : (MulAction.orbitRel RΛ£ { v // v β 0 }) x y β (MulAction.orbitRel RΛ£ M) βx βy - Units.smul_coe π Mathlib.GroupTheory.GroupAction.SubMulAction
(R : Type u_1) (M : Type u_2) [Monoid R] [AddCommMonoid M] [DistribMulAction R M] (a : RΛ£) (x : { x // x β 0 }) : β(a β’ x) = a β’ βx - PUnit.instDistribMulAction π Mathlib.Algebra.Module.PUnit
{R : Type u_1} [AddMonoid R] : DistribMulAction PUnit.{u_3 + 1} R - PUnit.distribMulAction π Mathlib.Algebra.Module.PUnit
{R : Type u_1} [Monoid R] : DistribMulAction R PUnit.{u_3 + 1} - ULift.distribMulAction π Mathlib.Algebra.Module.ULift
{R : Type u} {M : Type v} [Monoid R] [AddMonoid M] [DistribMulAction R M] : DistribMulAction (ULift.{u_1, u} R) M - ULift.distribMulAction' π Mathlib.Algebra.Module.ULift
{R : Type u} {M : Type v} [Monoid R] [AddMonoid M] [DistribMulAction R M] : DistribMulAction R (ULift.{u_1, v} M) - Subsemiring.distribMulAction π Mathlib.Algebra.Ring.Subsemiring.Basic
{R' : Type u_1} {Ξ± : Type u_2} [Semiring R'] [AddMonoid Ξ±] [DistribMulAction R' Ξ±] (S : Subsemiring R') : DistribMulAction (β₯S) Ξ± - isSMulRegular_iff_mem_nonZeroSMulDivisors π Mathlib.Algebra.GroupWithZero.NonZeroDivisors
{Mβ : Type u_2} [MonoidWithZero Mβ] {M : Type u_4} [AddGroup M] [DistribMulAction Mβ M] {mβ : Mβ} : IsSMulRegular M mβ β mβ β nonZeroSMulDivisors Mβ M - Set.distribMulActionSet π Mathlib.Algebra.GroupWithZero.Action.Pointwise.Set
{Ξ± : Type u_1} {Ξ² : Type u_2} [Monoid Ξ±] [AddMonoid Ξ²] [DistribMulAction Ξ± Ξ²] : DistribMulAction Ξ± (Set Ξ²) - AddSubmonoid.pointwiseMulAction π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{M : Type u_3} {A : Type u_4} [Monoid M] [AddMonoid A] [DistribMulAction M A] : MulAction M (AddSubmonoid A) - AddSubmonoid.smul_bot π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{M : Type u_3} {A : Type u_4} [Monoid M] [AddMonoid A] [DistribMulAction M A] (m : M) : m β’ β₯ = β₯ - AddSubmonoid.smul_closure π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{M : Type u_3} {A : Type u_4} [Monoid M] [AddMonoid A] [DistribMulAction M A] (m : M) (s : Set A) : m β’ AddSubmonoid.closure s = AddSubmonoid.closure (m β’ s) - AddSubmonoid.coe_pointwise_smul π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{M : Type u_3} {A : Type u_4} [Monoid M] [AddMonoid A] [DistribMulAction M A] (m : M) (S : AddSubmonoid A) : β(m β’ S) = m β’ βS - AddSubmonoid.smul_mem_pointwise_smul π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{M : Type u_3} {A : Type u_4} [Monoid M] [AddMonoid A] [DistribMulAction M A] (a : A) (m : M) (S : AddSubmonoid A) : a β S β m β’ a β m β’ S - AddSubmonoid.pointwise_isCentralScalar π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{M : Type u_3} {A : Type u_4} [Monoid M] [AddMonoid A] [DistribMulAction M A] [DistribMulAction Mα΅α΅α΅ A] [IsCentralScalar M A] : IsCentralScalar M (AddSubmonoid A) - AddSubmonoid.mem_smul_pointwise_iff_exists π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{M : Type u_3} {A : Type u_4} [Monoid M] [AddMonoid A] [DistribMulAction M A] (a : A) (m : M) (S : AddSubmonoid A) : a β m β’ S β β s β S, m β’ s = a - AddSubmonoid.smul_mem_pointwise_smul_iff π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{G : Type u_2} {A : Type u_4} [AddMonoid A] [Group G] [DistribMulAction G A] {a : G} {S : AddSubmonoid A} {x : A} : a β’ x β a β’ S β x β S - AddSubmonoid.mem_inv_pointwise_smul_iff π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{G : Type u_2} {A : Type u_4} [AddMonoid A] [Group G] [DistribMulAction G A] {a : G} {S : AddSubmonoid A} {x : A} : x β aβ»ΒΉ β’ S β a β’ x β S - AddSubmonoid.mem_pointwise_smul_iff_inv_smul_mem π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{G : Type u_2} {A : Type u_4} [AddMonoid A] [Group G] [DistribMulAction G A] {a : G} {S : AddSubmonoid A} {x : A} : x β a β’ S β aβ»ΒΉ β’ x β S - AddSubmonoid.smul_mem_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {A : Type u_4} [AddMonoid A] [GroupWithZero Gβ] [DistribMulAction Gβ A] {a : Gβ} (ha : a β 0) (S : AddSubmonoid A) (x : A) : a β’ x β a β’ S β x β S - AddSubmonoid.mem_inv_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {A : Type u_4} [AddMonoid A] [GroupWithZero Gβ] [DistribMulAction Gβ A] {a : Gβ} (ha : a β 0) (S : AddSubmonoid A) (x : A) : x β aβ»ΒΉ β’ S β a β’ x β S - AddSubmonoid.mem_pointwise_smul_iff_inv_smul_memβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {A : Type u_4} [AddMonoid A] [GroupWithZero Gβ] [DistribMulAction Gβ A] {a : Gβ} (ha : a β 0) (S : AddSubmonoid A) (x : A) : x β a β’ S β aβ»ΒΉ β’ x β S - AddSubmonoid.pointwise_smul_le_pointwise_smul_iff π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{G : Type u_2} {A : Type u_4} [AddMonoid A] [Group G] [DistribMulAction G A] {a : G} {S T : AddSubmonoid A} : a β’ S β€ a β’ T β S β€ T - AddSubmonoid.le_pointwise_smul_iff π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{G : Type u_2} {A : Type u_4} [AddMonoid A] [Group G] [DistribMulAction G A] {a : G} {S T : AddSubmonoid A} : S β€ a β’ T β aβ»ΒΉ β’ S β€ T - AddSubmonoid.pointwise_smul_le_iff π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{G : Type u_2} {A : Type u_4} [AddMonoid A] [Group G] [DistribMulAction G A] {a : G} {S T : AddSubmonoid A} : a β’ S β€ T β S β€ aβ»ΒΉ β’ T - AddSubmonoid.pointwise_smul_le_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {A : Type u_4} [AddMonoid A] [GroupWithZero Gβ] [DistribMulAction Gβ A] {S T : AddSubmonoid A} {a : Gβ} (ha : a β 0) : a β’ S β€ a β’ T β S β€ T - AddSubmonoid.le_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {A : Type u_4} [AddMonoid A] [GroupWithZero Gβ] [DistribMulAction Gβ A] {S T : AddSubmonoid A} {a : Gβ} (ha : a β 0) : S β€ a β’ T β aβ»ΒΉ β’ S β€ T - AddSubmonoid.pointwise_smul_le_iffβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {A : Type u_4} [AddMonoid A] [GroupWithZero Gβ] [DistribMulAction Gβ A] {S T : AddSubmonoid A} {a : Gβ} (ha : a β 0) : a β’ S β€ T β S β€ aβ»ΒΉ β’ T - AddSubmonoid.smul_sup π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{M : Type u_3} {A : Type u_4} [Monoid M] [AddMonoid A] [DistribMulAction M A] (m : M) (S T : AddSubmonoid A) : m β’ (S β T) = m β’ S β m β’ T - AddSubgroup.pointwiseMulAction π Mathlib.Algebra.GroupWithZero.Subgroup
{M : Type u_3} {A : Type u_4} [Monoid M] [AddGroup A] [DistribMulAction M A] : MulAction M (AddSubgroup A) - AddSubgroup.coe_pointwise_smul π Mathlib.Algebra.GroupWithZero.Subgroup
{M : Type u_3} {A : Type u_4} [Monoid M] [AddGroup A] [DistribMulAction M A] (a : M) (S : AddSubgroup A) : β(a β’ S) = a β’ βS - AddSubgroup.smul_mem_pointwise_smul π Mathlib.Algebra.GroupWithZero.Subgroup
{M : Type u_3} {A : Type u_4} [Monoid M] [AddGroup A] [DistribMulAction M A] (m : A) (a : M) (S : AddSubgroup A) : m β S β a β’ m β a β’ S - AddSubgroup.mem_smul_pointwise_iff_exists π Mathlib.Algebra.GroupWithZero.Subgroup
{M : Type u_3} {A : Type u_4} [Monoid M] [AddGroup A] [DistribMulAction M A] (m : A) (a : M) (S : AddSubgroup A) : m β a β’ S β β s β S, a β’ s = m - AddSubgroup.pointwise_smul_toAddSubmonoid π Mathlib.Algebra.GroupWithZero.Subgroup
{M : Type u_3} {A : Type u_4} [Monoid M] [AddGroup A] [DistribMulAction M A] (a : M) (S : AddSubgroup A) : (a β’ S).toAddSubmonoid = a β’ S.toAddSubmonoid - AddSubgroup.smul_mem_pointwise_smul_iff π Mathlib.Algebra.GroupWithZero.Subgroup
{G : Type u_2} {A : Type u_4} [Group G] [AddGroup A] [DistribMulAction G A] {S : AddSubgroup A} {a : G} {x : A} : a β’ x β a β’ S β x β S - AddSubgroup.pointwise_smul_le_pointwise_smul_iff π Mathlib.Algebra.GroupWithZero.Subgroup
{G : Type u_2} {A : Type u_4} [Group G] [AddGroup A] [DistribMulAction G A] {S T : AddSubgroup A} {a : G} : a β’ S β€ a β’ T β S β€ T - AddSubgroup.mem_inv_pointwise_smul_iff π Mathlib.Algebra.GroupWithZero.Subgroup
{G : Type u_2} {A : Type u_4} [Group G] [AddGroup A] [DistribMulAction G A] {S : AddSubgroup A} {a : G} {x : A} : x β aβ»ΒΉ β’ S β a β’ x β S - AddSubgroup.mem_pointwise_smul_iff_inv_smul_mem π Mathlib.Algebra.GroupWithZero.Subgroup
{G : Type u_2} {A : Type u_4} [Group G] [AddGroup A] [DistribMulAction G A] {S : AddSubgroup A} {a : G} {x : A} : x β a β’ S β aβ»ΒΉ β’ x β S - AddSubgroup.pointwise_isCentralScalar π Mathlib.Algebra.GroupWithZero.Subgroup
{M : Type u_3} {A : Type u_4} [Monoid M] [AddGroup A] [DistribMulAction M A] [DistribMulAction Mα΅α΅α΅ A] [IsCentralScalar M A] : IsCentralScalar M (AddSubgroup A) - AddSubgroup.le_pointwise_smul_iff π Mathlib.Algebra.GroupWithZero.Subgroup
{G : Type u_2} {A : Type u_4} [Group G] [AddGroup A] [DistribMulAction G A] {S T : AddSubgroup A} {a : G} : S β€ a β’ T β aβ»ΒΉ β’ S β€ T - AddSubgroup.pointwise_smul_le_iff π Mathlib.Algebra.GroupWithZero.Subgroup
{G : Type u_2} {A : Type u_4} [Group G] [AddGroup A] [DistribMulAction G A] {S T : AddSubgroup A} {a : G} : a β’ S β€ T β S β€ aβ»ΒΉ β’ T - AddSubgroup.smul_mem_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {A : Type u_4} [GroupWithZero Gβ] [AddGroup A] [DistribMulAction Gβ A] {a : Gβ} (ha : a β 0) (S : AddSubgroup A) (x : A) : a β’ x β a β’ S β x β S - AddSubgroup.pointwise_smul_le_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {A : Type u_4} [GroupWithZero Gβ] [AddGroup A] [DistribMulAction Gβ A] {S T : AddSubgroup A} {a : Gβ} (ha : a β 0) : a β’ S β€ a β’ T β S β€ T - AddSubgroup.mem_inv_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {A : Type u_4} [GroupWithZero Gβ] [AddGroup A] [DistribMulAction Gβ A] {a : Gβ} (ha : a β 0) (S : AddSubgroup A) (x : A) : x β aβ»ΒΉ β’ S β a β’ x β S - AddSubgroup.mem_pointwise_smul_iff_inv_smul_memβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {A : Type u_4} [GroupWithZero Gβ] [AddGroup A] [DistribMulAction Gβ A] {a : Gβ} (ha : a β 0) (S : AddSubgroup A) (x : A) : x β a β’ S β aβ»ΒΉ β’ x β S - AddSubgroup.le_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {A : Type u_4} [GroupWithZero Gβ] [AddGroup A] [DistribMulAction Gβ A] {S T : AddSubgroup A} {a : Gβ} (ha : a β 0) : S β€ a β’ T β aβ»ΒΉ β’ S β€ T - AddSubgroup.pointwise_smul_le_iffβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {A : Type u_4} [GroupWithZero Gβ] [AddGroup A] [DistribMulAction Gβ A] {S T : AddSubgroup A} {a : Gβ} (ha : a β 0) : a β’ S β€ T β S β€ aβ»ΒΉ β’ T - AddSubgroup.pointwise_smul_def π Mathlib.Algebra.GroupWithZero.Subgroup
{M : Type u_3} {A : Type u_4} [Monoid M] [AddGroup A] [DistribMulAction M A] {a : M} (S : AddSubgroup A) : a β’ S = AddSubgroup.map ((DistribMulAction.toAddMonoidEnd M A) a) S - Submodule.pointwiseSetSMul π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] : SMul (Set S) (Submodule R M) - Submodule.empty_set_smul π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] (N : Submodule R M) : β β’ N = β₯ - Submodule.instCovariantClassSetHSMulLe π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] : CovariantClass (Set S) (Submodule R M) HSMul.hSMul LE.le - Submodule.set_smul_bot π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] (s : Set S) : s β’ β₯ = β₯ - Submodule.pointwiseDistribMulAction π Mathlib.Algebra.Module.Submodule.Pointwise
{Ξ± : Type u_1} {R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid Ξ±] [DistribMulAction Ξ± M] [SMulCommClass Ξ± R M] : DistribMulAction Ξ± (Submodule R M) - Submodule.set_smul_mono_left π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] (N : Submodule R M) {s t : Set S} (le : s β t) : s β’ N β€ t β’ N - Submodule.mem_set_smul_of_mem_mem π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] {s : Set S} {N : Submodule R M} {r : S} {m : M} (mem1 : r β s) (mem2 : m β N) : r β’ m β s β’ N - Submodule.set_smul_le_of_le_le π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] {s t : Set S} {p q : Submodule R M} (le_set : s β t) (le_submodule : p β€ q) : s β’ p β€ t β’ q - Submodule.set_smul_le π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] (s : Set S) (N p : Submodule R M) (closed_under_smul : β β¦r : Sβ¦ β¦n : Mβ¦, r β s β n β N β r β’ n β p) : s β’ N β€ p - Submodule.set_smul_le_iff π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] (s : Set S) (N p : Submodule R M) : s β’ N β€ p β β β¦r : Sβ¦ β¦n : Mβ¦, r β s β n β N β r β’ n β p - Submodule.stabilizer_coe π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_4} {G : Type u_5} {M : Type u_6} [Semiring R] [AddCommMonoid M] [Module R M] [Group G] [DistribMulAction G M] [SMulCommClass G R M] {S : Submodule R M} : MulAction.stabilizer G S = MulAction.stabilizer G βS - Submodule.sup_set_smul π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] (N : Submodule R M) (s t : Set S) : (s β t) β’ N = s β’ N β t β’ N - Submodule.mem_stabilizer_submodule_iff_map_eq π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_4} {G : Type u_5} {M : Type u_6} [Semiring R] [AddCommMonoid M] [Module R M] [Group G] [DistribMulAction G M] [SMulCommClass G R M] {S : Submodule R M} {e : G} : e β MulAction.stabilizer G S β Submodule.map (DistribSMul.toLinearMap R M e) S = S - Submodule.mem_singleton_set_smul π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] (N : Submodule R M) [SMulCommClass R S M] (r : S) (x : M) : x β {r} β’ N β β m β N, x = r β’ m - Submodule.mem_set_smul_def π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] (s : Set S) (N : Submodule R M) (x : M) : x β s β’ N β x β sInf {p | β β¦r : Sβ¦ {n : M}, r β s β n β N β r β’ n β p} - Submodule.set_smul_eq_of_le π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] (s : Set S) (N p : Submodule R M) (closed_under_smul : β β¦r : Sβ¦ β¦n : Mβ¦, r β s β n β N β r β’ n β p) (le : p β€ s β’ N) : s β’ N = p - Submodule.instCovariantClassHSMulLe π Mathlib.Algebra.Module.Submodule.Pointwise
{Ξ± : Type u_1} {R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid Ξ±] [DistribMulAction Ξ± M] [SMulCommClass Ξ± R M] : CovariantClass Ξ± (Submodule R M) HSMul.hSMul LE.le - Submodule.smul_bot' π Mathlib.Algebra.Module.Submodule.Pointwise
{Ξ± : Type u_1} {R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid Ξ±] [DistribMulAction Ξ± M] [SMulCommClass Ξ± R M] (a : Ξ±) : a β’ β₯ = β₯ - Submodule.pointwise_smul_def π Mathlib.Algebra.Module.Submodule.Pointwise
{Ξ± : Type u_1} {R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid Ξ±] [DistribMulAction Ξ± M] [SMulCommClass Ξ± R M] {a : Ξ±} {S : Submodule R M} : a β’ S = Submodule.map (DistribSMul.toLinearMap R M a) S - Submodule.singleton_set_smul π Mathlib.Algebra.Module.Submodule.Pointwise
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] {S : Type u_4} [Monoid S] [DistribMulAction S M] (N : Submodule R M) [SMulCommClass S R M] (r : S) : {r} β’ N = r β’ N - Submodule.coe_pointwise_smul π Mathlib.Algebra.Module.Submodule.Pointwise
{Ξ± : Type u_1} {R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid Ξ±] [DistribMulAction Ξ± M] [SMulCommClass Ξ± R M] (a : Ξ±) (S : Submodule R M) : β(a β’ S) = a β’ β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