Theorems · Definition · category theory
CategoryTheory.TwoSquare.StructuredArrowRightwards
{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₄} →
CategoryTheory.TwoSquare T L R B →
{X₂ : C₂} → {X₃ : C₃} → (R.obj X₂ ⟶ B.obj X₃) → Type (max (max u₁ v₃) v₂)Given w : TwoSquare T L R B and a morphism g : R.obj X₂ ⟶ B.obj X₃, this is the
category StructuredArrow (CostructuredArrow.mk g) (w.costructuredArrowRightwards X₃),
see the constructor StructuredArrowRightwards.mk for the data that is involved.
- Cited by
- 22 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.StructuredArrowproof · cited by 370
- CategoryTheory.CostructuredArrow.mkproof · cited by 155
- CategoryTheory.TwoSquarestatement and proof · cited by 100
- CategoryTheory.TwoSquare.costructuredArrowRightwardsproof · cited by 31
Cited by31
Results whose statement or proof uses this declaration.
- CategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalence.functorstatement and proof · cited by 8
- CategoryTheory.TwoSquare.equivalenceJstatement and proof · cited by 5
- CategoryTheory.TwoSquare.EquivalenceJ.functorstatement and proof · cited by 4
- CategoryTheory.TwoSquare.EquivalenceJ.inversestatement · cited by 4
- CategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalencestatement and proof · cited by 4
- CategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalence.inversestatement · cited by 2
- CategoryTheory.TwoSquare.GuitartExact.isConnected_rightwardsstatement · cited by 1
- CategoryTheory.TwoSquare.StructuredArrowRightwards.mkstatement · cited by 1
- CategoryTheory.TwoSquare.EquivalenceJ.functor_mapstatement and proof · cited by 0
- CategoryTheory.TwoSquare.EquivalenceJ.functor_objstatement and proof · cited by 0
- CategoryTheory.TwoSquare.EquivalenceJ.inverse_mapstatement · cited by 0
- CategoryTheory.TwoSquare.EquivalenceJ.inverse_objstatement · cited by 0