Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Equivalence.asNatTrans

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

Recover a natural transformation between e.functor and f.functor from the data of a morphism e ⟶ f.

Defined in
Mathlib.CategoryTheory.Equivalence
Cited by
14 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.functorFunctor · cited by 4Equivalence.functorFunctorCategoryTheory.Equivalence.congrLeftFunctor · cited by 2Equivalence.congrLeftFunc…CategoryTheory.Equivalence.congrRightFunctor · cited by 2Equivalence.congrRightFun…CategoryTheory.Equivalence.hom_ext · cited by 1Equivalence.hom_extCategoryTheory.Equivalence.comp_asNatTrans · cited by 1Equivalence.comp_asNatTra…CategoryTheory.Equivalence.asNatTrans_mkHom · cited by 0Equivalence.asNatTrans_mk…CategoryTheory.Equivalence.mkHom_asNatTrans · cited by 0Equivalence.mkHom_asNatTr…CategoryTheory.Equivalence.hom_ext_iff · cited by 0Equivalence.hom_ext_iffCategoryTheory.Equivalence.id_asNatTrans · cited by 0Equivalence.id_asNatTransCategoryTheory.Equivalence.symmEquivFunctor_map · cited by 0Equivalence.symmEquivFunc…CategoryTheory.Equivalence.comp_asNatTrans_assoc · cited by 0Equivalence.comp_asNatTra…CategoryTheory.Equivalence.symmEquivInverse_map_app · cited by 0Equivalence.symmEquivInve…CategoryTheory.Equivalence.congrLeftFunctor_map · cited by 0Equivalence.congrLeftFunc…CategoryTheory.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.asNatTransCITED BYCITES

Cites5

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

Cited by19

Results whose statement or proof uses this declaration.