Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.leftUnitor

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (F : CategoryTheory.Functor C D) → (CategoryTheory.Functor.id C).comp F ≅ F

The left unitor, a natural isomorphism ((𝟭 _) ⋙ F) ≅ F.

Defined in
Mathlib.CategoryTheory.Functor.Category
Cited by
117 results in Mathlib
Foundations
Depth 23 from the axioms, rests on 110 definitions · 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.conjugateEquiv · cited by 51CategoryTheory.conjugateE…CategoryTheory.Equivalence.invFunIdAssoc · cited by 31Equivalence.invFunIdAssocCategoryTheory.mateEquiv · cited by 22CategoryTheory.mateEquivCategoryTheory.Adjunction.Triple.leftToRight · cited by 18Triple.leftToRightCategoryTheory.Limits.CatCospanTransform.leftUnitor · cited by 13CatCospanTransform.leftUn…CategoryTheory.Limits.hasColimit_ι_comp · cited by 13Limits.hasColimit_ι_compAlgebraicTopology.DoldKan.N₁Γ₀ · cited by 11DoldKan.N₁Γ₀CategoryTheory.Equivalence.funInvIdAssoc · cited by 10Equivalence.funInvIdAssocCategoryTheory.MonoidalCategory.ExternalProduct.extensionUnitLeft · cited by 10ExternalProduct.extension…CategoryTheory.MonoidalCategory.ExternalProduct.extensionUnitRight · cited by 9ExternalProduct.extension…CategoryTheory.Join.mapCompRight · cited by 8Join.mapCompRightCategoryTheory.Functor.CommShift.isoZero · cited by 8CommShift.isoZeroCategoryTheory.Join.mapPairId · cited by 8Join.mapPairIdCategoryTheory.Join.mapCompLeft · cited by 7Join.mapCompLeftCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeObjId · cited by 7CatCommSqOver.precomposeO…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.id · cited by 3333Functor.idFunctor.leftUnitorCITED BYCITES

Cites7

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

Cited by179

Results whose statement or proof uses this declaration.