Theorems · Definition · category theory
CategoryTheory.NatTrans.vcomp
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{F G H : CategoryTheory.Functor C D} →
CategoryTheory.NatTrans F G → CategoryTheory.NatTrans G H → CategoryTheory.NatTrans F Hvcomp α β is the vertical compositions of natural transformations.
- Defined in
- Mathlib.CategoryTheory.NatTrans
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.NatTransstatement and proof · cited by 82
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.BasedNatTrans.compproof · cited by 2
- CategoryTheory.NatTrans.vcomp_eq_compstatement · cited by 0
- CategoryTheory.BasedNatTrans.comp_toNatTransstatement · cited by 0
- CategoryTheory.NatTrans.vcomp_appstatement · cited by 0