Mathlib Map

Theorems · Definition · category theory

CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse

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

The inverse functor used to define the equivalence ofCommaSndEquivalence.

Defined in
Mathlib.CategoryTheory.Comma.Over.Basic
Cited by
10 results in Mathlib
Foundations
Depth 32 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.StructuredArrow.ofCommaSndEquivalence · cited by 4StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse_map_right_left · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse_map_right_right · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse_obj_hom · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse_obj_left_as · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse_obj_right_hom · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse_obj_right_left · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse_obj_right_right · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalence_counitIso · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalence_inverse · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalence_unitIso · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Comma.left · cited by 886Comma.leftCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.StructuredArrow · cited by 370CategoryTheory.Structured…CategoryTheory.Under · cited by 276CategoryTheory.UnderCategoryTheory.Under.forget · cited by 90Under.forgetCategoryTheory.Comma.fst · cited by 76Comma.fstCategoryTheory.Under.hom · cited by 73Under.homCategoryTheory.Comma.preLeft · cited by 9Comma.preLeftCategoryTheory.Functor.toStructuredArrow · cited by 4Functor.toStructuredArrowStructuredArrow.ofCommaSndEqu…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.