Theorems · Definition · group theory
Function.Injective.commSemigroup
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Mul M₁] →
[inst_1 : CommSemigroup M₂] →
(f : M₁ → M₂) → Function.Injective f → (∀ (x y : M₁), f (x * y) = f x * f y) → CommSemigroup M₁A type endowed with * is a commutative semigroup, if it admits an injective map that
preserves * to a commutative semigroup. See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.Group.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
- Assumes
- MulCommSemigroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semigroupproof · cited by 202
- CommSemigroupstatement and proof · cited by 62
- CommMagmaproof · cited by 57
- CommMagma.mul_commproof · cited by 1
- Function.Injective.semigroupproof · cited by 0
- Function.Injective.commMagmaproof · cited by 0
Cited by8
Results whose statement or proof uses this declaration.
- Function.Injective.divisionCommMonoidproof · cited by 0
- Function.Injective.commGroupWithZeroproof · cited by 0
- Function.Injective.commMonoidproof · cited by 0
- FunLike.commSemigroupproof · cited by 0
- Function.Injective.commSemiringproof · cited by 0
- Function.Injective.nonUnitalCommSemiringproof · cited by 0
- Equiv.commSemigroupproof · cited by 0
- Finset.commSemigroupproof · cited by 0