Loogle!
Result
Found 2530 declarations mentioning CommMonoid. Of these, only the first 200 are shown.
- CommMonoid π Mathlib.Algebra.Group.Monoid
(M : Type u_2) : Type u_2 - CancelCommMonoid.toCommMonoid π Mathlib.Algebra.Group.Monoid
{M : Type u_2} [self : CancelCommMonoid M] : CommMonoid M - CommMonoid.toCommSemigroup π Mathlib.Algebra.Group.Monoid
{M : Type u_2} [self : CommMonoid M] : CommSemigroup M - CommMonoid.toMonoid π Mathlib.Algebra.Group.Monoid
{M : Type u_2} [self : CommMonoid M] : Monoid M - instIsDedekindFiniteMonoid π Mathlib.Algebra.Group.Monoid
(M : Type u_2) [CommMonoid M] : IsDedekindFiniteMonoid M - CancelCommMonoid.mk π Mathlib.Algebra.Group.Monoid
{M : Type u_2} [toCommMonoid : CommMonoid M] [toIsLeftCancelMul : IsLeftCancelMul M] : CancelCommMonoid M - CommMonoid.mk π Mathlib.Algebra.Group.Monoid
{M : Type u_2} [toMonoid : Monoid M] (mul_comm : β (a b : M), a * b = b * a) : CommMonoid M - CommMonoid.mul_comm π Mathlib.Algebra.Group.Monoid
{M : Type u_2} [self : CommMonoid M] (a b : M) : a * b = b * a - DivisionCommMonoid.toCommMonoid π Mathlib.Algebra.Group.DivInvMonoid
{G : Type u_2} [self : DivisionCommMonoid G] : CommMonoid G - CommGroup.toCommMonoid π Mathlib.Algebra.Group.Defs
{G : Type u_2} [self : CommGroup G] : CommMonoid G - instSMulCommClassOfIsScalarTower π Mathlib.Algebra.Group.Action.Defs
{R : Type u_9} {M : Type u_10} [CommMonoid M] [SMul R M] [IsScalarTower R M M] : SMulCommClass R M M - smulCommClass_self π Mathlib.Algebra.Group.Action.Defs
(M : Type u_9) (Ξ± : Type u_10) [CommMonoid M] [MulAction M Ξ±] : SMulCommClass M M Ξ± - SMulCommClass.of_commMonoid π Mathlib.Algebra.Group.Action.Defs
(A : Type u_9) (B : Type u_10) (G : Type u_11) [CommMonoid G] [SMul A G] [SMul B G] [IsScalarTower A G G] [IsScalarTower B G G] : SMulCommClass A B G - IsScalarTower.of_commMonoid π Mathlib.Algebra.Group.Action.Defs
(Rβ : Type u_9) (R : Type u_10) [Monoid Rβ] [CommMonoid R] [MulAction Rβ R] [SMulCommClass Rβ R R] : IsScalarTower Rβ R R - isScalarTower_iff_smulCommClass_of_commMonoid π Mathlib.Algebra.Group.Action.Defs
(Rβ : Type u_9) (R : Type u_10) [Monoid Rβ] [CommMonoid R] [MulAction Rβ R] : SMulCommClass Rβ R R β IsScalarTower Rβ R R - Pi.commMonoid π Mathlib.Algebra.Group.Pi.Basic
{I : Type u} {f : I β Type vβ} [(i : I) β CommMonoid (f i)] : CommMonoid ((i : I) β f i) - inv_unique π Mathlib.Algebra.Group.Basic
{M : Type u_4} [CommMonoid M] {x y z : M} (hy : x * y = 1) (hz : x * z = 1) : y = z - mul_pow π Mathlib.Algebra.Group.Basic
{M : Type u_4} [CommMonoid M] (a b : M) (n : β) : (a * b) ^ n = a ^ n * b ^ n - MonoidHom.mul π Mathlib.Algebra.Group.Hom.Basic
{M : Type u_2} {N : Type u_3} [MulOneClass M] [CommMonoid N] : Mul (M β* N) - powMonoidHom π Mathlib.Algebra.Group.Hom.Basic
{Ξ± : Type u_1} [CommMonoid Ξ±] (n : β) : Ξ± β* Ξ± - powMonoidHom_apply π Mathlib.Algebra.Group.Hom.Basic
{Ξ± : Type u_1} [CommMonoid Ξ±] (n : β) (xβ : Ξ±) : (powMonoidHom n) xβ = xβ ^ n - MonoidHom.mul_apply π Mathlib.Algebra.Group.Hom.Basic
{M : Type u_2} {N : Type u_3} [MulOneClass M] [CommMonoid N] (f g : M β* N) (x : M) : (f * g) x = f x * g x - MonoidHom.mul_comp π Mathlib.Algebra.Group.Hom.Basic
{M : Type u_2} {N : Type u_3} {P : Type u_4} [MulOneClass M] [CommMonoid N] [MulOneClass P] (gβ gβ : M β* N) (f : P β* M) : (gβ * gβ).comp f = gβ.comp f * gβ.comp f - MonoidHom.comp_mul π Mathlib.Algebra.Group.Hom.Basic
{M : Type u_2} {N : Type u_3} {P : Type u_4} [MulOneClass M] [CommMonoid N] [CommMonoid P] (g : N β* P) (fβ fβ : M β* N) : g.comp (fβ * fβ) = g.comp fβ * g.comp fβ - Additive.addCommMonoid π Mathlib.Algebra.Group.TypeTags.Basic
{Ξ± : Type u} [CommMonoid Ξ±] : AddCommMonoid (Additive Ξ±) - Multiplicative.commMonoid π Mathlib.Algebra.Group.TypeTags.Basic
{Ξ± : Type u} [AddCommMonoid Ξ±] : CommMonoid (Multiplicative Ξ±) - AddMonoidHom.toMultiplicativeLeftAddEquiv π Mathlib.Algebra.Group.TypeTags.Hom
{M : Type u_1} {N : Type u_2} [AddMonoid M] [CommMonoid N] : (M β+ Additive N) β+ Additive (Multiplicative M β* N) - MonoidHom.toAdditiveRightMulEquiv π Mathlib.Algebra.Group.TypeTags.Hom
{M : Type u_1} {N : Type u_2} [AddMonoid M] [CommMonoid N] : (Multiplicative M β* N) β* Multiplicative (M β+ Additive N) - Function.Injective.commMonoid π Mathlib.Algebra.Group.InjSurj
{Mβ : Type u_1} {Mβ : Type u_2} [Mul Mβ] [One Mβ] [Pow Mβ β] [CommMonoid Mβ] (f : Mβ β Mβ) (hf : Function.Injective f) (one : f 1 = 1) (mul : β (x y : Mβ), f (x * y) = f x * f y) (npow : β (x : Mβ) (n : β), f (x ^ n) = f x ^ n) : CommMonoid Mβ - Function.Surjective.commMonoid π Mathlib.Algebra.Group.InjSurj
{Mβ : Type u_1} {Mβ : Type u_2} [Mul Mβ] [One Mβ] [Pow Mβ β] [CommMonoid Mβ] (f : Mβ β Mβ) (hf : Function.Surjective f) (one : f 1 = 1) (mul : β (x y : Mβ), f (x * y) = f x * f y) (npow : β (x : Mβ) (n : β), f (x ^ n) = f x ^ n) : CommMonoid Mβ - AddOpposite.instCommMonoid π Mathlib.Algebra.Group.Opposite
{Ξ± : Type u_1} [CommMonoid Ξ±] : CommMonoid Ξ±α΅α΅α΅ - MulOpposite.instCommMonoid π Mathlib.Algebra.Group.Opposite
{Ξ± : Type u_1} [CommMonoid Ξ±] : CommMonoid Ξ±α΅α΅α΅ - Units.instCommGroupUnits π Mathlib.Algebra.Group.Units.Defs
{Ξ± : Type u_1} [CommMonoid Ξ±] : CommGroup Ξ±Λ£ - commGroupOfIsUnit π Mathlib.Algebra.Group.Units.Defs
{M : Type u_1} [hM : CommMonoid M] (h : β (a : M), IsUnit a) : CommGroup M - divp_mul_eq_mul_divp π Mathlib.Algebra.Group.Units.Basic
{Ξ± : Type u} [CommMonoid Ξ±] (x y : Ξ±) (u : Ξ±Λ£) : x /β u * y = x * y /β u - eq_one_of_mul_left π Mathlib.Algebra.Group.Units.Basic
{Ξ± : Type u} [CommMonoid Ξ±] [Subsingleton Ξ±Λ£] {a b : Ξ±} (h : a * b = 1) : b = 1 - eq_one_of_mul_right π Mathlib.Algebra.Group.Units.Basic
{Ξ± : Type u} [CommMonoid Ξ±] [Subsingleton Ξ±Λ£] {a b : Ξ±} (h : a * b = 1) : a = 1 - divp_eq_divp_iff π Mathlib.Algebra.Group.Units.Basic
{Ξ± : Type u} [CommMonoid Ξ±] {x y : Ξ±} {ux uy : Ξ±Λ£} : x /β ux = y /β uy β x * βuy = y * βux - mul_eq_one π Mathlib.Algebra.Group.Units.Basic
{Ξ± : Type u} [CommMonoid Ξ±] [Subsingleton Ξ±Λ£] {a b : Ξ±} : a * b = 1 β a = 1 β§ b = 1 - mul_ne_one π Mathlib.Algebra.Group.Units.Basic
{Ξ± : Type u} [CommMonoid Ξ±] [Subsingleton Ξ±Λ£] {a b : Ξ±} : a * b β 1 β a β 1 β¨ b β 1 - divp_mul_divp π Mathlib.Algebra.Group.Units.Basic
{Ξ± : Type u} [CommMonoid Ξ±] (x y : Ξ±) (ux uy : Ξ±Λ£) : x /β ux * (y /β uy) = x * y /β (ux * uy) - Units.inv_mul_eq_inv_mul_iff π Mathlib.Algebra.Group.Units.Basic
{Ξ± : Type u} [CommMonoid Ξ±] (a c : Ξ±) (b d : Ξ±Λ£) : βbβ»ΒΉ * a = βdβ»ΒΉ * c β a * βd = c * βb - Units.mul_inv_eq_mul_inv_iff π Mathlib.Algebra.Group.Units.Basic
{Ξ± : Type u} [CommMonoid Ξ±] (a c : Ξ±) (b d : Ξ±Λ£) : a * βbβ»ΒΉ = c * βdβ»ΒΉ β a * βd = c * βb - MonoidHom.toHomUnitsMulEquiv π Mathlib.Algebra.Group.Units.Hom
{G : Type u_1} {M : Type u_2} [Group G] [CommMonoid M] : (G β* M) β* (G β* MΛ£) - MonoidHom.toHomUnits_mul π Mathlib.Algebra.Group.Units.Hom
{G : Type u_1} {M : Type u_2} [Group G] [CommMonoid M] (f g : G β* M) : (f * g).toHomUnits = f.toHomUnits * g.toHomUnits - MonoidHom.toHomUnitsMulEquiv_apply π Mathlib.Algebra.Group.Units.Hom
{G : Type u_1} {M : Type u_2} [Group G] [CommMonoid M] (f : G β* M) : MonoidHom.toHomUnitsMulEquiv f = f.toHomUnits - MonoidHom.toHomUnitsMulEquiv_symm_apply π Mathlib.Algebra.Group.Units.Hom
{G : Type u_1} {M : Type u_2} [Group G] [CommMonoid M] (f : G β* MΛ£) : MonoidHom.toHomUnitsMulEquiv.symm f = (Units.coeHom M).comp f - Prod.instCommMonoid π Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} [CommMonoid M] [CommMonoid N] : CommMonoid (M Γ N) - mulMonoidHom π Mathlib.Algebra.Group.Prod
{Ξ± : Type u_6} [CommMonoid Ξ±] : Ξ± Γ Ξ± β* Ξ± - MonoidHom.coprod π Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [MulOneClass M] [MulOneClass N] [CommMonoid P] (f : M β* P) (g : N β* P) : M Γ N β* P - MonoidHom.coprod_comp_inl π Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [MulOneClass M] [MulOneClass N] [CommMonoid P] (f : M β* P) (g : N β* P) : (f.coprod g).comp (MonoidHom.inl M N) = f - MonoidHom.coprod_comp_inr π Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [MulOneClass M] [MulOneClass N] [CommMonoid P] (f : M β* P) (g : N β* P) : (f.coprod g).comp (MonoidHom.inr M N) = g - mulMonoidHom_apply π Mathlib.Algebra.Group.Prod
{Ξ± : Type u_6} [CommMonoid Ξ±] (aβ : Ξ± Γ Ξ±) : mulMonoidHom aβ = mulMulHom.toFun aβ - MonoidHom.coprod_inl_inr π Mathlib.Algebra.Group.Prod
{M : Type u_6} {N : Type u_7} [CommMonoid M] [CommMonoid N] : (MonoidHom.inl M N).coprod (MonoidHom.inr M N) = MonoidHom.id (M Γ N) - MonoidHom.coprod_unique π Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [MulOneClass M] [MulOneClass N] [CommMonoid P] (f : M Γ N β* P) : (f.comp (MonoidHom.inl M N)).coprod (f.comp (MonoidHom.inr M N)) = f - MonoidHom.comp_coprod π Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [MulOneClass M] [MulOneClass N] [CommMonoid P] {Q : Type u_6} [CommMonoid Q] (h : P β* Q) (f : M β* P) (g : N β* P) : h.comp (f.coprod g) = (h.comp f).coprod (h.comp g) - MonoidHom.coprod_apply π Mathlib.Algebra.Group.Prod
{M : Type u_3} {N : Type u_4} {P : Type u_5} [MulOneClass M] [MulOneClass N] [CommMonoid P] (f : M β* P) (g : N β* P) (p : M Γ N) : (f.coprod g) p = f p.1 * g p.2 - MulEquiv.monoidHomCongrLeft π Mathlib.Algebra.Group.Equiv.Basic
{Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_8} [MulOneClass Mβ] [MulOneClass Mβ] [CommMonoid N] (e : Mβ β* Mβ) : (Mβ β* N) β* (Mβ β* N) - MulEquiv.monoidHomCongrRight π Mathlib.Algebra.Group.Equiv.Basic
{M : Type u_4} {Nβ : Type u_9} {Nβ : Type u_10} [MulOneClass M] [CommMonoid Nβ] [CommMonoid Nβ] (e : Nβ β* Nβ) : (M β* Nβ) β* (M β* Nβ) - MulEquiv.monoidHomCongrLeft_refl π Mathlib.Algebra.Group.Equiv.Basic
{M : Type u_4} {N : Type u_8} [MulOneClass M] [CommMonoid N] : (MulEquiv.refl M).monoidHomCongrLeft = MulEquiv.refl (M β* N) - MulEquiv.monoidHomCongrRight_refl π Mathlib.Algebra.Group.Equiv.Basic
{M : Type u_4} {N : Type u_8} [MulOneClass M] [CommMonoid N] : (MulEquiv.refl N).monoidHomCongrRight = MulEquiv.refl (M β* N) - MulEquiv.symm_monoidHomCongrLeft π Mathlib.Algebra.Group.Equiv.Basic
{Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_8} [MulOneClass Mβ] [MulOneClass Mβ] [CommMonoid N] (e : Mβ β* Mβ) : e.monoidHomCongrLeft.symm = e.symm.monoidHomCongrLeft - MulEquiv.symm_monoidHomCongrRight π Mathlib.Algebra.Group.Equiv.Basic
{M : Type u_4} {Nβ : Type u_9} {Nβ : Type u_10} [MulOneClass M] [CommMonoid Nβ] [CommMonoid Nβ] (e : Nβ β* Nβ) : e.monoidHomCongrRight.symm = e.symm.monoidHomCongrRight - MulEquiv.monoidHomCongrLeft_trans π Mathlib.Algebra.Group.Equiv.Basic
{Mβ : Type u_5} {Mβ : Type u_6} {Mβ : Type u_7} {N : Type u_8} [MulOneClass Mβ] [MulOneClass Mβ] [MulOneClass Mβ] [CommMonoid N] (eββ : Mβ β* Mβ) (eββ : Mβ β* Mβ) : (eββ.trans eββ).monoidHomCongrLeft = eββ.monoidHomCongrLeft.trans eββ.monoidHomCongrLeft - MulEquiv.monoidHomCongrRight_trans π Mathlib.Algebra.Group.Equiv.Basic
{M : Type u_4} {Nβ : Type u_9} {Nβ : Type u_10} {Nβ : Type u_11} [MulOneClass M] [CommMonoid Nβ] [CommMonoid Nβ] [CommMonoid Nβ] (eββ : Nβ β* Nβ) (eββ : Nβ β* Nβ) : (eββ.trans eββ).monoidHomCongrRight = eββ.monoidHomCongrRight.trans eββ.monoidHomCongrRight - MulEquiv.monoidHomCongrLeft_apply π Mathlib.Algebra.Group.Equiv.Basic
{Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_8} [MulOneClass Mβ] [MulOneClass Mβ] [CommMonoid N] (e : Mβ β* Mβ) (f : Mβ β* N) : e.monoidHomCongrLeft f = f.comp βe.symm - MulEquiv.monoidHomCongrRight_apply π Mathlib.Algebra.Group.Equiv.Basic
{M : Type u_4} {Nβ : Type u_9} {Nβ : Type u_10} [MulOneClass M] [CommMonoid Nβ] [CommMonoid Nβ] (e : Nβ β* Nβ) (hmn : M β* Nβ) : e.monoidHomCongrRight hmn = (βe).comp hmn - CommMonoidWithZero.toCommMonoid π Mathlib.Algebra.GroupWithZero.Defs
{Mβ : Type u_2} [self : CommMonoidWithZero Mβ] : CommMonoid Mβ - CommMonoidWithZero.mk π Mathlib.Algebra.GroupWithZero.Defs
{Mβ : Type u_2} [toCommMonoid : CommMonoid Mβ] [toZero : Zero Mβ] (zero_mul : β (a : Mβ), 0 * a = 0) (mul_zero : β (a : Mβ), a * 0 = 0) : CommMonoidWithZero Mβ - IsMulCommutative.instCommMonoid π Mathlib.Algebra.Group.IsCommutative
{M : Type u_2} [Monoid M] [IsMulCommutative M] : CommMonoid M - CommRing.toCommMonoid π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u} [self : CommRing Ξ±] : CommMonoid Ξ± - CommSemiring.toCommMonoid π Mathlib.Algebra.Ring.Defs
{R : Type u} [self : CommSemiring R] : CommMonoid R - Int.instCommMonoid π Mathlib.Algebra.Group.Int.Defs
: CommMonoid β€ - MulOpposite.opMulEquiv π Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_1} [CommMonoid M] : M β* Mα΅α΅α΅ - MulOpposite.coe_opMulEquiv π Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_1} [CommMonoid M] : βMulOpposite.opMulEquiv = MulOpposite.op - MulOpposite.opMulEquiv_apply π Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_1} [CommMonoid M] (aβ : M) : MulOpposite.opMulEquiv aβ = MulOpposite.op aβ - MulOpposite.coe_symm_opMulEquiv π Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_1} [CommMonoid M] : βMulOpposite.opMulEquiv.symm = MulOpposite.unop - MulOpposite.opMulEquiv_symm_apply π Mathlib.Algebra.Group.Equiv.Opposite
{M : Type u_1} [CommMonoid M] (aβ : Mα΅α΅α΅) : MulOpposite.opMulEquiv.symm aβ = MulOpposite.unop aβ - Nat.instCommMonoid π Mathlib.Algebra.Group.Nat.Defs
: CommMonoid β - pow_dvd_pow_of_dvd π Mathlib.Algebra.Divisibility.Basic
{Ξ± : Type u_1} [CommMonoid Ξ±] {a b : Ξ±} (h : a β£ b) (n : β) : a ^ n β£ b ^ n - mul_dvd_mul_right π Mathlib.Algebra.Divisibility.Basic
{Ξ± : Type u_1} [CommMonoid Ξ±] {a b : Ξ±} (h : a β£ b) (c : Ξ±) : a * c β£ b * c - pow_dvd_pow_of_dvd_of_le π Mathlib.Algebra.Divisibility.Basic
{Ξ± : Type u_1} [CommMonoid Ξ±] {a b : Ξ±} {m n : β} (hab : a β£ b) (hmn : m β€ n) : a ^ m β£ b ^ n - powersMulHom π Mathlib.Algebra.Group.Nat.Hom
(M : Type u_1) [CommMonoid M] : M β* (Multiplicative β β* M) - powersMulHom_apply π Mathlib.Algebra.Group.Nat.Hom
{M : Type u_1} [CommMonoid M] (x : M) (n : Multiplicative β) : ((powersMulHom M) x) n = x ^ Multiplicative.toAdd n - powersMulHom_symm_apply π Mathlib.Algebra.Group.Nat.Hom
{M : Type u_1} [CommMonoid M] (f : Multiplicative β β* M) : (powersMulHom M).symm f = f (Multiplicative.ofAdd 1) - MonoidHom.instCommMonoid π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} [MulOneClass M] [CommMonoid N] : CommMonoid (M β* N) - OneHom.instCommMonoid π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} [One M] [CommMonoid N] : CommMonoid (OneHom M N) - MonoidHom.instPow π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} [MulOneClass M] [CommMonoid N] : Pow (M β* N) β - instIsCancelMulMonoidHom π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} [MulOneClass M] [CommMonoid N] [IsCancelMul N] : IsCancelMul (M β* N) - instIsLeftCancelMulMonoidHom π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} [MulOneClass M] [CommMonoid N] [IsLeftCancelMul N] : IsLeftCancelMul (M β* N) - instIsRightCancelMulMonoidHom π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} [MulOneClass M] [CommMonoid N] [IsRightCancelMul N] : IsRightCancelMul (M β* N) - MonoidHom.compHom' π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} [MulOneClass M] [MulOneClass N] [CommMonoid P] (f : M β* N) : (N β* P) β* M β* P - MonoidHom.flip π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {mM : MulOneClass M} {mN : MulOneClass N} {mP : CommMonoid P} (f : M β* N β* P) : N β* M β* P - MonoidHom.complβ π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {Q : Type uQ} [MulOneClass M] [MulOneClass N] [CommMonoid P] [MulOneClass Q] (f : M β* N β* P) (g : Q β* N) : M β* Q β* P - MonoidHom.pow_apply π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} [MulOneClass M] [CommMonoid N] (f : M β* N) (n : β) (x : M) : (f ^ n) x = f x ^ n - MonoidHom.comprβ π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {Q : Type uQ} [MulOneClass M] [MulOneClass N] [CommMonoid P] [CommMonoid Q] (f : M β* N β* P) (g : P β* Q) : M β* N β* Q - MonoidHom.map_oneβ π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {xβ : MulOneClass M} {xβΒΉ : MulOneClass N} {xβΒ² : CommMonoid P} (f : M β* N β* P) (n : N) : (f 1) n = 1 - MonoidHom.eval π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} [MulOneClass M] [CommMonoid N] : M β* (M β* N) β* N - MonoidHom.compHom'_apply_apply π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} [MulOneClass M] [MulOneClass N] [CommMonoid P] (f : M β* N) (y : N β* P) (x : M) : (f.compHom' y) x = y (f x) - MonoidHom.flip_apply π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {xβ : MulOneClass M} {xβΒΉ : MulOneClass N} {xβΒ² : CommMonoid P} (f : M β* N β* P) (x : M) (y : N) : (f.flip y) x = (f x) y - MonoidHom.complβ_apply π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {Q : Type uQ} [MulOneClass M] [MulOneClass N] [CommMonoid P] [MulOneClass Q] (f : M β* N β* P) (g : Q β* N) (m : M) (q : Q) : ((f.complβ g) m) q = (f m) (g q) - MonoidHom.comprβ_apply π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {Q : Type uQ} [MulOneClass M] [MulOneClass N] [CommMonoid P] [CommMonoid Q] (f : M β* N β* P) (g : P β* Q) (m : M) (n : N) : ((f.comprβ g) m) n = g ((f m) n) - MonoidHom.ext_iffβ π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {xβ : MulOneClass M} {xβΒΉ : MulOneClass N} {xβΒ² : CommMonoid P} {f g : M β* N β* P} : f = g β β (x : M) (y : N), (f x) y = (g x) y - MonoidHom.flipHom π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {xβ : MulOneClass M} {xβΒΉ : MulOneClass N} {xβΒ² : CommMonoid P} : (M β* N β* P) β* N β* M β* P - MonoidHom.compHom π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} [MulOneClass M] [CommMonoid N] [CommMonoid P] : (N β* P) β* (M β* N) β* M β* P - MonoidHom.map_mulβ π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {xβ : MulOneClass M} {xβΒΉ : MulOneClass N} {xβΒ² : CommMonoid P} (f : M β* N β* P) (mβ mβ : M) (n : N) : (f (mβ * mβ)) n = (f mβ) n * (f mβ) n - MonoidHom.eval_apply_apply π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} [MulOneClass M] [CommMonoid N] (y : M) (x : M β* N) : (MonoidHom.eval y) x = x y - MonoidHom.flipHom_apply π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} {xβ : MulOneClass M} {xβΒΉ : MulOneClass N} {xβΒ² : CommMonoid P} (f : M β* N β* P) : MonoidHom.flipHom f = f.flip - MonoidHom.compHom_apply_apply π Mathlib.Algebra.Group.Hom.Instances
{M : Type uM} {N : Type uN} {P : Type uP} [MulOneClass M] [CommMonoid N] [CommMonoid P] (g : N β* P) (hmn : M β* N) : (MonoidHom.compHom g) hmn = g.comp hmn - IsOrderedCancelMonoid π Mathlib.Algebra.Order.Monoid.Defs
(Ξ± : Type u_2) [CommMonoid Ξ±] [Preorder Ξ±] : Prop - IsOrderedMonoid π Mathlib.Algebra.Order.Monoid.Defs
(Ξ± : Type u_2) [CommMonoid Ξ±] [Preorder Ξ±] : Prop - IsOrderedCancelMonoid.toIsOrderedMonoid π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_2} {instβ : CommMonoid Ξ±} {instβΒΉ : Preorder Ξ±} [self : IsOrderedCancelMonoid Ξ±] : IsOrderedMonoid Ξ± - IsOrderedCancelMonoid.toIsCancelMul π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_1} [CommMonoid Ξ±] [PartialOrder Ξ±] [IsOrderedCancelMonoid Ξ±] : IsCancelMul Ξ± - IsOrderedCancelMonoid.toMulLeftReflectLE π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_2} [CommMonoid Ξ±] [Preorder Ξ±] [IsOrderedCancelMonoid Ξ±] : MulLeftReflectLE Ξ± - IsOrderedMonoid.toMulLeftMono π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_1} [CommMonoid Ξ±] [Preorder Ξ±] [IsOrderedMonoid Ξ±] : MulLeftMono Ξ± - IsOrderedMonoid.toMulRightMono π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_1} [CommMonoid Ξ±] [Preorder Ξ±] [IsOrderedMonoid Ξ±] : MulRightMono Ξ± - IsOrderedCancelMonoid.toMulLeftReflectLT π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_1} [CommMonoid Ξ±] [PartialOrder Ξ±] [IsOrderedCancelMonoid Ξ±] : MulLeftReflectLT Ξ± - IsOrderedCancelMonoid.toMulRightReflectLT π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_1} [CommMonoid Ξ±] [PartialOrder Ξ±] [IsOrderedCancelMonoid Ξ±] : MulRightReflectLT Ξ± - IsOrderedCancelMonoid.le_of_mul_le_mul_left π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_2} {instβ : CommMonoid Ξ±} {instβΒΉ : Preorder Ξ±} [self : IsOrderedCancelMonoid Ξ±] (a b c : Ξ±) : a * b β€ a * c β b β€ c - IsOrderedCancelMonoid.le_of_mul_le_mul_right π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_2} {instβ : CommMonoid Ξ±} {instβΒΉ : Preorder Ξ±} [self : IsOrderedCancelMonoid Ξ±] (a b c : Ξ±) : b * a β€ c * a β b β€ c - IsOrderedMonoid.mul_le_mul_left π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_2} {instβ : CommMonoid Ξ±} {instβΒΉ : Preorder Ξ±} [self : IsOrderedMonoid Ξ±] (a b : Ξ±) : a β€ b β β (c : Ξ±), a * c β€ b * c - IsOrderedMonoid.mul_le_mul_right π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_2} {instβ : CommMonoid Ξ±} {instβΒΉ : Preorder Ξ±} [self : IsOrderedMonoid Ξ±] (a b : Ξ±) : a β€ b β β (c : Ξ±), c * a β€ c * b - IsOrderedCancelMonoid.of_mul_lt_mul_left π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_2} [CommMonoid Ξ±] [LinearOrder Ξ±] (hmul : β (a b c : Ξ±), b < c β a * b < a * c) : IsOrderedCancelMonoid Ξ± - mul_self_le_one_iff π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_1} [CommMonoid Ξ±] [LinearOrder Ξ±] [IsOrderedMonoid Ξ±] {a : Ξ±} : a * a β€ 1 β a β€ 1 - mul_self_lt_one_iff π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_1} [CommMonoid Ξ±] [LinearOrder Ξ±] [IsOrderedMonoid Ξ±] {a : Ξ±} : a * a < 1 β a < 1 - one_le_mul_self_iff π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_1} [CommMonoid Ξ±] [LinearOrder Ξ±] [IsOrderedMonoid Ξ±] {a : Ξ±} : 1 β€ a * a β 1 β€ a - one_lt_mul_self_iff π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_1} [CommMonoid Ξ±] [LinearOrder Ξ±] [IsOrderedMonoid Ξ±] {a : Ξ±} : 1 < a * a β 1 < a - IsOrderedMonoid.mk π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_2} [CommMonoid Ξ±] [Preorder Ξ±] (mul_le_mul_left : β (a b : Ξ±), a β€ b β β (c : Ξ±), a * c β€ b * c) (mul_le_mul_right : β (a b : Ξ±), a β€ b β β (c : Ξ±), c * a β€ c * b) : IsOrderedMonoid Ξ± - IsOrderedCancelMonoid.mk π Mathlib.Algebra.Order.Monoid.Defs
{Ξ± : Type u_2} [CommMonoid Ξ±] [Preorder Ξ±] [toIsOrderedMonoid : IsOrderedMonoid Ξ±] (le_of_mul_le_mul_left : β (a b c : Ξ±), a * b β€ a * c β b β€ c) (le_of_mul_le_mul_right : β (a b c : Ξ±), b * a β€ c * a β b β€ c) : IsOrderedCancelMonoid Ξ± - Colex.instCommMonoid π Mathlib.Algebra.Order.Group.Synonym
{Ξ± : Type u_1} [CommMonoid Ξ±] : CommMonoid (Colex Ξ±) - Lex.instCommMonoid π Mathlib.Algebra.Order.Group.Synonym
{Ξ± : Type u_1} [CommMonoid Ξ±] : CommMonoid (Lex Ξ±) - OrderDual.instCommMonoid π Mathlib.Algebra.Order.Group.Synonym
{Ξ± : Type u_1} [CommMonoid Ξ±] : CommMonoid Ξ±α΅α΅ - MulArchimedean π Mathlib.Algebra.Order.Archimedean.Defs
(R : Type u_2) [CommMonoid R] [PartialOrder R] : Prop - MulArchimedean.arch π Mathlib.Algebra.Order.Archimedean.Defs
{R : Type u_2} {instβ : CommMonoid R} {instβΒΉ : PartialOrder R} [self : MulArchimedean R] (x : R) {y : R} : 1 < y β β n, x β€ y ^ n - MulArchimedean.mk π Mathlib.Algebra.Order.Archimedean.Defs
{R : Type u_2} [CommMonoid R] [PartialOrder R] (arch : β (x : R) {y : R}, 1 < y β β n, x β€ y ^ n) : MulArchimedean R - exists_lt_pow π Mathlib.Algebra.Order.Archimedean.Defs
{R : Type u_1} [CommMonoid R] [PartialOrder R] [MulLeftStrictMono R] [MulArchimedean R] {a : R} (ha : 1 < a) (b : R) : β n, b < a ^ n - CanonicallyOrderedMul.toIsOrderedMonoid π Mathlib.Algebra.Order.Monoid.Canonical.Defs
{Ξ± : Type u} [CommMonoid Ξ±] [Preorder Ξ±] [CanonicallyOrderedMul Ξ±] : IsOrderedMonoid Ξ± - one_lt_mul_iff π Mathlib.Algebra.Order.Monoid.Canonical.Defs
{Ξ± : Type u} [CommMonoid Ξ±] [PartialOrder Ξ±] [CanonicallyOrderedMul Ξ±] {a b : Ξ±} : 1 < a * b β 1 < a β¨ 1 < b - WithOne.instCommMonoid π Mathlib.Algebra.Group.WithOne.Defs
{Ξ± : Type u} [CommSemigroup Ξ±] : CommMonoid (WithOne Ξ±) - WithZero.instCommMonoidWithZero π Mathlib.Algebra.GroupWithZero.WithZero
{Ξ± : Type u_1} [CommMonoid Ξ±] : CommMonoidWithZero (WithZero Ξ±) - Units.isOrderedMonoid π Mathlib.Algebra.Order.Group.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] [Preorder Ξ±] [IsOrderedMonoid Ξ±] : IsOrderedMonoid Ξ±Λ£ - OrderDual.isOrderedCancelMonoid π Mathlib.Algebra.Order.Monoid.OrderDual
{Ξ± : Type u} [CommMonoid Ξ±] [Preorder Ξ±] [IsOrderedCancelMonoid Ξ±] : IsOrderedCancelMonoid Ξ±α΅α΅ - OrderDual.isOrderedMonoid π Mathlib.Algebra.Order.Monoid.OrderDual
{Ξ± : Type u} [CommMonoid Ξ±] [Preorder Ξ±] [IsOrderedMonoid Ξ±] : IsOrderedMonoid Ξ±α΅α΅ - Additive.isOrderedAddMonoid π Mathlib.Algebra.Order.Monoid.TypeTags
{Ξ± : Type u_1} [CommMonoid Ξ±] [Preorder Ξ±] [IsOrderedMonoid Ξ±] : IsOrderedAddMonoid (Additive Ξ±) - Additive.isOrderedCancelAddMonoid π Mathlib.Algebra.Order.Monoid.TypeTags
{Ξ± : Type u_1} [CommMonoid Ξ±] [Preorder Ξ±] [IsOrderedCancelMonoid Ξ±] : IsOrderedCancelAddMonoid (Additive Ξ±) - WithZero.isOrderedMonoid π Mathlib.Algebra.Order.GroupWithZero.Canonical
{Ξ± : Type u_1} [CommMonoid Ξ±] [Preorder Ξ±] [IsOrderedMonoid Ξ±] : IsOrderedMonoid (WithZero Ξ±) - WithZero.instLinearOrderedCommMonoidWithZero π Mathlib.Algebra.Order.GroupWithZero.Canonical
{Ξ± : Type u_1} [CommMonoid Ξ±] [LinearOrder Ξ±] [IsOrderedCancelMonoid Ξ±] : LinearOrderedCommMonoidWithZero (WithZero Ξ±) - List.Perm.prod_eq π Mathlib.Algebra.BigOperators.Group.List.Basic
{M : Type u_4} [CommMonoid M] {lβ lβ : List M} (h : lβ.Perm lβ) : lβ.prod = lβ.prod - List.CommMonoid.prod_insertIdx π Mathlib.Algebra.BigOperators.Group.List.Basic
{M : Type u_4} [CommMonoid M] {a : M} {l : List M} {i : β} (h : i β€ l.length) : (l.insertIdx i a).prod = a * l.prod - List.prod_erase π Mathlib.Algebra.BigOperators.Group.List.Basic
{M : Type u_4} [CommMonoid M] {a : M} {l : List M} [DecidableEq M] (ha : a β l) : a * (l.erase a).prod = l.prod - List.prod_map_erase π Mathlib.Algebra.BigOperators.Group.List.Basic
{Ξ± : Type u_2} {M : Type u_4} [CommMonoid M] [DecidableEq Ξ±] (f : Ξ± β M) {a : Ξ±} {l : List Ξ±} : a β l β f a * (List.map f (l.erase a)).prod = (List.map f l).prod - List.CommMonoid.mul_prod_eraseIdx π Mathlib.Algebra.BigOperators.Group.List.Basic
{M : Type u_4} [CommMonoid M] {l : List M} {i : β} (h : i < l.length) : l[i] * (l.eraseIdx i).prod = l.prod - List.prod_mul_prod_eq_prod_zipWith_of_length_eq π Mathlib.Algebra.BigOperators.Group.List.Basic
{M : Type u_4} [CommMonoid M] (l l' : List M) (h : l.length = l'.length) : l.prod * l'.prod = (List.zipWith (fun x1 x2 => x1 * x2) l l').prod - List.prod_map_mul π Mathlib.Algebra.BigOperators.Group.List.Basic
{ΞΉ : Type u_1} {M : Type u_8} [CommMonoid M] {l : List ΞΉ} {f g : ΞΉ β M} : (List.map (fun i => f i * g i) l).prod = (List.map f l).prod * (List.map g l).prod - List.prod_map_filter_mul_prod_map_filter_not π Mathlib.Algebra.BigOperators.Group.List.Basic
{Ξ± : Type u_2} {M : Type u_4} [CommMonoid M] (p : Ξ± β Prop) [DecidablePred p] (f : Ξ± β M) (l : List Ξ±) : (List.map f (List.filter (fun b => decide (p b)) l)).prod * (List.map f (List.filter (fun x => decide Β¬p x) l)).prod = (List.map f l).prod - List.prod_map_ite π Mathlib.Algebra.BigOperators.Group.List.Basic
{Ξ± : Type u_2} {M : Type u_4} [CommMonoid M] (p : Ξ± β Prop) [DecidablePred p] (f g : Ξ± β M) (l : List Ξ±) : (List.map (fun a => if p a then f a else g a) l).prod = (List.map f (List.filter (fun b => decide (p b)) l)).prod * (List.map g (List.filter (fun a => decide Β¬p a) l)).prod - List.prod_mul_prod_eq_prod_zipWith_mul_prod_drop π Mathlib.Algebra.BigOperators.Group.List.Basic
{M : Type u_4} [CommMonoid M] (l l' : List M) : l.prod * l'.prod = (List.zipWith (fun x1 x2 => x1 * x2) l l').prod * (List.drop l'.length l).prod * (List.drop l.length l').prod - Rat.commMonoid π Mathlib.Data.Rat.Defs
: CommMonoid β - symm_isRelPrime π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] : Std.Symm IsRelPrime - symmetric_isRelPrime π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] : Std.Symm IsRelPrime - isRelPrime_self π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x : Ξ±} : IsRelPrime x x β IsUnit x - IsUnit.isRelPrime_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y : Ξ±} (h : IsUnit x) : IsRelPrime x y - IsUnit.isRelPrime_right π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y : Ξ±} (h : IsUnit y) : IsRelPrime x y - IsRelPrime.symm π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y : Ξ±} (H : IsRelPrime x y) : IsRelPrime y x - isRelPrime_comm π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y : Ξ±} : IsRelPrime x y β IsRelPrime y x - isUnit_iff_forall_dvd π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x : Ξ±} : IsUnit x β β (y : Ξ±), x β£ y - isRelPrime_one_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x : Ξ±} : IsRelPrime 1 x - isRelPrime_one_right π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x : Ξ±} : IsRelPrime x 1 - isUnit_of_dvd_unit π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y : Ξ±} (xy : x β£ y) (hu : IsUnit y) : IsUnit x - IsRelPrime.isUnit_of_dvd π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y : Ξ±} (H : IsRelPrime x y) (d : x β£ y) : IsUnit x - not_isUnit_of_not_isUnit_dvd π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {a b : Ξ±} (ha : Β¬IsUnit a) (hb : a β£ b) : Β¬IsUnit b - IsRelPrime.of_dvd_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (h : IsRelPrime y z) (dvd : x β£ y) : IsRelPrime x z - IsRelPrime.of_dvd_right π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (h : IsRelPrime z y) (dvd : x β£ y) : IsRelPrime z x - isUnit_of_dvd_one π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {a : Ξ±} (h : a β£ 1) : IsUnit a - isUnit_iff_dvd_one π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x : Ξ±} : IsUnit x β x β£ 1 - IsRelPrime.of_mul_left_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (H : IsRelPrime (x * y) z) : IsRelPrime x z - IsRelPrime.of_mul_left_right π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (H : IsRelPrime (x * y) z) : IsRelPrime y z - IsRelPrime.of_mul_right_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (H : IsRelPrime x (y * z)) : IsRelPrime x y - IsRelPrime.of_mul_right_right π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (H : IsRelPrime x (y * z)) : IsRelPrime x z - isRelPrime_mul_unit_left_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (hu : IsUnit x) : IsRelPrime (x * y) z β IsRelPrime y z - isRelPrime_mul_unit_left_right π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (hu : IsUnit x) : IsRelPrime y (x * z) β IsRelPrime y z - isRelPrime_mul_unit_right_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (hu : IsUnit x) : IsRelPrime (y * x) z β IsRelPrime y z - isRelPrime_mul_unit_right_right π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (hu : IsUnit x) : IsRelPrime y (z * x) β IsRelPrime y z - dvd_pow_self_iff π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x : Ξ±} {n : β} : x β£ x ^ n β n β 0 β¨ IsUnit x - IsRelPrime.mul_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} [DecompositionMonoid Ξ±] (H1 : IsRelPrime x z) (H2 : IsRelPrime y z) : IsRelPrime (x * y) z - IsRelPrime.mul_right π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} [DecompositionMonoid Ξ±] (H1 : IsRelPrime x y) (H2 : IsRelPrime x z) : IsRelPrime x (y * z) - IsUnit.dvd_mul_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {a b u : Ξ±} (hu : IsUnit u) : a β£ u * b β a β£ b - IsUnit.mul_left_dvd π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {a b u : Ξ±} (hu : IsUnit u) : u * a β£ b β a β£ b - IsRelPrime.mul_left_iff π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} [DecompositionMonoid Ξ±] : IsRelPrime (x * y) z β IsRelPrime x z β§ IsRelPrime y z - IsRelPrime.mul_right_iff π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} [DecompositionMonoid Ξ±] : IsRelPrime x (y * z) β IsRelPrime x y β§ IsRelPrime x z - Units.dvd_mul_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {a b : Ξ±} {u : Ξ±Λ£} : a β£ βu * b β a β£ b - Units.mul_left_dvd π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {a b : Ξ±} {u : Ξ±Λ£} : βu * a β£ b β a β£ b - IsRelPrime.dvd_of_dvd_mul_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} [DecompositionMonoid Ξ±] (H1 : IsRelPrime x y) (H2 : x β£ y * z) : x β£ z - IsRelPrime.dvd_of_dvd_mul_right π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} [DecompositionMonoid Ξ±] (H1 : IsRelPrime x z) (H2 : x β£ y * z) : x β£ y - isRelPrime_mul_unit_left π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (hu : IsUnit x) : IsRelPrime (x * y) (x * z) β IsRelPrime y z - isRelPrime_mul_unit_right π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (hu : IsUnit x) : IsRelPrime (y * x) (z * x) β IsRelPrime y z - IsRelPrime.dvd_of_dvd_mul_left_of_isPrimal π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (H1 : IsRelPrime x y) (H2 : x β£ y * z) (h : IsPrimal x) : x β£ z - IsRelPrime.dvd_of_dvd_mul_right_of_isPrimal π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (H1 : IsRelPrime x z) (H2 : x β£ y * z) (h : IsPrimal x) : x β£ y - IsRelPrime.mul_dvd π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} [DecompositionMonoid Ξ±] (H : IsRelPrime x y) (H1 : x β£ z) (H2 : y β£ z) : x * y β£ z - IsRelPrime.mul_dvd_of_left_isPrimal π Mathlib.Algebra.Divisibility.Units
{Ξ± : Type u_1} [CommMonoid Ξ±] {x y z : Ξ±} (H : IsRelPrime x y) (H1 : x β£ z) (H2 : y β£ z) (hx : IsPrimal x) : x * y β£ z
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