Theorems · Inductive type · category theory
CategoryTheory.Limits.CategoricalPullback.CatCommSqOver
{A : Type u₁} →
{B : Type u₂} →
{C : Type u₃} →
[inst : CategoryTheory.Category.{v₁, u₁} A] →
[inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
[inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
CategoryTheory.Functor A B →
CategoryTheory.Functor C B →
(X : Type u₄) →
[CategoryTheory.Category.{v₄, u₄} X] → Type (max (max (max (max (max (max u₁ u₃) u₄) v₁) v₂) v₃) v₄)The data of a categorical commutative square over a cospan F, G with cone point X is
that of a functor T : X ⥤ A, a functor L : X ⥤ C, and a CatCommSq T L F G.
Note that this is exactly what an object of
((whiskeringRight X A B).obj F) ⊡ ((whiskeringRight X C B).obj G) is,
so CatCommSqOver F G X is in equivalent to
((whiskeringRight X A B).obj F) ⊡ ((whiskeringRight X C B).obj G),
though it is defined separately for performance reasons.
- Cited by
- 135 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 3 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- CategoryTheory.Functorstatement · cited by 16,252
Cited by166
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.fststatement and proof · cited by 90
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.sndstatement and proof · cited by 90
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.isostatement and proof · cited by 47
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.fststatement and proof · cited by 47
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.sndstatement and proof · cited by 47
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposestatement and proof · cited by 37
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformstatement and proof · cited by 37
- CategoryTheory.Limits.CategoricalPullback.functorEquivstatement and proof · cited by 25
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.hom_extstatement and proof · cited by 18
- CategoryTheory.Limits.CategoricalPullback.toCatCommSqOverstatement · cited by 18
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.toFunctorToCategoricalPullbackstatement and proof · cited by 16
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Homstatement · cited by 10