Theorems · Definition · category theory
CategoryTheory.CatCommSq.vComp
{C₁ : Type u_1} →
{C₂ : Type u_2} →
{C₃ : Type u_3} →
{C₄ : Type u_4} →
{C₅ : Type u_5} →
{C₆ : Type u_6} →
[inst : CategoryTheory.Category.{v_1, u_1} C₁] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] →
[inst_2 : CategoryTheory.Category.{v_3, u_3} C₃] →
[inst_3 : CategoryTheory.Category.{v_4, u_4} C₄] →
[inst_4 : CategoryTheory.Category.{v_5, u_5} C₅] →
[inst_5 : CategoryTheory.Category.{v_6, u_6} C₆] →
(L₁ : CategoryTheory.Functor C₁ C₂) →
(L₂ : CategoryTheory.Functor C₂ C₃) →
(H₁ : CategoryTheory.Functor C₁ C₄) →
(H₂ : CategoryTheory.Functor C₂ C₅) →
(H₃ : CategoryTheory.Functor C₃ C₆) →
(R₁ : CategoryTheory.Functor C₄ C₅) →
(R₂ : CategoryTheory.Functor C₅ C₆) →
[CategoryTheory.CatCommSq H₁ L₁ R₁ H₂] →
[CategoryTheory.CatCommSq H₂ L₂ R₂ H₃] →
CategoryTheory.CatCommSq H₁ (L₁.comp L₂) (R₁.comp R₂) H₃Vertical composition of 2-commutative squares
- Defined in
- Mathlib.CategoryTheory.CatCommSq
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.Functor.associatorproof · cited by 276
- CategoryTheory.Functor.isoWhiskerLeftproof · cited by 177
- CategoryTheory.Functor.isoWhiskerRightproof · cited by 147
- CategoryTheory.CatCommSq.isoproof · cited by 108
- CategoryTheory.CatCommSqstatement and proof · cited by 45
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.CatCommSq.vComp'proof · cited by 2
- CategoryTheory.CatCommSq.vComp_iso_inv_appstatement · cited by 1
- CategoryTheory.CatCommSq.vComp_iso_hom_appstatement · cited by 0