Theorems · Definition · category theory
CategoryTheory.Comma.preLeft
{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] →
{C : Type u₄} →
[inst_3 : CategoryTheory.Category.{v₄, u₄} C] →
(F : CategoryTheory.Functor C A) →
(L : CategoryTheory.Functor A T) →
(R : CategoryTheory.Functor B T) →
CategoryTheory.Functor (CategoryTheory.Comma (F.comp L) R) (CategoryTheory.Comma L R)The functor (F ⋙ L, R) ⥤ (L, R)
- Defined in
- Mathlib.CategoryTheory.Comma.Basic
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Comma.leftproof · cited by 886
- CategoryTheory.Comma.rightproof · cited by 727
- CategoryTheory.Commastatement and proof · cited by 566
- CategoryTheory.CommaMorphism.leftproof · cited by 526
- CategoryTheory.Comma.homproof · cited by 490
- CategoryTheory.CommaMorphism.rightproof · cited by 391
Cited by13
Results whose statement or proof uses this declaration.
- CategoryTheory.CostructuredArrow.preproof · cited by 36
- CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverseproof · cited by 10
- CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverseproof · cited by 10
- CategoryTheory.Comma.preLeftIsostatement and proof · cited by 0
- CategoryTheory.Comma.preLeft_map_leftstatement and proof · cited by 0
- CategoryTheory.Comma.preLeft_map_rightstatement and proof · cited by 0
- CategoryTheory.Comma.preLeft_obj_homstatement and proof · cited by 0
- CategoryTheory.Comma.preLeft_obj_leftstatement and proof · cited by 0
- CategoryTheory.Comma.preLeft_obj_rightstatement and proof · cited by 0
- CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse_map_left_leftstatement · cited by 0
- CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse_map_left_rightstatement · cited by 0
- CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse_map_right_leftstatement · cited by 0