Theorems · Theorem · group theory
MonoidWithZeroHom.mk_coe
∀ {α : Type u_2} {β : Type u_3} [inst : MulZeroOneClass α] [inst_1 : MulZeroOneClass β] (f : α →*₀ β)
(h1 : (↑f).toFun 1 = 1) (hmul : ∀ (x y : α), (↑f).toFun (x * y) = (↑f).toFun x * (↑f).toFun y),
{ toZeroHom := ↑f, map_one' := h1, map_mul' := hmul } = f- Defined in
- Mathlib.Algebra.GroupWithZero.Hom
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses Quot.sound
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.
- MonoidWithZeroHomstatement and proof · cited by 704
- MulZeroOneClassstatement and proof · cited by 184
- ZeroHom.toFunstatement and proof · cited by 101
- MonoidWithZeroHom.extproof · cited by 15
- ZeroHomClass.toZeroHomstatement and proof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.