Mathlib Map

Theorems · Definition · category theory

CategoryTheory.StructuredArrow.ofStructuredArrowProjEquivalence.inverse

{T : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} T] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (F : CategoryTheory.Functor D T) →
          (Y : T) →
            (X : D) →
              CategoryTheory.Functor (CategoryTheory.StructuredArrow Y ((CategoryTheory.Under.forget X).comp F))
                (CategoryTheory.StructuredArrow X (CategoryTheory.StructuredArrow.proj Y F))

The inverse functor of ofStructuredArrowProjEquivalence.functor.

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

Around this declaration

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

CategoryTheory.StructuredArrow.ofStructuredArrowProjEquivalence.inverse_map_right_right · cited by 0ofStructuredArrowProjEqui…CategoryTheory.StructuredArrow.ofStructuredArrowProjEquivalence.inverse_obj_hom · cited by 0ofStructuredArrowProjEqui…CategoryTheory.StructuredArrow.ofStructuredArrowProjEquivalence.inverse_obj_left_as · cited by 0ofStructuredArrowProjEqui…CategoryTheory.StructuredArrow.ofStructuredArrowProjEquivalence.inverse_obj_right_hom · cited by 0ofStructuredArrowProjEqui…CategoryTheory.StructuredArrow.ofStructuredArrowProjEquivalence.inverse_obj_right_left_as · cited by 0ofStructuredArrowProjEqui…CategoryTheory.StructuredArrow.ofStructuredArrowProjEquivalence.inverse_obj_right_right · cited by 0ofStructuredArrowProjEqui…CategoryTheory.StructuredArrow.ofStructuredArrowProjEquivalence · cited by 0StructuredArrow.ofStructu…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.StructuredArrow · cited by 370CategoryTheory.Structured…CategoryTheory.Under · cited by 276CategoryTheory.UnderCategoryTheory.StructuredArrow.right · cited by 213StructuredArrow.rightCategoryTheory.StructuredArrow.hom · cited by 150StructuredArrow.homCategoryTheory.Under.forget · cited by 90Under.forgetCategoryTheory.Under.hom · cited by 73Under.homCategoryTheory.StructuredArrow.proj · cited by 59StructuredArrow.projCategoryTheory.Functor.toStructuredArrow · cited by 4Functor.toStructuredArrowofStructuredArrowProjEquivale…CITED BYCITES

Cites12

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

Cited by7

Results whose statement or proof uses this declaration.