Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.objPreimage

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

Given an essentially surjective functor, we can find a preimage for every object Y in the codomain. Applying the functor to this preimage will yield an object isomorphic to Y, see obj_obj_preimage_iso.

Defined in
Mathlib.CategoryTheory.EssentialImage
Cited by
49 results in Mathlib
Foundations
Depth 10 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.EssSurj

Around this declaration

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

CategoryTheory.Functor.objObjPreimageIso · cited by 54Functor.objObjPreimageIsoCategoryTheory.Functor.inv · cited by 27Functor.invCategoryTheory.Localization.natTrans_ext · cited by 7Localization.natTrans_extCategoryTheory.Functor.essImage.liftFunctor · cited by 4essImage.liftFunctorCategoryTheory.Localization.essSurj_mapArrow · cited by 4Localization.essSurj_mapA…CategoryTheory.TwoSquare.GuitartExact.of_hComp · cited by 3GuitartExact.of_hCompCategoryTheory.ObjectProperty.SerreClassLocalization.preservesCokernel · cited by 3SerreClassLocalization.pr…CategoryTheory.ObjectProperty.SerreClassLocalization.preservesKernel · cited by 3SerreClassLocalization.pr…CategoryTheory.LocalizerMorphism.essSurj_of_hasRightResolutions · cited by 2LocalizerMorphism.essSurj…CategoryTheory.GrothendieckTopology.W_inverseImage_whiskeringLeft · cited by 2GrothendieckTopology.W_in…CategoryTheory.TwoSquare.GuitartExact.of_vComp · cited by 2GuitartExact.of_vCompCategoryTheory.Functor.isPointwiseLeftKanExtensionOfIsoOfIsLocalization · cited by 2Functor.isPointwiseLeftKa…CategoryTheory.Functor.isPointwiseRightKanExtensionOfIsoOfIsLocalization · cited by 2Functor.isPointwiseRightK…CategoryTheory.Localization.functor_additive_iff · cited by 2Localization.functor_addi…CategoryTheory.Functor.faithful_of_comp_essSurj · cited by 1Functor.faithful_of_comp_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.EssSurj · cited by 88Functor.EssSurjCategoryTheory.Functor.EssSurj.mem_essImage · cited by 14EssSurj.mem_essImageCategoryTheory.Functor.essImage.witness · cited by 1essImage.witnessFunctor.objPreimageCITED BYCITES

Cites5

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

Cited by59

Results whose statement or proof uses this declaration.