Mathlib Map

Theorems · Definition · category theory

CategoryTheory.flipCompEvaluation

{A : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} A] →
    {B : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
        {C : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
            (F : CategoryTheory.Functor A (CategoryTheory.Functor B C)) →
              (a : A) → F.flip.comp ((CategoryTheory.evaluation A C).obj a) ≅ F.obj a

F.flip composed with evaluation is the same as evaluating F.

Defined in
Mathlib.CategoryTheory.Products.Basic
Cited by
12 results in Mathlib
Foundations
Depth 28 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.Limits.colimitFlipIsoCompColim · cited by 4Limits.colimitFlipIsoComp…CategoryTheory.Limits.limitFlipIsoCompLim · cited by 2Limits.limitFlipIsoCompLimCategoryTheory.Limits.IndizationClosedUnderFilteredColimitsAux.exists_nonempty_limit_obj_of_colimit · cited by 1IndizationClosedUnderFilt…CategoryTheory.Limits.ι_colimitLimitIso_limit_π · cited by 1Limits.ι_colimitLimitIso_…CategoryTheory.Limits.colimitFlipIsoCompColim_inv_app · cited by 0Limits.colimitFlipIsoComp…CategoryTheory.Limits.limitFlipIsoCompLim_hom_app · cited by 0Limits.limitFlipIsoCompLi…CategoryTheory.Limits.limitFlipIsoCompLim_inv_app · cited by 0Limits.limitFlipIsoCompLi…CategoryTheory.Limits.limCompFlipIsoWhiskerLim_hom_app_app · cited by 0Limits.limCompFlipIsoWhis…CategoryTheory.Limits.limCompFlipIsoWhiskerLim_inv_app_app · cited by 0Limits.limCompFlipIsoWhis…CategoryTheory.flipCompEvaluation_hom_app · cited by 0CategoryTheory.flipCompEv…CategoryTheory.flipCompEvaluation_inv_app · cited by 0CategoryTheory.flipCompEv…CategoryTheory.Limits.colimCompFlipIsoWhiskerColim_hom_app_app · cited by 0Limits.colimCompFlipIsoWh…CategoryTheory.Limits.colimCompFlipIsoWhiskerColim_inv_app_app · cited by 0Limits.colimCompFlipIsoWh…CategoryTheory.Limits.colimitFlipIsoCompColim_hom_app · cited by 0Limits.colimitFlipIsoComp…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Functor.flip · cited by 320Functor.flipCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.evaluation · cited by 173CategoryTheory.evaluationCategoryTheory.flipCompEvalua…CITED BYCITES

Cites9

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

Cited by14

Results whose statement or proof uses this declaration.