Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse

{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.Comma ((CategoryTheory.Over.forget c).comp F) G)
                    (CategoryTheory.CostructuredArrow (CategoryTheory.Comma.fst F G) c)

The inverse functor used to define the equivalence ofCommaFstEquivalence.

Defined in
Mathlib.CategoryTheory.Comma.Over.Basic
Cited by
10 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.ofCommaFstEquivalenceInverse_map_left_left · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse_map_left_right · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse_obj_hom · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse_obj_left_hom · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse_obj_left_left · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse_obj_left_right · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse_obj_right_as · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalence_counitIso · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalence_inverse · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalence_unitIso · 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.left · cited by 886Comma.leftCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.Over.hom · cited by 370Over.homCategoryTheory.Over.forget · cited by 164Over.forgetCategoryTheory.Comma.fst · cited by 76Comma.fstCategoryTheory.Comma.preLeft · cited by 9Comma.preLeftCategoryTheory.Functor.toCostructuredArrow · cited by 4Functor.toCostructuredArr…CostructuredArrow.ofCommaFstE…CITED BYCITES

Cites13

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

Cited by11

Results whose statement or proof uses this declaration.