Theorems · Definition · group theory
Function.Injective.leftCancelSemigroup
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Mul M₁] →
[inst_1 : LeftCancelSemigroup M₂] →
(f : M₁ → M₂) → Function.Injective f → (∀ (x y : M₁), f (x * y) = f x * f y) → LeftCancelSemigroup M₁A type endowed with * is a left cancel semigroup, if it admits an injective map that
preserves * to a left cancel 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
- MulLeftCancelSemigroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semigroupproof · cited by 202
- IsLeftCancelMulproof · cited by 51
- LeftCancelSemigroupstatement and proof · cited by 3
- Function.Injective.semigroupproof · cited by 0
Cited by3
Results whose statement or proof uses this declaration.
- FunLike.leftCancelSemigroupproof · cited by 0
- Function.Injective.cancelCommMonoidproof · cited by 0
- Function.Injective.leftCancelMonoidproof · cited by 0