Mathlib Map

Theorems · Definition · category theory

CategoryTheory.StructuredArrow.pre

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

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

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
32 results in Mathlib
Foundations
Depth 26 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.StructuredArrow.toUnder · cited by 10StructuredArrow.toUnderCategoryTheory.StructuredArrow.preEquivalenceInverse · cited by 9StructuredArrow.preEquiva…CategoryTheory.StructuredArrow.preEquivalenceFunctor · cited by 7StructuredArrow.preEquiva…CategoryTheory.StructuredArrow.preEquivalence · cited by 4StructuredArrow.preEquiva…CategoryTheory.compatiblePreservingOfFlat · cited by 3CategoryTheory.compatible…CategoryTheory.Limits.Cone.toStructuredArrowCone · cited by 3Cone.toStructuredArrowConeCategoryTheory.PreservesFiniteLimitsOfFlat.lift · cited by 2PreservesFiniteLimitsOfFl…CategoryTheory.Functor.final_equivalence_comp · cited by 1Functor.final_equivalence…CategoryTheory.TwoSquare.structuredArrowDownwards_initial_iff_of_iso · cited by 1TwoSquare.structuredArrow…CategoryTheory.TwoSquare.GuitartExact.quotient_of_nonempty_leftHomotopy · cited by 1GuitartExact.quotient_of_…CategoryTheory.PreservesFiniteLimitsOfFlat.fac · cited by 1PreservesFiniteLimitsOfFl…CategoryTheory.PreservesFiniteLimitsOfFlat.uniq · cited by 1PreservesFiniteLimitsOfFl…CategoryTheory.Functor.final_of_equivalence_comp · cited by 1Functor.final_of_equivale…CategoryTheory.TwoSquare.GuitartExact.whiskerVertical · cited by 1GuitartExact.whiskerVerti…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.fromPUnit · cited by 769Functor.fromPUnitCategoryTheory.StructuredArrow · cited by 370CategoryTheory.Structured…CategoryTheory.Comma.preRight · cited by 5Comma.preRightStructuredArrow.preCITED BYCITES

Cites6

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

Cited by42

Results whose statement or proof uses this declaration.