Mathlib Map

Theorems · Definition · category theory

CategoryTheory.StructuredArrow.preEquivalenceFunctor

{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.StructuredArrow e G) →
                    CategoryTheory.Functor (CategoryTheory.StructuredArrow f (CategoryTheory.StructuredArrow.pre e F G))
                      (CategoryTheory.StructuredArrow f.right F)

The functor establishing the equivalence StructuredArrow.preEquivalence.

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
7 results in Mathlib
Foundations
Depth 30 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.preEquivalence · cited by 4StructuredArrow.preEquiva…CategoryTheory.StructuredArrow.preEquivalenceFunctor_map_right · cited by 0StructuredArrow.preEquiva…CategoryTheory.StructuredArrow.preEquivalenceFunctor_obj_hom · cited by 0StructuredArrow.preEquiva…CategoryTheory.StructuredArrow.preEquivalenceFunctor_obj_left_as · cited by 0StructuredArrow.preEquiva…CategoryTheory.StructuredArrow.preEquivalenceFunctor_obj_right · cited by 0StructuredArrow.preEquiva…CategoryTheory.StructuredArrow.preEquivalence_counitIso · cited by 0StructuredArrow.preEquiva…CategoryTheory.StructuredArrow.preEquivalence_functor · cited by 0StructuredArrow.preEquiva…CategoryTheory.StructuredArrow.preEquivalence_unitIso · cited by 0StructuredArrow.preEquiva…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.StructuredArrow.right · cited by 213StructuredArrow.rightCategoryTheory.StructuredArrow.hom · cited by 150StructuredArrow.homCategoryTheory.StructuredArrow.mk · cited by 125StructuredArrow.mkCategoryTheory.StructuredArrow.Hom.right · cited by 82Hom.rightCategoryTheory.StructuredArrow.homMk · cited by 47StructuredArrow.homMkCategoryTheory.StructuredArrow.pre · cited by 32StructuredArrow.preStructuredArrow.preEquivalenc…CITED BYCITES

Cites11

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

Cited by8

Results whose statement or proof uses this declaration.