Theorems · Theorem · group theory
Function.Injective.isRightCancelMulZero
∀ {M₀ : Type u_1} {M₀' : Type u_3} [inst : Mul M₀] [inst_1 : Zero M₀] [inst_2 : Mul M₀'] [inst_3 : Zero M₀']
(f : M₀ → M₀'),
Function.Injective f →
f 0 = 0 → (∀ (x y : M₀), f (x * y) = f x * f y) → ∀ [IsRightCancelMulZero M₀'], IsRightCancelMulZero M₀- Defined in
- Mathlib.Algebra.GroupWithZero.InjSurj
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- IsRightCancelMulZerostatement and proof · cited by 33
- mul_right_cancel₀proof · cited by 22
Cited by4
Results whose statement or proof uses this declaration.
- MulEquiv.isDomainproof · cited by 8
- Function.Injective.isCancelMulZeroproof · cited by 4
- MulOpposite.isLeftCancelMulZero_iffproof · cited by 1
- MulEquiv.isRightCancelMulZero_iffproof · cited by 0