Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Presheaf.imageSieve

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {A : Type u'} →
      [inst_1 : CategoryTheory.Category.{v', u'} A] →
        {FA : A → A → Type u_1} →
          {CA : A → Type w'} →
            [inst_2 : (X Y : A) → FunLike (FA X Y) (CA X) (CA Y)] →
              [inst_3 : CategoryTheory.ConcreteCategory A FA] →
                {F G : CategoryTheory.Functor Cᵒᵖ A} →
                  (F ⟶ G) → {U : C} → CategoryTheory.ToType (G.obj (Opposite.op U)) → CategoryTheory.Sieve U

Given f : F ⟶ G, a morphism between presieves, and s : G.obj (op U), this is the sieve of U consisting of the i : V ⟶ U such that s restricted along i is in the image of f.

Defined in
Mathlib.CategoryTheory.Sites.LocallySurjective
Cited by
30 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategory

Around this declaration

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

CategoryTheory.Presheaf.imageSieve_mem · cited by 14Presheaf.imageSieve_memCategoryTheory.Presheaf.IsLocallySurjective.imageSieve_mem · cited by 7IsLocallySurjective.image…CategoryTheory.Presheaf.localPreimage · cited by 5Presheaf.localPreimageCategoryTheory.Presheaf.app_localPreimage · cited by 4Presheaf.app_localPreimageCategoryTheory.regularTopology.isLocallySurjective_iff · cited by 3regularTopology.isLocally…CategoryTheory.Presheaf.isLocallyInjective_of_isLocallyInjective_of_isLocallySurjective · cited by 2Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallySurjective_of_isLocallySurjective_of_isLocallyInjective · cited by 2Presheaf.isLocallySurject…CategoryTheory.Presieve.FamilyOfElements.localPreimage · cited by 1FamilyOfElements.localPre…CategoryTheory.Presheaf.isLocallySurjective_of_isLocallySurjective · cited by 1Presheaf.isLocallySurject…CategoryTheory.Presheaf.isLocallySurjective_of_le · cited by 1Presheaf.isLocallySurject…CategoryTheory.Presheaf.isLocallySurjective_of_whisker · cited by 1Presheaf.isLocallySurject…TopCat.Presheaf.isLocallySurjective_iff · cited by 1Presheaf.isLocallySurject…CategoryTheory.extensiveTopology.surjective_of_isLocallySurjective_sheaf_of_types · cited by 1extensiveTopology.surject…CategoryTheory.GrothendieckTopology.Point.toPresheafFiber_map_surjective · cited by 1Point.toPresheafFiber_map…CategoryTheory.regularTopology.isLocallySurjective_sheaf_of_types · cited by 1regularTopology.isLocally…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homFunLike · cited by 2560FunLikeQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.Sieve · cited by 552CategoryTheory.SieveCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.ToType · cited by 219CategoryTheory.ToTypePresheaf.imageSieveCITED BYCITES

Cites14

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

Cited by34

Results whose statement or proof uses this declaration.