Mathlib Map

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 g

Constructor for objects in w.CostructuredArrowDownwards g.

Defined in
Mathlib.CategoryTheory.GuitartExact.Basic
Cited by
7 results in Mathlib
Foundations
Depth 33 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.costructuredArrowDownwardsPrecomp · cited by 4TwoSquare.costructuredArr…CategoryTheory.TwoSquare.CostructuredArrowDownwards.mk_surjective · cited by 1CostructuredArrowDownward…CategoryTheory.LocalizerMorphism.IsRightDerivabilityStructure.Constructor.isConnected · cited by 1Constructor.isConnectedCategoryTheory.TwoSquare.CostructuredArrowDownwards.mk.congr_simp · cited by 1mk.congr_simpCategoryTheory.TwoSquare.GuitartExact.quotient_of_nonempty_leftHomotopy · cited by 1GuitartExact.quotient_of_…CategoryTheory.TwoSquare.costructuredArrowDownwardsPrecomp_map · cited by 0TwoSquare.costructuredArr…CategoryTheory.TwoSquare.costructuredArrowDownwardsPrecomp_obj · cited by 0TwoSquare.costructuredArr…CategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalence.functor_map_left_right · cited by 0structuredArrowRightwards…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.CostructuredArrow.mk · cited by 155CostructuredArrow.mkCategoryTheory.TwoSquare · cited by 100CategoryTheory.TwoSquareCategoryTheory.StructuredArrow.homMk · cited by 47StructuredArrow.homMkCategoryTheory.TwoSquare.CostructuredArrowDownwards · cited by 30TwoSquare.CostructuredArr…CostructuredArrowDownwards.mkCITED BYCITES

Cites12

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

Cited by9

Results whose statement or proof uses this declaration.