Theorems · Definition · category theory
CategoryTheory.ToHom
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{FC : C → C → Type u_1} →
{CC : C → Type w} →
[inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] →
[CategoryTheory.ConcreteCategory C FC] → C → C → Type u_1ToHom X Y is the type of (bundled) functions between objects X Y : C.
This is an abbrev so that instances (e.g. RingHomClass) do not need to be redeclared.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.ConcreteCategorystatement and proof · cited by 421
Cited by8
Results whose statement or proof uses this declaration.
- AddCommGrpCat.homAddEquivproof · cited by 3
- CategoryTheory.ConcreteCategory.hom_bijectivestatement · cited by 2
- CategoryTheory.ConcreteCategory.homEquivstatement · cited by 1
- CategoryTheory.ConcreteCategory.hom_injectivestatement · cited by 1
- TopCat.Presheaf.stalkFunctor_map_germ_apply'statement · cited by 1
- CategoryTheory.ConcreteCategory.hom_surjectivestatement · cited by 0
- AddCommGrpCat.homAddEquiv_applystatement · cited by 0
- AddCommGrpCat.homAddEquiv_symm_apply_homstatement and proof · cited by 0