Theorems · Theorem · group theory
Function.Injective.isCancelMul
∀ {M₁ : Type u_1} {M₂ : Type u_2} [inst : Mul M₁] [inst_1 : Mul M₂] [IsCancelMul M₂] (f : M₁ → M₂),
Function.Injective f → (∀ (x y : M₁), f (x * y) = f x * f y) → IsCancelMul M₁A type has cancellative multiplication, if it admits an injective map that
preserves * to another type with cancellative multiplication.
- Defined in
- Mathlib.Algebra.Group.InjSurj
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- MulMulIsCancelMul
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- IsLeftCancelMulproof · cited by 51
- IsRightCancelMulproof · cited by 43
- IsCancelMulstatement and proof · cited by 32
- Function.Injective.isRightCancelMulproof · cited by 3
- Function.Injective.isLeftCancelMulproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Equiv.isCancelMulproof · cited by 0
- FunLike.isCancelMulproof · cited by 0