Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Equivalence.mkHom

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} → [inst_1 : CategoryTheory.Category.{v₂, u₂} D] → {e f : C ≌ D} → (e.functor ⟶ f.functor) → (e ⟶ f)

Promote a natural transformation e.functor ⟶ f.functor to a morphism in C ≌ D.

Defined in
Mathlib.CategoryTheory.Equivalence
Cited by
12 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Equivalence.symmEquivInverse · cited by 10Equivalence.symmEquivInve…CategoryTheory.Equivalence.symmEquivFunctor · cited by 5Equivalence.symmEquivFunc…CategoryTheory.Equivalence.congrLeftFunctor · cited by 2Equivalence.congrLeftFunc…CategoryTheory.Equivalence.mkIso · cited by 2Equivalence.mkIsoCategoryTheory.Equivalence.congrRightFunctor · cited by 2Equivalence.congrRightFun…CategoryTheory.Equivalence.mkHom_comp · cited by 1Equivalence.mkHom_compCategoryTheory.Equivalence.asNatTrans_mkHom · cited by 0Equivalence.asNatTrans_mk…CategoryTheory.Equivalence.symmEquivFunctor_map · cited by 0Equivalence.symmEquivFunc…CategoryTheory.Equivalence.symmEquivInverse_map_app · cited by 0Equivalence.symmEquivInve…CategoryTheory.Equivalence.mkHom_asNatTrans · cited by 0Equivalence.mkHom_asNatTr…CategoryTheory.Equivalence.mkHom_comp_assoc · cited by 0Equivalence.mkHom_comp_as…CategoryTheory.Equivalence.congrLeftFunctor_map · cited by 0Equivalence.congrLeftFunc…CategoryTheory.Equivalence.mkHom_id_functor · cited by 0Equivalence.mkHom_id_func…CategoryTheory.Equivalence.mkHom_id_inverse · cited by 0Equivalence.mkHom_id_inve…CategoryTheory.Equivalence.mkIso_hom · cited by 0Equivalence.mkIso_homCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceEquivalence.mkHomCITED BYCITES

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by17

Results whose statement or proof uses this declaration.