Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Equivalence.fun_inv_map

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  (e : C ≌ D) (X Y : D) (f : X ⟶ Y),
  e.functor.map (e.inverse.map f) =
    CategoryTheory.CategoryStruct.comp (e.counit.app X) (CategoryTheory.CategoryStruct.comp f (e.counitInv.app Y))
Defined in
Mathlib.CategoryTheory.Equivalence
Cited by
9 results in Mathlib
Foundations
Depth 25 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.Sieve.functorPushforward_functor · cited by 2Sieve.functorPushforward_…CategoryTheory.Equivalence.isDenseSubsite_functor_of_isCocontinuous · cited by 1Equivalence.isDenseSubsit…CategoryTheory.Iso.isoFunctorOfIsoInverse_isoInverseOfIsoFunctor · cited by 1Iso.isoFunctorOfIsoInvers…CategoryTheory.Idempotents.Equivalence.isIdempotentComplete · cited by 1Equivalence.isIdempotentC…AlgebraicTopology.DoldKan.Compatibility.equivalenceCounitIso_eq · cited by 1Compatibility.equivalence…CategoryTheory.Functor.final_of_final_costructuredArrowToOver · cited by 0Functor.final_of_final_co…CategoryTheory.CatCommSq.vInv_vInv · cited by 0CatCommSq.vInv_vInvCategoryTheory.CatCommSq.hInv_hInv · cited by 0CatCommSq.hInv_hInvCategoryTheory.Equivalence.fun_inv_map_assoc · cited by 0Equivalence.fun_inv_map_a…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Equivalence.counitIso · cited by 480Equivalence.counitIsoCategoryTheory.Equivalence.counit · cited by 52Equivalence.counitCategoryTheory.Equivalence.counitInv · cited by 46Equivalence.counitInvCategoryTheory.NatIso.naturality_2 · cited by 10NatIso.naturality_2Equivalence.fun_inv_mapCITED BYCITES

Cites15

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

Cited by9

Results whose statement or proof uses this declaration.