Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CostructuredArrow.post

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {B : Type u₄} →
          [inst_2 : CategoryTheory.Category.{v₄, u₄} B] →
            (F : CategoryTheory.Functor B C) →
              (G : CategoryTheory.Functor C D) →
                (S : C) →
                  CategoryTheory.Functor (CategoryTheory.CostructuredArrow F S)
                    (CategoryTheory.CostructuredArrow (F.comp G) (G.obj S))

The functor (F, S) ⥤ (F ⋙ G, G(S)).

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
8 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.TwoSquare.costructuredArrowRightwards · cited by 31TwoSquare.costructuredArr…CategoryTheory.Functor.initial_of_comp_full_faithful · cited by 5Functor.initial_of_comp_f…CategoryTheory.isFiltered_of_isFiltered_costructuredArrow · cited by 1CategoryTheory.isFiltered…CategoryTheory.Functor.hasPointwiseLeftKanExtensionAt_of_equivalence · cited by 1Functor.hasPointwiseLeftK…CategoryTheory.Functor.DenseAt.postcompEquivalence · cited by 0DenseAt.postcompEquivalen…CategoryTheory.TwoSquare.EquivalenceJ.functor_map · cited by 0EquivalenceJ.functor_mapCategoryTheory.TwoSquare.EquivalenceJ.functor_obj · cited by 0EquivalenceJ.functor_objCategoryTheory.TwoSquare.costructuredArrowRightwards_map · cited by 0TwoSquare.costructuredArr…CategoryTheory.CostructuredArrow.postIsoMap₂ · cited by 0CostructuredArrow.postIso…CategoryTheory.CostructuredArrow.post_map · cited by 0CostructuredArrow.post_mapCategoryTheory.CostructuredArrow.post_obj · cited by 0CostructuredArrow.post_objCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.CommaMorphism.left · cited by 526CommaMorphism.leftCategoryTheory.CostructuredArrow.hom · cited by 179CostructuredArrow.homCategoryTheory.CostructuredArrow.mk · cited by 155CostructuredArrow.mkCategoryTheory.CostructuredArrow.homMk · cited by 55CostructuredArrow.homMkCostructuredArrow.postCITED BYCITES

Cites11

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

Cited by11

Results whose statement or proof uses this declaration.