Theorems · Definition · category theory
CategoryTheory.TwoSquare.CostructuredArrowDownwards.mk
{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₄] →
{T : CategoryTheory.Functor C₁ C₂} →
{L : CategoryTheory.Functor C₁ C₃} →
{R : CategoryTheory.Functor C₂ C₄} →
{B : CategoryTheory.Functor C₃ C₄} →
(w : CategoryTheory.TwoSquare T L R B) →
{X₂ : C₂} →
{X₃ : C₃} →
(g : R.obj X₂ ⟶ B.obj X₃) →
(X₁ : C₁) →
(a : X₂ ⟶ T.obj X₁) →
(b : L.obj X₁ ⟶ X₃) →
CategoryTheory.CategoryStruct.comp (R.map a)
(CategoryTheory.CategoryStruct.comp (w.app X₁) (B.map b)) =
g →
w.CostructuredArrowDownwards gConstructor for objects in w.CostructuredArrowDownwards g.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.CostructuredArrow.mkproof · cited by 155
- CategoryTheory.TwoSquarestatement and proof · cited by 100
- CategoryTheory.StructuredArrow.homMkproof · cited by 47
- CategoryTheory.TwoSquare.CostructuredArrowDownwardsstatement · cited by 30
Cited by9
Results whose statement or proof uses this declaration.
- CategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalence.functorproof · cited by 8
- CategoryTheory.TwoSquare.costructuredArrowDownwardsPrecompproof · cited by 4
- CategoryTheory.TwoSquare.CostructuredArrowDownwards.mk_surjectivestatement · cited by 1
- CategoryTheory.TwoSquare.CostructuredArrowDownwards.mk.congr_simpstatement and proof · cited by 1
- CategoryTheory.TwoSquare.GuitartExact.quotient_of_nonempty_leftHomotopyproof · cited by 1
- CategoryTheory.TwoSquare.costructuredArrowDownwardsPrecomp_mapstatement · cited by 0
- CategoryTheory.TwoSquare.costructuredArrowDownwardsPrecomp_objstatement · cited by 0
- CategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalence.functor_map_left_rightstatement · cited by 0