Theorems · Theorem · category theory
CategoryTheory.Join.pseudofunctorLeft_mapComp_hom_toNatTrans_app
∀ (D : Type u₂) [inst : CategoryTheory.Category.{v₂, u₂} D] {a b c : CategoryTheory.Cat} (x : a ⟶ b) (x_1 : b ⟶ c)
(X : CategoryTheory.Join (↑a) D),
((CategoryTheory.Join.pseudofunctorLeft D).mapComp x x_1).hom.toNatTrans.app X =
CategoryTheory.CategoryStruct.comp
(match X with
| CategoryTheory.Join.left x_2 =>
CategoryTheory.CategoryStruct.id (CategoryTheory.Join.left (x_1.toFunctor.obj (x.toFunctor.obj x_2)))
| CategoryTheory.Join.right x => CategoryTheory.CategoryStruct.id (CategoryTheory.Join.right x))
((CategoryTheory.Join.mapPairComp x.toFunctor (CategoryTheory.Functor.id D) x_1.toFunctor
(CategoryTheory.Functor.id D)).hom.app
X)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Functor.idstatement and proof · cited by 3,333
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Catstatement and proof · cited by 884
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.