Theorems · Definition · category theory
CategoryTheory.Comma.map
{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] →
{A' : Type u₄} →
[inst_3 : CategoryTheory.Category.{v₄, u₄} A'] →
{B' : Type u₅} →
[inst_4 : CategoryTheory.Category.{v₅, u₅} B'] →
{T' : Type u₆} →
[inst_5 : CategoryTheory.Category.{v₆, u₆} T'] →
{L : CategoryTheory.Functor A T} →
{R : CategoryTheory.Functor B T} →
{L' : CategoryTheory.Functor A' T'} →
{R' : CategoryTheory.Functor B' T'} →
{F₁ : CategoryTheory.Functor A A'} →
{F₂ : CategoryTheory.Functor B B'} →
{F : CategoryTheory.Functor T T'} →
(F₁.comp L' ⟶ L.comp F) →
(R.comp F ⟶ F₂.comp R') →
CategoryTheory.Functor (CategoryTheory.Comma L R) (CategoryTheory.Comma L' R')The functor Comma L R ⥤ Comma L' R' induced by three functors F₁, F₂, F
and two natural transformations F₁ ⋙ L' ⟶ L ⋙ F and R ⋙ F ⟶ F₂ ⋙ R'.
- Defined in
- Mathlib.CategoryTheory.Comma.Basic
- Cited by
- 28 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appproof · cited by 7,406
- 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
Cited by40
Results whose statement or proof uses this declaration.
- CategoryTheory.StructuredArrow.map₂proof · cited by 32
- CategoryTheory.CostructuredArrow.map₂proof · cited by 17
- CategoryTheory.StructuredArrow.commaMapEquivalenceFunctorstatement and proof · cited by 13
- CategoryTheory.StructuredArrow.commaMapEquivalenceInversestatement · cited by 10
- CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIsostatement and proof · cited by 4
- CategoryTheory.StructuredArrow.commaMapEquivalenceCounitIsostatement · cited by 4
- CategoryTheory.Comma.mapSndstatement and proof · cited by 2
- CategoryTheory.Comma.mapFststatement and proof · cited by 2
- CategoryTheory.StructuredArrow.commaMapEquivalencestatement · cited by 1
- CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_map_leftstatement and proof · cited by 0
- CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_map_rightstatement and proof · cited by 0
- CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_obj_homstatement and proof · cited by 0