Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CostructuredArrow.preEquivalence.functor

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {E : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
            (F : CategoryTheory.Functor C D) →
              {G : CategoryTheory.Functor D E} →
                {e : E} →
                  (f : CategoryTheory.CostructuredArrow G e) →
                    CategoryTheory.Functor
                      (CategoryTheory.CostructuredArrow (CategoryTheory.CostructuredArrow.pre F G e) f)
                      (CategoryTheory.CostructuredArrow F f.left)

The functor establishing the equivalence CostructuredArrow.preEquivalence.

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
7 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.CostructuredArrow.preEquivalence · cited by 4CostructuredArrow.preEqui…CategoryTheory.CostructuredArrow.preEquivalence.functor_map_left · cited by 0preEquivalence.functor_ma…CategoryTheory.CostructuredArrow.preEquivalence.functor_obj_hom · cited by 0preEquivalence.functor_ob…CategoryTheory.CostructuredArrow.preEquivalence.functor_obj_left · cited by 0preEquivalence.functor_ob…CategoryTheory.CostructuredArrow.preEquivalence.functor_obj_right_as · cited by 0preEquivalence.functor_ob…CategoryTheory.CostructuredArrow.preEquivalence_counitIso · cited by 0CostructuredArrow.preEqui…CategoryTheory.CostructuredArrow.preEquivalence_functor · cited by 0CostructuredArrow.preEqui…CategoryTheory.CostructuredArrow.preEquivalence_unitIso · cited by 0CostructuredArrow.preEqui…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.CommaMorphism.left · cited by 526CommaMorphism.leftCategoryTheory.CostructuredArrow.left · cited by 202CostructuredArrow.leftCategoryTheory.CostructuredArrow.hom · cited by 179CostructuredArrow.homCategoryTheory.CostructuredArrow.mk · cited by 155CostructuredArrow.mkCategoryTheory.CostructuredArrow.homMk · cited by 55CostructuredArrow.homMkCategoryTheory.CostructuredArrow.pre · cited by 36CostructuredArrow.prepreEquivalence.functorCITED BYCITES

Cites11

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

Cited by8

Results whose statement or proof uses this declaration.