Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (F : CategoryTheory.Functor C D) → {X Y : C} → (X ≅ Y) → (F.obj X ≅ F.obj Y)

A functor F : C ⥤ D sends isomorphisms i : X ≅ Y to isomorphisms F.obj X ≅ F.obj Y

Defined in
Mathlib.CategoryTheory.Iso
Cited by
224 results in Mathlib
Foundations
Depth 17 from the axioms, rests on 96 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.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightCategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso · cited by 67IsColimit.coconePointUniq…CategoryTheory.Limits.IsLimit.conePointUniqueUpToIso · cited by 57IsLimit.conePointUniqueUp…AlgebraicGeometry.IsAffineOpen.isoSpec · cited by 48IsAffineOpen.isoSpecCategoryTheory.Subobject.underlyingIso · cited by 41Subobject.underlyingIsoCategoryTheory.Limits.preservesLimit_of_preserves_limit_cone · cited by 22Limits.preservesLimit_of_…AlgebraicGeometry.Scheme.Opens.topIso · cited by 20Opens.topIsoCategoryTheory.Limits.preservesColimit_of_preserves_colimit_cocone · cited by 17Limits.preservesColimit_o…CategoryTheory.StructuredArrow.mapIso · cited by 16StructuredArrow.mapIsoCategoryTheory.CostructuredArrow.mapIso · cited by 16CostructuredArrow.mapIsoCategoryTheory.Functor.leftExtensionEquivalenceOfIso₁ · cited by 16Functor.leftExtensionEqui…CategoryTheory.PrelaxFunctor.map₂Iso · cited by 13PrelaxFunctor.map₂IsoCategoryTheory.ShortComplex.ShortExact.singleδ · cited by 12ShortExact.singleδHomologicalComplex.mapBifunctorAssociatorX · cited by 11HomologicalComplex.mapBif…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoFunctor.mapIsoCITED BYCITES

Cites7

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

Cited by404

Results whose statement or proof uses this declaration.