Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.toCostructuredArrow

{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] →
            (G : CategoryTheory.Functor E C) →
              (F : CategoryTheory.Functor C D) →
                (X : D) →
                  (f : (Y : E) → F.obj (G.obj Y) ⟶ X) →
                    (∀ {Y Z : E} (g : Y ⟶ Z), CategoryTheory.CategoryStruct.comp (F.map (G.map g)) (f Z) = f Y) →
                      CategoryTheory.Functor E (CategoryTheory.CostructuredArrow F X)

Given F : C ⥤ D and X : D, to upgrade a functor G : E ⥤ C to a functor E ⥤ CostructuredArrow F X, it suffices to provide maps F.obj (G.obj Y) ⟶ X for all Y making the obvious triangles involving all F.map (G.map g) commute. This is of course the same as providing a cocone over F ⋙ G with cocone point X, see Functor.toCostructuredArrowIsoToCostructuredArrow.

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
4 results in Mathlib
Foundations
Depth 30 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.ofCommaFstEquivalenceInverse · cited by 10CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCostructuredArrowProjEquivalence.functor · cited by 6ofCostructuredArrowProjEq…CategoryTheory.CostructuredArrow.ofCostructuredArrowProjEquivalence.inverse · cited by 6ofCostructuredArrowProjEq…CategoryTheory.CostructuredArrow.ofDiagEquivalence.functor · cited by 6ofDiagEquivalence.functorCategoryTheory.Functor.toOver · cited by 5Functor.toOverCategoryTheory.CostructuredArrow.ofDiagEquivalence.inverse · cited by 4ofDiagEquivalence.inverseCategoryTheory.Functor.toCostructuredArrowCompProj · cited by 0Functor.toCostructuredArr…CategoryTheory.Functor.toCostructuredArrowIsoToCostructuredArrow · cited by 0Functor.toCostructuredArr…CategoryTheory.Functor.toCostructuredArrow_comp_proj · cited by 0Functor.toCostructuredArr…CategoryTheory.Functor.toCostructuredArrow_map · cited by 0Functor.toCostructuredArr…CategoryTheory.Functor.toCostructuredArrow_obj · cited by 0Functor.toCostructuredArr…CategoryTheory.Limits.Cocone.toCostructuredArrowIsoToCostructuredArrow · cited by 0Cocone.toCostructuredArro…CategoryTheory.CostructuredArrow.ofCostructuredArrowProjEquivalence.inverse_map_left_left · cited by 0ofCostructuredArrowProjEq…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.CostructuredArrow.mk · cited by 155CostructuredArrow.mkCategoryTheory.CostructuredArrow.homMk · cited by 55CostructuredArrow.homMkFunctor.toCostructuredArrowCITED BYCITES

Cites9

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

Cited by13

Results whose statement or proof uses this declaration.