Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.essImage

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

The essential image of a functor F consists of those objects in the target category which are isomorphic to an object in the image of the function F.obj. In other words, this is the closure under isomorphism of the function F.obj. This is the "non-evil" way of describing the image of a functor.

Defined in
Mathlib.CategoryTheory.EssentialImage
Cited by
82 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.EssImageSubcategory · cited by 19Functor.EssImageSubcatego…CategoryTheory.Functor.EssSurj.mem_essImage · cited by 14EssSurj.mem_essImageCategoryTheory.Functor.toEssImage · cited by 10Functor.toEssImageCategoryTheory.Functor.obj_mem_essImage · cited by 7Functor.obj_mem_essImageCategoryTheory.unitCompPartialBijective · cited by 6CategoryTheory.unitCompPa…CategoryTheory.Sheaf.isConstant_iff_mem_essImage · cited by 5Sheaf.isConstant_iff_mem_…CategoryTheory.Functor.essImage.liftFunctor · cited by 4essImage.liftFunctorCategoryTheory.Adjunction.isIso_counit_app_iff_mem_essImage · cited by 4Adjunction.isIso_counit_a…CategoryTheory.equivEssImageOfReflective · cited by 4CategoryTheory.equivEssIm…AlgebraicGeometry.AffineScheme.forgetToScheme · cited by 4AffineScheme.forgetToSche…CategoryTheory.Functor.essImage.ofIso · cited by 3essImage.ofIsoCategoryTheory.Functor.essImage_comp_of_essSurj · cited by 3Functor.essImage_comp_of_…CategoryTheory.unitCompPartialBijective_symm_apply · cited by 2CategoryTheory.unitCompPa…CategoryTheory.Functor.essImage.liftFunctorCompIso · cited by 2essImage.liftFunctorCompI…CategoryTheory.Functor.essImage.ofNatIso · cited by 2essImage.ofNatIsoCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.ObjectProperty · cited by 798CategoryTheory.ObjectProp…Functor.essImageCITED BYCITES

Cites5

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

Cited by108

Results whose statement or proof uses this declaration.