Mathlib Map

Theorems · Definition · category theory

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

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

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
36 results in Mathlib
Foundations
Depth 25 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.CostructuredArrow.toOver · cited by 26CostructuredArrow.toOverCategoryTheory.CostructuredArrow.preEquivalence.inverse · cited by 9preEquivalence.inverseCategoryTheory.Limits.IndObjectPresentation.toCostructuredArrow · cited by 8IndObjectPresentation.toC…CategoryTheory.CostructuredArrow.preEquivalence.functor · cited by 7preEquivalence.functorCategoryTheory.CostructuredArrow.preEquivalence · cited by 4CostructuredArrow.preEqui…CategoryTheory.Functor.initial_equivalence_comp · cited by 3Functor.initial_equivalen…CategoryTheory.Limits.Cocone.toCostructuredArrowCocone · cited by 2Cocone.toCostructuredArro…CategoryTheory.Functor.initial_of_equivalence_comp · cited by 2Functor.initial_of_equiva…CategoryTheory.isFiltered_of_isFiltered_costructuredArrow · cited by 1CategoryTheory.isFiltered…CategoryTheory.ObjectProperty.ind_iff_exists · cited by 1ObjectProperty.ind_iff_ex…CategoryTheory.TwoSquare.costructuredArrowRightwards_final_iff_of_iso · cited by 1TwoSquare.costructuredArr…CategoryTheory.Functor.IsDenseAt.iff_of_final · cited by 1IsDenseAt.iff_of_finalCategoryTheory.Functor.IsDenseAt.of_final · cited by 1IsDenseAt.of_finalCategoryTheory.Functor.DenseAt.precompEquivOfFinal · cited by 1DenseAt.precompEquivOfFin…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.fromPUnit · cited by 769Functor.fromPUnitCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.Comma.preLeft · cited by 9Comma.preLeftCostructuredArrow.preCITED BYCITES

Cites6

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

Cited by48

Results whose statement or proof uses this declaration.