Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Equivalence.functor_unit_comp

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  (e : C ≌ D) (X : C),
  CategoryTheory.CategoryStruct.comp (e.functor.map (e.unit.app X)) (e.counit.app (e.functor.obj X)) =
    CategoryTheory.CategoryStruct.id (e.functor.obj X)
Defined in
Mathlib.CategoryTheory.Equivalence
Cited by
6 results in Mathlib
Foundations
Depth 22 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.Equivalence.inverse_counitInv_comp · cited by 2Equivalence.inverse_couni…CategoryTheory.Equivalence.counit_app_functor · cited by 2Equivalence.counit_app_fu…CategoryTheory.Equivalence.functor_unit_comp_assoc · cited by 2Equivalence.functor_unit_…AlgebraicTopology.DoldKan.Compatibility.equivalenceCounitIso_eq · cited by 1Compatibility.equivalence…CategoryTheory.IsVanKampenColimit.whiskerEquivalence · cited by 1IsVanKampenColimit.whiske…CategoryTheory.Sieve.pullback_functorPushforward_equivalence_eq · cited by 0Sieve.pullback_functorPus…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.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Equivalence.unit · cited by 62Equivalence.unitCategoryTheory.Equivalence.counit · cited by 52Equivalence.counitCategoryTheory.Equivalence.functor_unitIso_comp · cited by 3Equivalence.functor_unitI…Equivalence.functor_unit_compCITED BYCITES

Cites15

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

Cited by6

Results whose statement or proof uses this declaration.