Theorems · Definition · category theory
MonoidHom.toFunctor
{M : Type u} →
{N : Type v} →
[inst : Monoid M] →
[inst_1 : Monoid N] → (M →* N) → CategoryTheory.Functor (CategoryTheory.SingleObj M) (CategoryTheory.SingleObj N)Reinterpret a monoid homomorphism f : M → N as a functor (single_obj M) ⥤ (single_obj N).
See also CategoryTheory.SingleObj.mapHom for an equivalence between these types.
- Defined in
- Mathlib.CategoryTheory.SingleObj
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses Quot.sound
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.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Functorstatement · cited by 16,252
- Monoidstatement and proof · cited by 3,887
- MonoidHomstatement and proof · cited by 3,629
- CategoryTheory.SingleObjstatement · cited by 88
- CategoryTheory.SingleObj.mapHomproof · cited by 2
Cited by7
Results whose statement or proof uses this declaration.
- MulEquiv.toSingleObjEquivproof · cited by 8
- MulEquiv.toSingleObjEquiv_counitIso_invstatement · cited by 0
- MonoidHom.comp_toFunctorstatement · cited by 0
- MonoidHom.id_toFunctorstatement · cited by 0
- MulEquiv.toSingleObjEquiv_unitIso_homstatement · cited by 0
- MulEquiv.toSingleObjEquiv_unitIso_invstatement · cited by 0
- MulEquiv.toSingleObjEquiv_counitIso_homstatement · cited by 0