Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CostructuredArrow.preEquivalence

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {E : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
            (F : CategoryTheory.Functor C D) →
              {G : CategoryTheory.Functor D E} →
                {e : E} →
                  (f : CategoryTheory.CostructuredArrow G e) →
                    CategoryTheory.CostructuredArrow (CategoryTheory.CostructuredArrow.pre F G e) f ≌
                      CategoryTheory.CostructuredArrow F f.left

A costructured arrow category on a CostructuredArrow.pre F G e functor is equivalent to the costructured arrow category on F

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
4 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.CostructuredArrow.map₂IsoPreEquivalenceInverseCompProj · cited by 0CostructuredArrow.map₂Iso…CategoryTheory.CostructuredArrow.preEquivalence_counitIso · cited by 0CostructuredArrow.preEqui…CategoryTheory.CostructuredArrow.preEquivalence_functor · cited by 0CostructuredArrow.preEqui…CategoryTheory.CostructuredArrow.preEquivalence_inverse · cited by 0CostructuredArrow.preEqui…CategoryTheory.CostructuredArrow.preEquivalence_unitIso · cited by 0CostructuredArrow.preEqui…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.CostructuredArrow.left · cited by 202CostructuredArrow.leftCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.CostructuredArrow.pre · cited by 36CostructuredArrow.preCategoryTheory.CostructuredArrow.isoMk · cited by 14CostructuredArrow.isoMkCategoryTheory.CostructuredArrow.preEquivalence.inverse · cited by 9preEquivalence.inverseCategoryTheory.CostructuredArrow.preEquivalence.functor · cited by 7preEquivalence.functorCostructuredArrow.preEquivale…CITED BYCITES

Cites14

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

Cited by5

Results whose statement or proof uses this declaration.