Theorems · Theorem · category theory
CategoryTheory.Sum.natTransOfWhiskerLeftInlInr_comp
∀ {A : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} A] {A' : Type u_2}
[inst_1 : CategoryTheory.Category.{v_2, u_2} A'] {B : Type u} [inst_2 : CategoryTheory.Category.{v, u} B]
{F G H : CategoryTheory.Functor (A ⊕ A') B}
(η₁ : (CategoryTheory.Sum.inl_ A A').comp F ⟶ (CategoryTheory.Sum.inl_ A A').comp G)
(η₂ : (CategoryTheory.Sum.inr_ A A').comp F ⟶ (CategoryTheory.Sum.inr_ A A').comp G)
(ν₁ : (CategoryTheory.Sum.inl_ A A').comp G ⟶ (CategoryTheory.Sum.inl_ A A').comp H)
(ν₂ : (CategoryTheory.Sum.inr_ A A').comp G ⟶ (CategoryTheory.Sum.inr_ A A').comp H),
CategoryTheory.Sum.natTransOfWhiskerLeftInlInr (CategoryTheory.CategoryStruct.comp η₁ ν₁)
(CategoryTheory.CategoryStruct.comp η₂ ν₂) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Sum.natTransOfWhiskerLeftInlInr η₁ η₂)
(CategoryTheory.Sum.natTransOfWhiskerLeftInlInr ν₁ ν₂)- Defined in
- Mathlib.CategoryTheory.Sums.Products
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.NatTrans.ext'proof · cited by 340
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.