Mathlib Map

Theorems · Definition · category theory

CategoryTheory.StructuredArrow.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] →
            (S : C) →
              (F : CategoryTheory.Functor B C) →
                (G : CategoryTheory.Functor C D) →
                  CategoryTheory.Functor (CategoryTheory.StructuredArrow S F)
                    (CategoryTheory.StructuredArrow (G.obj S) (F.comp G))

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

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
9 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.TwoSquare.structuredArrowDownwards · cited by 35TwoSquare.structuredArrow…CategoryTheory.Functor.final_of_comp_full_faithful · cited by 4Functor.final_of_comp_ful…CategoryTheory.Functor.hasPointwiseRightKanExtensionAt_of_equivalence · cited by 1Functor.hasPointwiseRight…LightProfinite.Extend.functor_initial · cited by 1Extend.functor_initialCategoryTheory.StructuredArrow.postIsoMap₂ · cited by 1StructuredArrow.postIsoMa…CategoryTheory.TwoSquare.EquivalenceJ.inverse_map · cited by 0EquivalenceJ.inverse_mapCategoryTheory.TwoSquare.EquivalenceJ.inverse_obj · cited by 0EquivalenceJ.inverse_objCategoryTheory.TwoSquare.structuredArrowDownwards_map · cited by 0TwoSquare.structuredArrow…CategoryTheory.Comma.map_final · cited by 0Comma.map_finalCategoryTheory.StructuredArrow.post_map · cited by 0StructuredArrow.post_mapCategoryTheory.StructuredArrow.post_obj · cited by 0StructuredArrow.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.StructuredArrow · cited by 370CategoryTheory.Structured…CategoryTheory.StructuredArrow.hom · cited by 150StructuredArrow.homCategoryTheory.StructuredArrow.mk · cited by 125StructuredArrow.mkCategoryTheory.StructuredArrow.Hom.right · cited by 82Hom.rightCategoryTheory.StructuredArrow.homMk · cited by 47StructuredArrow.homMkStructuredArrow.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.