Loogle!
Result
Found 211 declarations mentioning MulDistribMulAction. Of these, only the first 200 are shown.
- MulDistribMulAction π Mathlib.Algebra.Group.Action.Defs
(M : Type u_9) (N : Type u_10) [Monoid M] [Monoid N] : Type (max u_10 u_9) - MulDistribMulAction.toMulAction π Mathlib.Algebra.Group.Action.Defs
{M : Type u_9} {N : Type u_10} {instβ : Monoid M} {instβΒΉ : Monoid N} [self : MulDistribMulAction M N] : MulAction M N - MulDistribMulAction.smul_one π Mathlib.Algebra.Group.Action.Defs
{M : Type u_9} {N : Type u_10} {instβ : Monoid M} {instβΒΉ : Monoid N} [self : MulDistribMulAction M N] (r : M) : r β’ 1 = 1 - MulDistribMulAction.ext π Mathlib.Algebra.Group.Action.Defs
{M : Type u_9} {N : Type u_10} {instβ : Monoid M} {instβΒΉ : Monoid N} {x y : MulDistribMulAction M N} (smul : SMul.smul = SMul.smul) : x = y - MulDistribMulAction.ext_iff π Mathlib.Algebra.Group.Action.Defs
{M : Type u_9} {N : Type u_10} {instβ : Monoid M} {instβΒΉ : Monoid N} {x y : MulDistribMulAction M N} : x = y β SMul.smul = SMul.smul - smul_mul' π Mathlib.Algebra.Group.Action.Defs
{M : Type u_1} {N : Type u_2} [Monoid M] [Monoid N] [MulDistribMulAction M N] (a : M) (bβ bβ : N) : a β’ (bβ * bβ) = a β’ bβ * a β’ bβ - MulDistribMulAction.smul_mul π Mathlib.Algebra.Group.Action.Defs
{M : Type u_9} {N : Type u_10} {instβ : Monoid M} {instβΒΉ : Monoid N} [self : MulDistribMulAction M N] (r : M) (x y : N) : r β’ (x * y) = r β’ x * r β’ y - MulDistribMulAction.mk π Mathlib.Algebra.Group.Action.Defs
{M : Type u_9} {N : Type u_10} [Monoid M] [Monoid N] [toMulAction : MulAction M N] (smul_one : β (r : M), r β’ 1 = 1) (smul_mul : β (r : M) (x y : N), r β’ (x * y) = r β’ x * r β’ y) : MulDistribMulAction M N - instSMulZeroClass π Mathlib.Algebra.GroupWithZero.Action.Defs
{Ξ± : Type u_10} {Ξ² : Type u_11} [Group Ξ±] [GroupWithZero Ξ²] [MulDistribMulAction Ξ± Ξ²] : SMulZeroClass Ξ± Ξ² - smul_invβ' π Mathlib.Algebra.GroupWithZero.Action.Defs
{Ξ± : Type u_10} {Ξ² : Type u_11} [Group Ξ±] [GroupWithZero Ξ²] [MulDistribMulAction Ξ± Ξ²] (g : Ξ±) (x : Ξ²) : g β’ xβ»ΒΉ = (g β’ x)β»ΒΉ - smul_divβ' π Mathlib.Algebra.GroupWithZero.Action.Defs
{Ξ± : Type u_10} {Ξ² : Type u_11} [Group Ξ±] [GroupWithZero Ξ²] [MulDistribMulAction Ξ± Ξ²] (g : Ξ±) (x y : Ξ²) : g β’ (x / y) = g β’ x / g β’ y - Units.mulDistribMulActionRight π Mathlib.Algebra.Group.Action.Units
{M : Type u_6} {N : Type u_7} [Monoid M] [Monoid N] [MulDistribMulAction M N] : MulDistribMulAction M NΛ£ - Units.coe_smul π Mathlib.Algebra.Group.Action.Units
{M : Type u_6} {N : Type u_7} [Monoid M] [Monoid N] [MulDistribMulAction M N] (m : M) (u : NΛ£) : β(m β’ u) = m β’ βu - Units.coe_inv_smul π Mathlib.Algebra.Group.Action.Units
{M : Type u_6} {N : Type u_7} [Monoid M] [Monoid N] [MulDistribMulAction M N] (m : M) (u : NΛ£) : β(m β’ u)β»ΒΉ = m β’ βuβ»ΒΉ - MulDistribMulAction.toMonoidHom π Mathlib.Algebra.Group.Action.Basic
{M : Type u_2} (A : Type u_3) [Monoid M] [Monoid A] [MulDistribMulAction M A] (r : M) : A β* A - arrowMulDistribMulAction π Mathlib.Algebra.Group.Action.Basic
{M : Type u_2} {G : Type u_7} {A : Type u_8} [DivisionMonoid G] [MulAction G A] [Monoid M] : MulDistribMulAction G (A β M) - MulDistribMulAction.toMonoidEnd π Mathlib.Algebra.Group.Action.Basic
(M : Type u_2) (A : Type u_3) [Monoid M] [Monoid A] [MulDistribMulAction M A] : M β* Monoid.End A - MulDistribMulAction.toMonoidHom_apply π Mathlib.Algebra.Group.Action.Basic
{M : Type u_2} (A : Type u_3) [Monoid M] [Monoid A] [MulDistribMulAction M A] (r : M) (xβ : A) : (MulDistribMulAction.toMonoidHom A r) xβ = r β’ xβ - smul_pow' π Mathlib.Algebra.Group.Action.Basic
{M : Type u_2} {A : Type u_3} [Monoid M] [Monoid A] [MulDistribMulAction M A] (r : M) (x : A) (n : β) : r β’ x ^ n = (r β’ x) ^ n - smul_inv' π Mathlib.Algebra.Group.Action.Basic
{M : Type u_2} {A : Type u_3} [Monoid M] [Group A] [MulDistribMulAction M A] (r : M) (x : A) : r β’ xβ»ΒΉ = (r β’ x)β»ΒΉ - smul_zpow' π Mathlib.Algebra.Group.Action.Basic
{M : Type u_2} {A : Type u_3} [Monoid M] [Group A] [MulDistribMulAction M A] (r : M) (x : A) (z : β€) : r β’ x ^ z = (r β’ x) ^ z - MulDistribMulAction.toMonoidEnd_apply π Mathlib.Algebra.Group.Action.Basic
(M : Type u_2) (A : Type u_3) [Monoid M] [Monoid A] [MulDistribMulAction M A] (r : M) : (MulDistribMulAction.toMonoidEnd M A) r = MulDistribMulAction.toMonoidHom A r - smul_div' π Mathlib.Algebra.Group.Action.Basic
{M : Type u_2} {A : Type u_3} [Monoid M] [Group A] [MulDistribMulAction M A] (r : M) (x y : A) : r β’ (x / y) = r β’ x / r β’ y - Function.Injective.mulDistribMulAction π Mathlib.Algebra.Group.Action.Basic
{M : Type u_2} {A : Type u_3} {B : Type u_4} [Monoid M] [Monoid A] [MulDistribMulAction M A] [Monoid B] [SMul M B] (f : B β* A) (hf : Function.Injective βf) (smul : β (c : M) (x : B), f (c β’ x) = c β’ f x) : MulDistribMulAction M B - Function.Surjective.mulDistribMulAction π Mathlib.Algebra.Group.Action.Basic
{M : Type u_2} {A : Type u_3} {B : Type u_4} [Monoid M] [Monoid A] [MulDistribMulAction M A] [Monoid B] [SMul M B] (f : A β* B) (hf : Function.Surjective βf) (smul : β (c : M) (x : A), f (c β’ x) = c β’ f x) : MulDistribMulAction M B - MulDistribMulAction.toMulEquiv π Mathlib.Algebra.Group.Action.End
{G : Type u_1} (M : Type u_2) [Group G] [Monoid M] [MulDistribMulAction G M] (x : G) : M β* M - MulAut.applyMulDistribMulAction π Mathlib.Algebra.Group.Action.End
{M : Type u_2} [Monoid M] : MulDistribMulAction (MulAut M) M - MulDistribMulAction.toMulAut π Mathlib.Algebra.Group.Action.End
(G : Type u_1) (M : Type u_2) [Group G] [Monoid M] [MulDistribMulAction G M] : G β* MulAut M - MulDistribMulAction.toMulEquiv_apply π Mathlib.Algebra.Group.Action.End
{G : Type u_1} (M : Type u_2) [Group G] [Monoid M] [MulDistribMulAction G M] (x : G) (aβ : M) : (MulDistribMulAction.toMulEquiv M x) aβ = x β’ aβ - MulDistribMulAction.toMulEquiv_symm_apply π Mathlib.Algebra.Group.Action.End
{G : Type u_1} (M : Type u_2) [Group G] [Monoid M] [MulDistribMulAction G M] (x : G) (aβ : M) : (MulDistribMulAction.toMulEquiv M x).symm aβ = xβ»ΒΉ β’ aβ - MulDistribMulAction.toMulAut_apply π Mathlib.Algebra.Group.Action.End
(G : Type u_1) (M : Type u_2) [Group G] [Monoid M] [MulDistribMulAction G M] (x : G) : (MulDistribMulAction.toMulAut G M) x = MulDistribMulAction.toMulEquiv M x - Submonoid.pointwiseMulAction π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Monoid Ξ±] [MulDistribMulAction Ξ± M] : MulAction Ξ± (Submonoid M) - Submonoid.instCovariantClassHSMulLe π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Monoid Ξ±] [MulDistribMulAction Ξ± M] : CovariantClass Ξ± (Submonoid M) HSMul.hSMul LE.le - Submonoid.smul_bot π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Monoid Ξ±] [MulDistribMulAction Ξ± M] (a : Ξ±) : a β’ β₯ = β₯ - Submonoid.smul_closure π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Monoid Ξ±] [MulDistribMulAction Ξ± M] (a : Ξ±) (s : Set M) : a β’ Submonoid.closure s = Submonoid.closure (a β’ s) - Submonoid.coe_pointwise_smul π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Monoid Ξ±] [MulDistribMulAction Ξ± M] (a : Ξ±) (S : Submonoid M) : β(a β’ S) = a β’ βS - Submonoid.smul_mem_pointwise_smul π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Monoid Ξ±] [MulDistribMulAction Ξ± M] (m : M) (a : Ξ±) (S : Submonoid M) : m β S β a β’ m β a β’ S - Submonoid.pointwise_isCentralScalar π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Monoid Ξ±] [MulDistribMulAction Ξ± M] [MulDistribMulAction Ξ±α΅α΅α΅ M] [IsCentralScalar Ξ± M] : IsCentralScalar Ξ± (Submonoid M) - Submonoid.mem_smul_pointwise_iff_exists π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Monoid Ξ±] [MulDistribMulAction Ξ± M] (m : M) (a : Ξ±) (S : Submonoid M) : m β a β’ S β β s β S, a β’ s = m - Submonoid.smul_mem_pointwise_smul_iff π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Group Ξ±] [MulDistribMulAction Ξ± M] {a : Ξ±} {S : Submonoid M} {x : M} : a β’ x β a β’ S β x β S - Submonoid.mem_inv_pointwise_smul_iff π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Group Ξ±] [MulDistribMulAction Ξ± M] {a : Ξ±} {S : Submonoid M} {x : M} : x β aβ»ΒΉ β’ S β a β’ x β S - Submonoid.mem_pointwise_smul_iff_inv_smul_mem π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Group Ξ±] [MulDistribMulAction Ξ± M] {a : Ξ±} {S : Submonoid M} {x : M} : x β a β’ S β aβ»ΒΉ β’ x β S - Submonoid.pointwise_smul_le_pointwise_smul_iff π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Group Ξ±] [MulDistribMulAction Ξ± M] {a : Ξ±} {S T : Submonoid M} : a β’ S β€ a β’ T β S β€ T - Submonoid.pointwise_smul_subset_iff π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Group Ξ±] [MulDistribMulAction Ξ± M] {a : Ξ±} {S T : Submonoid M} : a β’ S β€ T β S β€ aβ»ΒΉ β’ T - Submonoid.subset_pointwise_smul_iff π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Group Ξ±] [MulDistribMulAction Ξ± M] {a : Ξ±} {S T : Submonoid M} : S β€ a β’ T β aβ»ΒΉ β’ S β€ T - Submonoid.smul_sup π Mathlib.Algebra.Group.Submonoid.Pointwise
{Ξ± : Type u_1} {M : Type u_3} [Monoid M] [Monoid Ξ±] [MulDistribMulAction Ξ± M] (a : Ξ±) (S T : Submonoid M) : a β’ (S β T) = a β’ S β a β’ T - FixedPoints.submonoid π Mathlib.GroupTheory.GroupAction.Defs
(M : Type u) (Ξ± : Type v) [Monoid M] [Monoid Ξ±] [MulDistribMulAction M Ξ±] : Submonoid Ξ± - FixedPoints.subgroup π Mathlib.GroupTheory.GroupAction.Defs
(M : Type u) (Ξ± : Type v) [Monoid M] [Group Ξ±] [MulDistribMulAction M Ξ±] : Subgroup Ξ± - FixedPoints.subgroup_toSubmonoid π Mathlib.GroupTheory.GroupAction.Defs
(M : Type u) (Ξ± : Type v) [Monoid M] [Group Ξ±] [MulDistribMulAction M Ξ±] : (FixedPoints.subgroup M Ξ±).toSubmonoid = FixedPoints.submonoid M Ξ± - FixedPoints.mem_submonoid π Mathlib.GroupTheory.GroupAction.Defs
(M : Type u) (Ξ± : Type v) [Monoid M] [Monoid Ξ±] [MulDistribMulAction M Ξ±] (a : Ξ±) : a β FixedPoints.submonoid M Ξ± β β (m : M), m β’ a = a - FixedPoints.mem_subgroup π Mathlib.GroupTheory.GroupAction.Defs
(M : Type u) (Ξ± : Type v) [Monoid M] [Group Ξ±] [MulDistribMulAction M Ξ±] (a : Ξ±) : a β FixedPoints.subgroup M Ξ± β β (m : M), m β’ a = a - instSMulCommClassSubtypeMemSubmonoidSubmonoid π Mathlib.GroupTheory.GroupAction.Defs
(M : Type u) (Ξ± : Type v) [Monoid M] [Monoid Ξ±] [MulDistribMulAction M Ξ±] : SMulCommClass M (β₯(FixedPoints.submonoid M Ξ±)) Ξ± - FixedPoints.instSMulCommClassSubtypeMemSubgroupSubgroup π Mathlib.GroupTheory.GroupAction.Defs
(M : Type u) (Ξ± : Type v) [Monoid M] [Group Ξ±] [MulDistribMulAction M Ξ±] : SMulCommClass M (β₯(FixedPoints.subgroup M Ξ±)) Ξ± - Subgroup.instMulDistribMulActionSubtypeMemNormalizerCoe π Mathlib.GroupTheory.Subgroup.Centralizer
{G : Type u_1} [Group G] (H : Subgroup G) : MulDistribMulAction β₯(Subgroup.normalizer βH) β₯H - ConjAct.instMulDistribMulAction π Mathlib.GroupTheory.GroupAction.ConjAct
{G : Type u_3} [Group G] : MulDistribMulAction (ConjAct G) G - ConjAct.unitsMulDistribMulAction π Mathlib.GroupTheory.GroupAction.ConjAct
{M : Type u_2} [Monoid M] : MulDistribMulAction (ConjAct MΛ£) M - ConjAct.Subgroup.conjMulDistribMulAction π Mathlib.GroupTheory.GroupAction.ConjAct
{G : Type u_3} [Group G] {H : Subgroup G} [H.Normal] : MulDistribMulAction (ConjAct G) β₯H - Subgroup.pointwiseMulAction π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] : MulAction Ξ± (Subgroup G) - Subgroup.instCovariantClassHSMulLe π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] : CovariantClass Ξ± (Subgroup G) HSMul.hSMul LE.le - Subgroup.smul_bot π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] (a : Ξ±) : a β’ β₯ = β₯ - Subgroup.smul_closure π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] (a : Ξ±) (s : Set G) : a β’ Subgroup.closure s = Subgroup.closure (a β’ s) - Subgroup.coe_pointwise_smul π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] (a : Ξ±) (S : Subgroup G) : β(a β’ S) = a β’ βS - Subgroup.smul_mem_pointwise_smul π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] (m : G) (a : Ξ±) (S : Subgroup G) : m β S β a β’ m β a β’ S - Subgroup.mem_smul_pointwise_iff_exists π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] (m : G) (a : Ξ±) (S : Subgroup G) : m β a β’ S β β s β S, a β’ s = m - Subgroup.pointwise_isCentralScalar π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] [MulDistribMulAction Ξ±α΅α΅α΅ G] [IsCentralScalar Ξ± G] : IsCentralScalar Ξ± (Subgroup G) - Subgroup.pointwise_smul_toSubmonoid π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] (a : Ξ±) (S : Subgroup G) : (a β’ S).toSubmonoid = a β’ S.toSubmonoid - Subgroup.smul_mem_pointwise_smul_iff π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Group Ξ±] [MulDistribMulAction Ξ± G] {a : Ξ±} {S : Subgroup G} {x : G} : a β’ x β a β’ S β x β S - Subgroup.mem_inv_pointwise_smul_iff π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Group Ξ±] [MulDistribMulAction Ξ± G] {a : Ξ±} {S : Subgroup G} {x : G} : x β aβ»ΒΉ β’ S β a β’ x β S - Subgroup.mem_pointwise_smul_iff_inv_smul_mem π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Group Ξ±] [MulDistribMulAction Ξ± G] {a : Ξ±} {S : Subgroup G} {x : G} : x β a β’ S β aβ»ΒΉ β’ x β S - Subgroup.pointwise_smul_le_pointwise_smul_iff π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Group Ξ±] [MulDistribMulAction Ξ± G] {a : Ξ±} {S T : Subgroup G} : a β’ S β€ a β’ T β S β€ T - Subgroup.equivSMul π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Group Ξ±] [MulDistribMulAction Ξ± G] (a : Ξ±) (H : Subgroup G) : β₯H β* β₯(a β’ H) - Subgroup.pointwise_smul_subset_iff π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Group Ξ±] [MulDistribMulAction Ξ± G] {a : Ξ±} {S T : Subgroup G} : a β’ S β€ T β S β€ aβ»ΒΉ β’ T - Subgroup.subset_pointwise_smul_iff π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Group Ξ±] [MulDistribMulAction Ξ± G] {a : Ξ±} {S T : Subgroup G} : S β€ a β’ T β aβ»ΒΉ β’ S β€ T - Subgroup.smul_sup π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] (a : Ξ±) (S T : Subgroup G) : a β’ (S β T) = a β’ S β a β’ T - Subgroup.smul_inf π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Group Ξ±] [MulDistribMulAction Ξ± G] (a : Ξ±) (S T : Subgroup G) : a β’ (S β T) = a β’ S β a β’ T - Subgroup.pointwise_smul_def π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction Ξ± G] {a : Ξ±} (S : Subgroup G) : a β’ S = Subgroup.map ((MulDistribMulAction.toMonoidEnd Ξ± G) a) S - Subgroup.equivSMul_apply_coe π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Group Ξ±] [MulDistribMulAction Ξ± G] (a : Ξ±) (H : Subgroup G) (x : ββH.toSubmonoid) : β((Subgroup.equivSMul a H) x) = a β’ βx - Subgroup.equivSMul_symm_apply_coe π Mathlib.Algebra.Group.Subgroup.Pointwise
{Ξ± : Type u_1} {G : Type u_2} [Group G] [Group Ξ±] [MulDistribMulAction Ξ± G] (a : Ξ±) (H : Subgroup G) (y : β(ββ(MulDistribMulAction.toMulEquiv G a) '' βH.toSubmonoid)) : β((Subgroup.equivSMul a H).symm y) = aβ»ΒΉ β’ βy - Units.instMulDistribMulAction π Mathlib.Algebra.GroupWithZero.Action.Units
{M : Type u_3} {Ξ± : Type u_4} [Monoid M] [Monoid Ξ±] [MulDistribMulAction M Ξ±] : MulDistribMulAction MΛ£ Ξ± - MulDistribMulAction.compHom π Mathlib.Algebra.GroupWithZero.Action.End
{M : Type u_1} {N : Type u_2} (A : Type u_3) [Monoid A] [Monoid M] [MulDistribMulAction M A] [Monoid N] (f : N β* M) : MulDistribMulAction N A - MulSemiringAction.toMulDistribMulAction π Mathlib.Algebra.Ring.Action.Basic
(M : Type u_3) (R : Type u_4) {xβ : Monoid M} {xβΒΉ : Semiring R} [h : MulSemiringAction M R] : MulDistribMulAction M R - MulDistribMulActionHomClass π 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] [Monoid A] [Monoid B] [MulDistribMulAction M A] [MulDistribMulAction M B] [FunLike F A B] : Prop - MulDistribMulActionHom.id π Mathlib.GroupTheory.GroupAction.Hom
(M : Type u_1) [Monoid M] {A : Type u_4} [Monoid A] [MulDistribMulAction M A] : A β*[M] A - MulDistribMulActionHom.instOneId π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {A : Type u_4} [Monoid A] [MulDistribMulAction M A] : One (A β*[M] A) - MulDistribMulActionSemiHomClass π 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] [Monoid A] [Monoid B] [MulDistribMulAction M A] [MulDistribMulAction N B] [FunLike F A B] : Prop - MulDistribMulActionHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] (Ο : M β* N) (A : Type u_4) [Monoid A] [MulDistribMulAction M A] (B : Type u_5) [Monoid B] [MulDistribMulAction N B] : Type (max u_4 u_5) - MulActionHom.instMonoid π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_2} {N : Type u_3} {X : Type u_4} {Y : Type u_5} {Ο : M β N} [SMul M X] [Monoid N] [Monoid Y] [MulDistribMulAction N Y] : Monoid (X ββ[Ο] Y) - MulActionHom.instCommMonoid π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_2} {N : Type u_3} {X : Type u_4} {Y : Type u_5} {Ο : M β N} [SMul M X] [Monoid N] [CommMonoid Y] [MulDistribMulAction N Y] : CommMonoid (X ββ[Ο] Y) - MulDistribMulActionHom.instFunLike π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] (Ο : M β* N) (A : Type u_4) [Monoid A] [MulDistribMulAction M A] (B : Type u_5) [Monoid B] [MulDistribMulAction N B] : FunLike (A ββ*[Ο] B) A B - MulDistribMulActionHom.toMonoidHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (self : A ββ*[Ο] B) : A β* B - MulDistribMulActionHom.id_apply π Mathlib.GroupTheory.GroupAction.Hom
(M : Type u_1) [Monoid M] {A : Type u_4} [Monoid A] [MulDistribMulAction M A] (x : A) : (MulDistribMulActionHom.id M) x = x - MulDistribMulActionSemiHomClass.toMonoidHomClass π 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βΒ² : Monoid A} {instβΒ³ : Monoid B} {instββ΄ : MulDistribMulAction M A} {instββ΅ : MulDistribMulAction N B} {instββΆ : FunLike F A B} [self : MulDistribMulActionSemiHomClass F Ο A B] : MonoidHomClass F A B - MulDistribMulActionSemiHomClass.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βΒ² : Monoid A} {instβΒ³ : Monoid B} {instββ΄ : MulDistribMulAction M A} {instββ΅ : MulDistribMulAction N B} {instββΆ : FunLike F A B} [self : MulDistribMulActionSemiHomClass F Ο A B] : MulActionSemiHomClass F Ο A B - MulDistribMulActionSemiHomClass.toMulDistribMulActionHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] {F : Type u_10} [FunLike F A B] [MulDistribMulActionSemiHomClass F (βΟ) A B] (f : F) : A ββ*[Ο] B - MulDistribMulActionHom.instCoeTCOfMulDistribMulActionSemiHomClassCoeMonoidHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] {F : Type u_10} [FunLike F A B] [MulDistribMulActionSemiHomClass F (βΟ) A B] : CoeTC F (A ββ*[Ο] B) - MulDistribMulActionHom.coe_one π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {A : Type u_4} [Monoid A] [MulDistribMulAction M A] : β1 = id - MulDistribMulActionHom.instMulDistribMulActionSemiHomClassCoeMonoidHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] (Ο : M β* N) (A : Type u_4) [Monoid A] [MulDistribMulAction M A] (B : Type u_5) [Monoid B] [MulDistribMulAction N B] : MulDistribMulActionSemiHomClass (A ββ*[Ο] B) (βΟ) A B - MulDistribMulActionHom.one_apply π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {A : Type u_4} [Monoid A] [MulDistribMulAction M A] (a : A) : 1 a = a - MulDistribMulActionHom.map_zero π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (f : A ββ*[Ο] B) : f 1 = 1 - MulDistribMulActionSemiHomClass.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] [Monoid A] [Monoid B] [MulDistribMulAction M A] [MulDistribMulAction N B] [FunLike F A B] [toMulActionSemiHomClass : MulActionSemiHomClass F Ο A B] [toMonoidHomClass : MonoidHomClass F A B] : MulDistribMulActionSemiHomClass F Ο A B - MulDistribMulActionHom.comp_id π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (f : A ββ*[Ο] B) : f.comp (MulDistribMulActionHom.id M) = f - MulDistribMulActionHom.id_comp π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (f : A ββ*[Ο] B) : (MulDistribMulActionHom.id N).comp f = f - MulDistribMulActionHom.toMulActionHom π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (self : A ββ*[Ο] B) : A ββ[βΟ] B - MulDistribMulActionHom.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} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] {C : Type u_7} [Monoid C] [MulDistribMulAction P C] [ΞΊ : Ο.CompTriple Ο Ο] (g : B ββ*[Ο] C) (f : A ββ*[Ο] B) : A ββ*[Ο] C - MulDistribMulActionHom.congr_fun π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] {f g : A ββ*[Ο] B} (h : f = g) (x : A) : f x = g x - MulDistribMulActionHom.ext π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] {f g : A ββ*[Ο] B} : (β (x : A), f x = g x) β f = g - MulDistribMulActionHom.ext_iff π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] {f g : A ββ*[Ο] B} : f = g β β (x : A), f x = g x - MulDistribMulActionHom.inverse π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {Bβ : Type u_6} [Monoid Bβ] [MulDistribMulAction M Bβ] (f : A β*[M] Bβ) (g : Bβ β A) (hβ : Function.LeftInverse g βf) (hβ : Function.RightInverse g βf) : Bβ β*[M] A - MulDistribMulActionHom.map_one' π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (self : A ββ*[Ο] B) : self.toFun 1 = 1 - MulDistribMulActionHom.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} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (f : A ββ*[Ο] B) : f.toFun = βf - MulDistribMulActionHom.map_mul π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (f : A ββ*[Ο] B) (x y : A) : f (x * y) = f x * f y - MulDistribMulActionHom.map_inv π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} (A' : Type u_8) [Group A'] [MulDistribMulAction M A'] (B' : Type u_9) [Group B'] [MulDistribMulAction N B'] (f : A' ββ*[Ο] B') (x : A') : f xβ»ΒΉ = (f x)β»ΒΉ - MulDistribMulActionHom.map_smulβ π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (f : A ββ*[Ο] B) (m : M) (x : A) : f (m β’ x) = Ο m β’ f x - MulDistribMulActionHom.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} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] {C : Type u_7} [Monoid C] [MulDistribMulAction P C] (g : B ββ*[Ο] C) (f : A ββ*[Ο] B) [Ο.CompTriple Ο Ο] (x : A) : (g.comp f) x = g (f x) - MulActionHom.coe_one π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_2} {N : Type u_3} {X : Type u_4} {Y : Type u_5} {Ο : M β N} [SMul M X] [Monoid N] [Monoid Y] [MulDistribMulAction N Y] : β1 = 1 - MulDistribMulActionHom.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} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (f : A ββ*[Ο] B) : ββf = βf - MulDistribMulActionHom.map_sub π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} (A' : Type u_8) [Group A'] [MulDistribMulAction M A'] (B' : Type u_9) [Group B'] [MulDistribMulAction N B'] (f : A' ββ*[Ο] B') (x y : A') : f (x / y) = f x / f y - MulDistribMulActionHom.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} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] {C : Type u_7} [Monoid C] [MulDistribMulAction P C] {Q : Type u_11} {D : Type u_12} [Monoid Q] [Monoid D] [MulDistribMulAction 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 - MulDistribMulActionHom.toMonoidHom_injective π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] {f g : A ββ*[Ο] B} (h : βf = βg) : f = g - MulDistribMulActionHom.map_mul' π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (self : A ββ*[Ο] B) (x y : A) : self.toFun (x * y) = self.toFun x * self.toFun y - MulDistribMulActionHom.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} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (f : A ββ*[Ο] B) : ββf = βf - MulActionHom.coe_mul π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_2} {N : Type u_3} {X : Type u_4} {Y : Type u_5} {Ο : M β N} [SMul M X] [Monoid N] [Monoid Y] [MulDistribMulAction N Y] (f g : X ββ[Ο] Y) : β(f * g) = βf * βg - MulDistribMulActionHom.mk π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] (toMulActionHom : A ββ[βΟ] B) (map_one' : toMulActionHom.toFun 1 = 1) (map_mul' : β (x y : A), toMulActionHom.toFun (x * y) = toMulActionHom.toFun x * toMulActionHom.toFun y) : A ββ*[Ο] B - MulDistribMulActionHom.toMulActionHom_injective π Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_1} [Monoid M] {N : Type u_2} [Monoid N] {Ο : M β* N} {A : Type u_4} [Monoid A] [MulDistribMulAction M A] {B : Type u_5} [Monoid B] [MulDistribMulAction N B] {f g : A ββ*[Ο] B} (h : βf = βg) : f = g - algebraMap.coe_smul' π Mathlib.Algebra.Algebra.Defs
{A : Type u_1} {B : Type u_2} (a : A) (b : B) (C : Type u_3) [SMul A B] [CommSemiring B] [Semiring C] [Algebra B C] [Monoid A] [MulDistribMulAction A C] [SMulDistribClass A B C] : β(a β’ b) = a β’ βb - smul_algebraMap π Mathlib.Algebra.Algebra.Defs
{R : Type u} {A : Type w} [CommSemiring R] [Semiring A] [Algebra R A] {Ξ± : Type u_1} [Monoid Ξ±] [MulDistribMulAction Ξ± A] [SMulCommClass Ξ± R A] (a : Ξ±) (r : R) : a β’ (algebraMap R A) r = (algebraMap R A) r - algebraMap.smul' π Mathlib.Algebra.Algebra.Defs
{A : Type u_1} {B : Type u_2} (a : A) (b : B) (C : Type u_3) [SMul A B] [CommSemiring B] [Semiring C] [Algebra B C] [Monoid A] [MulDistribMulAction A C] [SMulDistribClass A B C] : (algebraMap B C) (a β’ b) = a β’ (algebraMap B C) b - smul_zpowβ' π Mathlib.Algebra.GroupWithZero.Action.Basic
{G : Type u_1} {Gβ : Type u_2} [Group G] [GroupWithZero Gβ] [MulDistribMulAction G Gβ] (g : G) (x : Gβ) (n : β€) : g β’ x ^ n = (g β’ x) ^ n - DomMulAct.instMulDistribMulActionForallOfMulAction π Mathlib.GroupTheory.GroupAction.DomAct.Basic
{M : Type u_1} {Ξ± : Type u_3} {A : Type u_5} [Monoid M] [MulAction M Ξ±] [Monoid A] : MulDistribMulAction Mα΅α΅α΅ (Ξ± β A) - DomMulAct.instSMulMonoidHom π Mathlib.GroupTheory.GroupAction.DomAct.Basic
{M : Type u_5} {A : Type u_7} {B : Type u_8} [Monoid M] [Monoid A] [MulDistribMulAction M A] [MulOneClass B] : SMul Mα΅α΅α΅ (A β* B) - DomMulAct.instMulActionMonoidHom π Mathlib.GroupTheory.GroupAction.DomAct.Basic
{M : Type u_5} {A : Type u_7} {B : Type u_8} [Monoid M] [Monoid A] [MulDistribMulAction M A] [MulOneClass B] : MulAction Mα΅α΅α΅ (A β* B) - DomMulAct.instMulDistribMulActionMonoidHom π Mathlib.GroupTheory.GroupAction.DomAct.Basic
{A : Type u_5} {M : Type u_6} {B : Type u_7} [Monoid M] [Monoid A] [MulDistribMulAction M A] [CommMonoid B] : MulDistribMulAction Mα΅α΅α΅ (A β* B) - DomMulAct.instSMulCommClassMonoidHom π Mathlib.GroupTheory.GroupAction.DomAct.Basic
{M : Type u_5} {M' : Type u_6} {A : Type u_7} {B : Type u_8} [Monoid M] [Monoid A] [MulDistribMulAction M A] [MulOneClass B] [Monoid M'] [MulDistribMulAction M' A] [SMulCommClass M M' A] : SMulCommClass Mα΅α΅α΅ M'α΅α΅α΅ (A β* B) - DomMulAct.mk_smul_monoidHom_apply π Mathlib.GroupTheory.GroupAction.DomAct.Basic
{M : Type u_5} {A : Type u_7} {B : Type u_8} [Monoid M] [Monoid A] [MulDistribMulAction M A] [MulOneClass B] (c : M) (f : A β* B) (a : A) : (DomMulAct.mk c β’ f) a = f (c β’ a) - DomMulAct.smul_monoidHom_apply π Mathlib.GroupTheory.GroupAction.DomAct.Basic
{M : Type u_5} {A : Type u_7} {B : Type u_8} [Monoid M] [Monoid A] [MulDistribMulAction M A] [MulOneClass B] (c : Mα΅α΅α΅) (f : A β* B) (a : A) : (c β’ f) a = f (DomMulAct.mk.symm c β’ a) - Pi.mulDistribMulAction π Mathlib.Algebra.GroupWithZero.Action.Pi
{I : Type u} {f : I β Type v} (Ξ± : Type u_1) {m : Monoid Ξ±} {n : (i : I) β Monoid (f i)} [(i : I) β MulDistribMulAction Ξ± (f i)] : MulDistribMulAction Ξ± ((i : I) β f i) - Pi.mulDistribMulAction' π 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) β Monoid (g i)} [(i : I) β MulDistribMulAction (f i) (g i)] : MulDistribMulAction ((i : I) β f i) ((i : I) β g i) - MulOpposite.instMulDistribMulAction π Mathlib.Algebra.GroupWithZero.Action.Opposite
{M : Type u_1} {Ξ± : Type u_2} [Monoid M] [Monoid Ξ±] [MulDistribMulAction M Ξ±] : MulDistribMulAction M Ξ±α΅α΅α΅ - Prod.mulDistribMulAction π Mathlib.Algebra.GroupWithZero.Action.Prod
{M : Type u_1} {N : Type u_2} {R : Type u_5} [Monoid R] [Monoid M] [Monoid N] [MulDistribMulAction R M] [MulDistribMulAction R N] : MulDistribMulAction R (M Γ N) - Submonoid.instMulDistribMulActionSubtypeMem π 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] [Monoid Ξ±] [MulDistribMulAction M Ξ±] : MulDistribMulAction (β₯s) Ξ± - Submonoid.mulDistribMulAction π Mathlib.Algebra.Group.Submonoid.DistribMulAction
{M : Type u_1} {Ξ± : Type u_2} [Monoid M] [Monoid Ξ±] [MulDistribMulAction M Ξ±] (S : Submonoid M) : MulDistribMulAction (β₯S) Ξ± - Subgroup.instMulDistribMulActionSubtypeMem π Mathlib.Algebra.Group.Subgroup.Actions
{G : Type u_1} {Ξ± : Type u_2} [Group G] [Monoid Ξ±] [MulDistribMulAction G Ξ±] (S : Subgroup G) : MulDistribMulAction (β₯S) Ξ± - PUnit.mulDistribMulAction π Mathlib.Algebra.Module.PUnit
{R : Type u_1} [Monoid R] : MulDistribMulAction R PUnit.{u_3 + 1} - ULift.mulDistribMulAction π Mathlib.Algebra.Module.ULift
{R : Type u} {M : Type v} [Monoid R] [Monoid M] [MulDistribMulAction R M] : MulDistribMulAction (ULift.{u_1, u} R) M - ULift.mulDistribMulAction' π Mathlib.Algebra.Module.ULift
{R : Type u} {M : Type v} [Monoid R] [Monoid M] [MulDistribMulAction R M] : MulDistribMulAction R (ULift.{u_1, v} M) - Subsemiring.mulDistribMulAction π Mathlib.Algebra.Ring.Subsemiring.Basic
{R' : Type u_1} {Ξ± : Type u_2} [Semiring R'] [Monoid Ξ±] [MulDistribMulAction R' Ξ±] (S : Subsemiring R') : MulDistribMulAction (β₯S) Ξ± - Algebra.instMulDistribMulActionAlgHomUnits π Mathlib.Algebra.Algebra.Hom
{R : Type u} (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] : MulDistribMulAction (A ββ[R] A) AΛ£ - AlgEquiv.instMulDistribMulActionUnits π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} [CommSemiring R] [Semiring Aβ] [Algebra R Aβ] : MulDistribMulAction (Aβ ββ[R] Aβ) AβΛ£ - Set.mulDistribMulActionSet π Mathlib.Algebra.GroupWithZero.Action.Pointwise.Set
{Ξ± : Type u_1} {Ξ² : Type u_2} [Monoid Ξ±] [Monoid Ξ²] [MulDistribMulAction Ξ± Ξ²] : MulDistribMulAction Ξ± (Set Ξ²) - Submonoid.smul_mem_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {M : Type u_3} [Monoid M] [GroupWithZero Gβ] [MulDistribMulAction Gβ M] {a : Gβ} (ha : a β 0) (S : Submonoid M) (x : M) : a β’ x β a β’ S β x β S - Submonoid.mem_inv_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {M : Type u_3} [Monoid M] [GroupWithZero Gβ] [MulDistribMulAction Gβ M] {a : Gβ} (ha : a β 0) (S : Submonoid M) (x : M) : x β aβ»ΒΉ β’ S β a β’ x β S - Submonoid.mem_pointwise_smul_iff_inv_smul_memβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {M : Type u_3} [Monoid M] [GroupWithZero Gβ] [MulDistribMulAction Gβ M] {a : Gβ} (ha : a β 0) (S : Submonoid M) (x : M) : x β a β’ S β aβ»ΒΉ β’ x β S - Submonoid.pointwise_smul_le_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {M : Type u_3} [Monoid M] [GroupWithZero Gβ] [MulDistribMulAction Gβ M] {a : Gβ} (ha : a β 0) {S T : Submonoid M} : a β’ S β€ a β’ T β S β€ T - Submonoid.le_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {M : Type u_3} [Monoid M] [GroupWithZero Gβ] [MulDistribMulAction Gβ M] {a : Gβ} (ha : a β 0) {S T : Submonoid M} : S β€ a β’ T β aβ»ΒΉ β’ S β€ T - Submonoid.pointwise_smul_le_iffβ π Mathlib.Algebra.GroupWithZero.Submonoid.Pointwise
{Gβ : Type u_1} {M : Type u_3} [Monoid M] [GroupWithZero Gβ] [MulDistribMulAction Gβ M] {a : Gβ} (ha : a β 0) {S T : Submonoid M} : a β’ S β€ T β S β€ aβ»ΒΉ β’ T - Subgroup.smul_mem_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {G : Type u_2} [GroupWithZero Gβ] [Group G] [MulDistribMulAction Gβ G] {a : Gβ} (ha : a β 0) (S : Subgroup G) (x : G) : a β’ x β a β’ S β x β S - Subgroup.mem_inv_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {G : Type u_2} [GroupWithZero Gβ] [Group G] [MulDistribMulAction Gβ G] {a : Gβ} (ha : a β 0) (S : Subgroup G) (x : G) : x β aβ»ΒΉ β’ S β a β’ x β S - Subgroup.mem_pointwise_smul_iff_inv_smul_memβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {G : Type u_2} [GroupWithZero Gβ] [Group G] [MulDistribMulAction Gβ G] {a : Gβ} (ha : a β 0) (S : Subgroup G) (x : G) : x β a β’ S β aβ»ΒΉ β’ x β S - Subgroup.pointwise_smul_le_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {G : Type u_2} [GroupWithZero Gβ] [Group G] [MulDistribMulAction Gβ G] {S T : Subgroup G} {a : Gβ} (ha : a β 0) : a β’ S β€ a β’ T β S β€ T - Subgroup.le_pointwise_smul_iffβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {G : Type u_2} [GroupWithZero Gβ] [Group G] [MulDistribMulAction Gβ G] {S T : Subgroup G} {a : Gβ} (ha : a β 0) : S β€ a β’ T β aβ»ΒΉ β’ S β€ T - Subgroup.pointwise_smul_le_iffβ π Mathlib.Algebra.GroupWithZero.Subgroup
{Gβ : Type u_1} {G : Type u_2} [GroupWithZero Gβ] [Group G] [MulDistribMulAction Gβ G] {S T : Subgroup G} {a : Gβ} (ha : a β 0) : a β’ S β€ T β S β€ aβ»ΒΉ β’ T - Multiset.smul_prod' π Mathlib.Algebra.BigOperators.GroupWithZero.Action
{M : Type u_1} {N : Type u_2} [Monoid M] [CommMonoid N] [MulDistribMulAction M N] {r : M} {s : Multiset N} : r β’ s.prod = (Multiset.map (fun x => r β’ x) s).prod - smul_finprod' π Mathlib.Algebra.BigOperators.GroupWithZero.Action
{M : Type u_1} {N : Type u_2} [Monoid M] [CommMonoid N] [MulDistribMulAction M N] {ΞΉ : Sort u_4} [Finite ΞΉ] {f : ΞΉ β N} (r : M) : r β’ βαΆ (x : ΞΉ), f x = βαΆ (x : ΞΉ), r β’ f x - Finset.smul_prod' π Mathlib.Algebra.BigOperators.GroupWithZero.Action
{M : Type u_1} {N : Type u_2} {Ξ³ : Type u_3} [Monoid M] [CommMonoid N] [MulDistribMulAction M N] {r : M} {f : Ξ³ β N} {s : Finset Ξ³} : r β’ β x β s, f x = β x β s, r β’ f x - List.smul_prod' π Mathlib.Algebra.BigOperators.GroupWithZero.Action
{M : Type u_1} {N : Type u_2} [Monoid M] [Monoid N] [MulDistribMulAction M N] {r : M} {l : List N} : r β’ l.prod = (List.map (fun x => r β’ x) l).prod - smul_finprod_perm π Mathlib.Algebra.BigOperators.GroupWithZero.Action
{N : Type u_2} [CommMonoid N] {G : Type u_4} [Group G] [MulDistribMulAction G N] [Finite G] (b : N) (g : G) : g β’ βαΆ (h : G), h β’ b = βαΆ (h : G), h β’ b - Finset.smul_prod_perm π Mathlib.Algebra.BigOperators.GroupWithZero.Action
{N : Type u_2} [CommMonoid N] {G : Type u_4} [Group G] [MulDistribMulAction G N] [Fintype G] (b : N) (g : G) : g β’ β h, h β’ b = β h, h β’ b - Con.mulDistribMulAction π Mathlib.GroupTheory.Congruence.Basic
{Ξ± : Type u_4} {M : Type u_5} [Monoid Ξ±] [Monoid M] [MulDistribMulAction Ξ± M] [IsScalarTower Ξ± M M] (c : Con M) : MulDistribMulAction Ξ± c.Quotient - Equiv.mulDistribMulAction π Mathlib.Algebra.Group.Action.TransferInstance
(M : Type u_1) {N : Type u_2} {O : Type u_3} [Monoid M] [Monoid O] (e : N β O) [MulDistribMulAction M O] : MulDistribMulAction M N - Subfield.instMulDistribMulActionSubtypeMem π Mathlib.Algebra.Field.Subfield.Basic
{K : Type u} [DivisionRing K] {X : Type u_1} [Monoid X] [MulDistribMulAction K X] (F : Subfield K) : MulDistribMulAction (β₯F) X - Subgroup.relIndex_pointwise_smul π Mathlib.GroupTheory.Index
{G : Type u_1} {H : Type u_2} [Group H] (h : H) [Group G] [MulDistribMulAction H G] (J K : Subgroup G) : (h β’ J).relIndex (h β’ K) = J.relIndex K - DirectLimit.instMulDistribMulActionOfMulActionHomClass π Mathlib.Algebra.Colimit.DirectLimit
{R : Type u_1} {ΞΉ : Type u_2} [Preorder ΞΉ] {G : ΞΉ β Type u_3} {T : β¦i j : ΞΉβ¦ β i β€ j β Type u_6} {f : (x x_1 : ΞΉ) β (h : x β€ x_1) β T h} [(i j : ΞΉ) β (h : i β€ j) β FunLike (T h) (G i) (G j)] [DirectedSystem G fun x1 x2 x3 => β(f x1 x2 x3)] [IsDirectedOrder ΞΉ] [Nonempty ΞΉ] [Monoid R] [(i : ΞΉ) β Monoid (G i)] [(i : ΞΉ) β MulDistribMulAction R (G i)] [β (i j : ΞΉ) (h : i β€ j), MonoidHomClass (T h) (G i) (G j)] [β (i j : ΞΉ) (h : i β€ j), MulActionHomClass (T h) R (G i) (G j)] : MulDistribMulAction R (DirectLimit G f) - MulDistribMulAction.toMonoidHomZModOfIsCyclic π Mathlib.GroupTheory.SpecificGroups.Cyclic.Basic
(G : Type u_2) [Group G] (M : Type u_4) [Monoid M] [IsCyclic G] [MulDistribMulAction M G] {n : β} (hn : Nat.card G = n) : M β* ZMod n - MulDistribMulAction.toMonoidHomZModOfIsCyclic_apply π Mathlib.GroupTheory.SpecificGroups.Cyclic.Basic
{G : Type u_2} [Group G] {M : Type u_4} [Monoid M] [IsCyclic G] [MulDistribMulAction M G] {n : β} (hn : Nat.card G = n) (m : M) (g : G) (k : β€) (h : (MulDistribMulAction.toMonoidHomZModOfIsCyclic G M hn) m = βk) : m β’ g = g ^ k - Filter.mulDistribMulActionFilter π Mathlib.Order.Filter.Pointwise
{Ξ± : Type u_2} {Ξ² : Type u_3} [Monoid Ξ±] [Monoid Ξ²] [MulDistribMulAction Ξ± Ξ²] : MulDistribMulAction Ξ± (Set Ξ²) - instDiscreteTopologySubtypeMemSubgroupHSMulOfContinuousConstSMul π Mathlib.Topology.Algebra.Group.Basic
{G : Type u_1} {H : Type u_2} [Group G] [Group H] [TopologicalSpace G] [MulDistribMulAction H G] [ContinuousConstSMul H G] {π’ : Subgroup G} (h : H) [DiscreteTopology β₯π’] : DiscreteTopology β₯(h β’ π’) - Sylow.pointwiseMulAction π Mathlib.GroupTheory.Sylow
{p : β} {G : Type u_1} [Group G] {Ξ± : Type u_2} [Group Ξ±] [MulDistribMulAction Ξ± G] : MulAction Ξ± (Sylow p G) - Sylow.pointwise_smul_def π Mathlib.GroupTheory.Sylow
{p : β} {G : Type u_1} [Group G] {Ξ± : Type u_2} [Group Ξ±] [MulDistribMulAction Ξ± G] {g : Ξ±} {P : Sylow p G} : β(g β’ P) = g β’ βP - IntermediateField.instMulDistribMulActionSubtypeMem π Mathlib.FieldTheory.IntermediateField.Basic
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] {X : Type u_4} [Monoid X] [MulDistribMulAction L X] (F : IntermediateField K L) : MulDistribMulAction (β₯F) X - Finset.mulDistribMulAction π Mathlib.Algebra.GroupWithZero.Action.Pointwise.Finset
{Ξ± : Type u_1} {Ξ² : Type u_2} [DecidableEq Ξ²] [Monoid Ξ±] [Monoid Ξ²] [MulDistribMulAction Ξ± Ξ²] : MulDistribMulAction Ξ± (Finset Ξ²) - Representation.ofMulDistribMulAction π Mathlib.RepresentationTheory.Basic
(M : Type u_1) (G : Type u_2) [Monoid M] [CommGroup G] [MulDistribMulAction M G] : Representation β€ M (Additive G) - Representation.norm_ofMulDistribMulAction_eq π Mathlib.RepresentationTheory.Basic
{G M : Type} [Group G] [Fintype G] [CommGroup M] [MulDistribMulAction G M] (x : Additive M) : Additive.toMul ((Representation.ofMulDistribMulAction G M).norm x) = β g, g β’ Additive.toMul x - Representation.ofMulDistribMulAction_apply_apply π Mathlib.RepresentationTheory.Basic
(M : Type u_1) (G : Type u_2) [Monoid M] [CommGroup G] [MulDistribMulAction M G] (g : M) (a : Additive G) : ((Representation.ofMulDistribMulAction M G) g) a = Additive.ofMul (g β’ Additive.toMul a) - SeparationQuotient.instMulDistribMulAction π Mathlib.Topology.Algebra.SeparationQuotient.Basic
{M : Type u_1} {A : Type u_2} [TopologicalSpace A] [Monoid M] [Monoid A] [MulDistribMulAction M A] [ContinuousMul A] [ContinuousConstSMul M A] : MulDistribMulAction M (SeparationQuotient A) - Subgroup.Commensurable.conj π Mathlib.GroupTheory.Commensurable
{G : Type u_1} [Group G] {H K : Subgroup G} {Ξ¦ : Type u_3} [Group Ξ¦] [MulDistribMulAction Ξ¦ G] (Ο : Ξ¦) (h : H.Commensurable K) : (Ο β’ H).Commensurable (Ο β’ K) - Subgroup.Commensurable.smul π Mathlib.GroupTheory.Commensurable
{G : Type u_1} [Group G] {H K : Subgroup G} {Ξ¦ : Type u_3} [Group Ξ¦] [MulDistribMulAction Ξ¦ G] (Ο : Ξ¦) (h : H.Commensurable K) : (Ο β’ H).Commensurable (Ο β’ K) - Subgroup.Commensurable.commensurable_conj π Mathlib.GroupTheory.Commensurable
{G : Type u_1} [Group G] {H K : Subgroup G} {Ξ¦ : Type u_3} [Group Ξ¦] [MulDistribMulAction Ξ¦ G] {Ο : Ξ¦} : (Ο β’ H).Commensurable (Ο β’ K) β H.Commensurable K - Subgroup.Commensurable.smul_iff π Mathlib.GroupTheory.Commensurable
{G : Type u_1} [Group G] {H K : Subgroup G} {Ξ¦ : Type u_3} [Group Ξ¦] [MulDistribMulAction Ξ¦ G] {Ο : Ξ¦} : (Ο β’ H).Commensurable (Ο β’ K) β H.Commensurable K - Subgroup.Commensurable.commensurable_inv π Mathlib.GroupTheory.Commensurable
{G : Type u_1} [Group G] {H K : Subgroup G} {Ξ¦ : Type u_3} [Group Ξ¦] [MulDistribMulAction Ξ¦ G] {Ο : Ξ¦} : (Οβ»ΒΉ β’ H).Commensurable K β H.Commensurable (Ο β’ K) - Subgroup.Commensurable.inv_smul_iff π Mathlib.GroupTheory.Commensurable
{G : Type u_1} [Group G] {H K : Subgroup G} {Ξ¦ : Type u_3} [Group Ξ¦] [MulDistribMulAction Ξ¦ G] {Ο : Ξ¦} : (Οβ»ΒΉ β’ H).Commensurable K β H.Commensurable (Ο β’ K) - MulDistribMulAction.instQuotientSubgroupSubtypeMemSubmonoidSubmonoid π Mathlib.GroupTheory.GroupAction.OfQuotient
{G : Type u_1} [Group G] {A : Type u_2} [Monoid A] [MulDistribMulAction G A] {H : Subgroup G} [H.Normal] : MulDistribMulAction (G β§Έ H) β₯(FixedPoints.submonoid (β₯H) A) - MulDistribMulAction.instQuotientSubgroupSubtypeMemSubgroup π Mathlib.GroupTheory.GroupAction.OfQuotient
{G : Type u_1} [Group G] {H : Subgroup G} [H.Normal] {Ξ± : Type u_3} [Group Ξ±] [MulDistribMulAction G Ξ±] : MulDistribMulAction (G β§Έ H) β₯(FixedPoints.subgroup (β₯H) Ξ±) - Subgroup.IsSubnormal.smul π Mathlib.GroupTheory.IsSubnormal
{G : Type u_1} [Group G] {H : Subgroup G} {Ξ : Type u_2} [Group Ξ] [MulDistribMulAction Ξ G] (hS : H.IsSubnormal) (g : Ξ) : (g β’ H).IsSubnormal - IsPGroup.smul_mul_inv_trivial_or_surjective π Mathlib.GroupTheory.SpecificGroups.ZGroup
{G : Type u_1} [Group G] {p : β} [Fact (Nat.Prime p)] [IsCyclic G] (hG : IsPGroup p G) {K : Type u_4} [Group K] [MulDistribMulAction K G] (hGK : (Nat.card G).Coprime (Nat.card K)) : (β (g : G) (k : K), k β’ g * gβ»ΒΉ = 1) β¨ β (g : G), β k q, k β’ q * qβ»ΒΉ = g - DomMulAct.instMulDistribMulActionAEEqFun π Mathlib.MeasureTheory.Function.AEEqFun.DomAct
{M : Type u_1} {Ξ± : Type u_2} {Ξ² : Type u_3} [MeasurableSpace Ξ±] {ΞΌ : MeasureTheory.Measure Ξ±} [TopologicalSpace Ξ²] [Monoid M] [MulAction M Ξ±] [MeasurableConstSMul M Ξ±] [MeasureTheory.SMulInvariantMeasure M Ξ± ΞΌ] [Monoid Ξ²] [ContinuousMul Ξ²] : MulDistribMulAction Mα΅α΅α΅ (Ξ± ββ[ΞΌ] Ξ²) - Rep.ofMulDistribMulAction π Mathlib.RepresentationTheory.Rep.Basic
(M : Type u_1) (G : Type u_2) [Monoid M] [CommGroup G] [MulDistribMulAction M G] : Rep.{u_2, 0, u_1} β€ M - Rep.toAdditive π Mathlib.RepresentationTheory.Rep.Basic
{M : Type u_1} {G : Type u_2} [Monoid M] [CommGroup G] [MulDistribMulAction M G] : β(Rep.ofMulDistribMulAction M G) β+ Additive G - Rep.toAdditive_apply π Mathlib.RepresentationTheory.Rep.Basic
{M : Type u_1} {G : Type u_2} [Monoid M] [CommGroup G] [MulDistribMulAction M G] (a : β(Rep.ofMulDistribMulAction M G)) : Rep.toAdditive a = a - Rep.toAdditive_symm_apply π Mathlib.RepresentationTheory.Rep.Basic
{M : Type u_1} {G : Type u_2} [Monoid M] [CommGroup G] [MulDistribMulAction M G] (a : β(Rep.ofMulDistribMulAction M G)) : Rep.toAdditive.symm a = a - Rep.ofMulDistribMulAction_Ο_apply_apply π Mathlib.RepresentationTheory.Rep.Basic
{M : Type u_1} {G : Type u_2} [Monoid M] [CommGroup G] [MulDistribMulAction M G] (g : M) (a : Additive G) : ((Rep.ofMulDistribMulAction M G).Ο g) a = Additive.ofMul (g β’ Additive.toMul a)
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 69fae59