Mathlib Map

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.

Defined in
Mathlib.CategoryTheory.GuitartExact.Basic
Cited by
22 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalence.functor · cited by 8structuredArrowRightwards…CategoryTheory.TwoSquare.equivalenceJ · cited by 5TwoSquare.equivalenceJCategoryTheory.TwoSquare.EquivalenceJ.functor · cited by 4EquivalenceJ.functorCategoryTheory.TwoSquare.EquivalenceJ.inverse · cited by 4EquivalenceJ.inverseCategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalence · cited by 4TwoSquare.structuredArrow…CategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalence.inverse · cited by 2structuredArrowRightwards…CategoryTheory.TwoSquare.GuitartExact.isConnected_rightwards · cited by 1GuitartExact.isConnected_…CategoryTheory.TwoSquare.StructuredArrowRightwards.mk · cited by 1StructuredArrowRightwards…CategoryTheory.TwoSquare.EquivalenceJ.functor_map · cited by 0EquivalenceJ.functor_mapCategoryTheory.TwoSquare.EquivalenceJ.functor_obj · cited by 0EquivalenceJ.functor_objCategoryTheory.TwoSquare.EquivalenceJ.inverse_map · cited by 0EquivalenceJ.inverse_mapCategoryTheory.TwoSquare.EquivalenceJ.inverse_obj · cited by 0EquivalenceJ.inverse_objCategoryTheory.TwoSquare.GuitartExact.casesOn · cited by 0GuitartExact.casesOnCategoryTheory.TwoSquare.equivalenceJ_counitIso · cited by 0TwoSquare.equivalenceJ_co…CategoryTheory.TwoSquare.equivalenceJ_functor · cited by 0TwoSquare.equivalenceJ_fu…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.StructuredArrow · cited by 370CategoryTheory.Structured…CategoryTheory.CostructuredArrow.mk · cited by 155CostructuredArrow.mkCategoryTheory.TwoSquare · cited by 100CategoryTheory.TwoSquareCategoryTheory.TwoSquare.costructuredArrowRightwards · cited by 31TwoSquare.costructuredArr…TwoSquare.StructuredArrowRigh…CITED BYCITES

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by31

Results whose statement or proof uses this declaration.