Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.preimageIso

{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} → [F.Full] → [F.Faithful] → (F.obj X ≅ F.obj Y) → (X ≅ Y)

If F : C ⥤ D is fully faithful, every isomorphism F.obj X ≅ F.obj Y has a preimage.

Defined in
Mathlib.CategoryTheory.Functor.FullyFaithful
Cited by
14 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext, Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.FullCategoryTheory.Functor.Faithful

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Functor.asEquivalence · cited by 58Functor.asEquivalenceAlgebraicTopology.DoldKan.N₂Γ₂ · cited by 6DoldKan.N₂Γ₂CategoryTheory.Functor.CommShift.OfComp.iso · cited by 6OfComp.isoCategoryTheory.Functor.fullyFaithfulCancelRight · cited by 4Functor.fullyFaithfulCanc…CategoryTheory.Functor.map_distinguished_iff · cited by 3Functor.map_distinguished…CategoryTheory.HasShift.Induced.add · cited by 3Induced.addCategoryTheory.HasShift.Induced.zero · cited by 3Induced.zeroCategoryTheory.MorphismProperty.relative.of_exists · cited by 2relative.of_existsCategoryTheory.Functor.ShiftSequence.induced.shiftIso · cited by 2induced.shiftIsoCategoryTheory.simple_obj · cited by 2CategoryTheory.simple_objCondensedSet.mem_locallyConstant_essImage_of_isColimit_mapCocone · cited by 1CondensedSet.mem_locallyC…CategoryTheory.ObjectProperty.essSurj_ιOfLE_iff · cited by 1ObjectProperty.essSurj_ιO…CategoryTheory.Functor.mapSkeleton_injective · cited by 1Functor.mapSkeleton_injec…CategoryTheory.Functor.ShiftSequence.induced.isoZero · cited by 1induced.isoZeroCategoryTheory.Functor.preimageIso_hom · cited by 1Functor.preimageIso_homCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.Full · cited by 341Functor.FullCategoryTheory.Functor.Faithful · cited by 313Functor.FaithfulCategoryTheory.Functor.preimage · cited by 55Functor.preimageFunctor.preimageIsoCITED BYCITES

Cites9

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

Cited by26

Results whose statement or proof uses this declaration.