Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Comma.fst

{A : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} A] →
    {B : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
        {T : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} T] →
            (L : CategoryTheory.Functor A T) →
              (R : CategoryTheory.Functor B T) → CategoryTheory.Functor (CategoryTheory.Comma L R) A

The functor sending an object X in the comma category to X.left.

Defined in
Mathlib.CategoryTheory.Comma.Basic
Cited by
76 results in Mathlib
Foundations
Depth 14 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Over.forget · cited by 164Over.forgetCategoryTheory.CostructuredArrow.proj · cited by 122CostructuredArrow.projCategoryTheory.Arrow.leftFunc · cited by 37Arrow.leftFuncCategoryTheory.CostructuredArrow.grothendieckProj · cited by 12CostructuredArrow.grothen…CategoryTheory.Comma.equivProd · cited by 12Comma.equivProdCategoryTheory.SimplicialObject.Augmented.drop · cited by 10Augmented.dropCategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse · cited by 10StructuredArrow.ofCommaSn…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse · cited by 10CostructuredArrow.ofComma…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceFunctor · cited by 8StructuredArrow.ofCommaSn…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceFunctor · cited by 8CostructuredArrow.ofComma…CategoryTheory.CosimplicialObject.Augmented.point · cited by 7Augmented.pointCategoryTheory.Comma.limitAuxiliaryCone · cited by 5Comma.limitAuxiliaryConeCategoryTheory.Comma.coconeOfPreserves · cited by 5Comma.coconeOfPreservesCategoryTheory.Comma.colimitAuxiliaryCocone · cited by 5Comma.colimitAuxiliaryCoc…CategoryTheory.Comma.coneOfPreserves · cited by 5Comma.coneOfPreservesCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Comma.left · cited by 886Comma.leftCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.CommaMorphism.left · cited by 526CommaMorphism.leftComma.fstCITED BYCITES

Cites6

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

Cited by109

Results whose statement or proof uses this declaration.