Theorems · Definition · category theory
CategoryTheory.TwoSquare
{C₁ : Type u₁} →
{C₂ : Type u₂} →
{C₃ : Type u₃} →
{C₄ : Type u₄} →
[inst : CategoryTheory.Category.{v₁, u₁} C₁] →
[inst_1 : CategoryTheory.Category.{v₂, u₂} C₂] →
[inst_2 : CategoryTheory.Category.{v₃, u₃} C₃] →
[inst_3 : CategoryTheory.Category.{v₄, u₄} C₄] →
CategoryTheory.Functor C₁ C₂ →
CategoryTheory.Functor C₁ C₃ →
CategoryTheory.Functor C₂ C₄ → CategoryTheory.Functor C₃ C₄ → Type (max u₁ v₄)A 2-square consists of a natural transformation T ⋙ R ⟶ L ⋙ B
involving fours functors T, L, R, B that are on the
top/left/right/bottom sides of a square of categories.
- Defined in
- Mathlib.CategoryTheory.Functor.TwoSquare
- Cited by
- 100 results in Mathlib
- Foundations
- Depth 20 from the axioms, rests on 106 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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.Homproof · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compproof · cited by 6,529
Cited by144
Results whose statement or proof uses this declaration.
- CategoryTheory.TwoSquare.natTransstatement and proof · cited by 49
- CategoryTheory.TwoSquare.GuitartExactstatement · cited by 35
- CategoryTheory.TwoSquare.structuredArrowDownwardsstatement and proof · cited by 35
- CategoryTheory.TwoSquare.costructuredArrowRightwardsstatement and proof · cited by 31
- CategoryTheory.TwoSquare.CostructuredArrowDownwardsstatement and proof · cited by 30
- CategoryTheory.TwoSquare.StructuredArrowRightwardsstatement and proof · cited by 22
- CategoryTheory.mateEquivstatement and proof · cited by 22
- CategoryTheory.TwoSquare.mkstatement · cited by 20
- CategoryTheory.TwoSquare.extstatement and proof · cited by 15
- CategoryTheory.TwoSquare.hCompstatement and proof · cited by 14
- CategoryTheory.TwoSquare.opstatement and proof · cited by 14
- CategoryTheory.TwoSquare.vCompstatement and proof · cited by 14