Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceFunctor

{T : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} T] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {C : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
            (F : CategoryTheory.Functor C T) →
              (G : CategoryTheory.Functor D T) →
                (c : C) →
                  CategoryTheory.Functor (CategoryTheory.CostructuredArrow (CategoryTheory.Comma.fst F G) c)
                    (CategoryTheory.Comma ((CategoryTheory.Over.forget c).comp F) G)

The functor used to define the equivalence ofCommaFstEquivalence.

Defined in
Mathlib.CategoryTheory.Comma.Over.Basic
Cited by
8 results in Mathlib
Foundations
Depth 31 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.ofCommaFstEquivalence · cited by 4CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceFunctor_obj_hom · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceFunctor_obj_left · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceFunctor_obj_right · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalence_counitIso · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalence_functor · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalence_unitIso · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceFunctor_map_left · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceFunctor_map_right · cited by 0CostructuredArrow.ofComma…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Over · cited by 935CategoryTheory.OverCategoryTheory.Comma.right · cited by 727Comma.rightCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.CommaMorphism.left · cited by 526CommaMorphism.leftCategoryTheory.Comma.hom · cited by 490Comma.homCategoryTheory.CommaMorphism.right · cited by 391CommaMorphism.rightCategoryTheory.Over.mk · cited by 203Over.mkCategoryTheory.CostructuredArrow.left · cited by 202CostructuredArrow.leftCategoryTheory.CostructuredArrow.hom · cited by 179CostructuredArrow.homCategoryTheory.Over.forget · cited by 164Over.forgetCostructuredArrow.ofCommaFstE…CITED BYCITES

Cites17

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.