Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Presieve.map

{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 : C} → CategoryTheory.Presieve X → CategoryTheory.Presieve (F.obj X)

This presieve generates functorPushforward. See arrows_generate_map_eq_functorPushforward.

Defined in
Mathlib.CategoryTheory.Sites.Sieves
Cited by
38 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.Precoverage.comap · cited by 27Precoverage.comapCategoryTheory.Presieve.map_ofArrows · cited by 14Presieve.map_ofArrowsCategoryTheory.Presieve.galoisConnection_map_functorPullback · cited by 7Presieve.galoisConnection…CategoryTheory.Sieve.generate_map_eq_functorPushforward · cited by 6Sieve.generate_map_eq_fun…CategoryTheory.Sieve.arrows_generate_map_eq_functorPushforward · cited by 4Sieve.arrows_generate_map…CategoryTheory.Presieve.map_map · cited by 3Presieve.map_mapCategoryTheory.Precoverage.mem_comap_iff · cited by 3Precoverage.mem_comap_iffCategoryTheory.over_toGrothendieck_eq_toGrothendieck_comap_forget · cited by 3CategoryTheory.over_toGro…CategoryTheory.Presieve.map.casesOn · cited by 3map.casesOnCategoryTheory.Presieve.map_functorPullback_map · cited by 2Presieve.map_functorPullb…CategoryTheory.Presieve.map_functorPullback_overForget · cited by 2Presieve.map_functorPullb…CategoryTheory.MorphismProperty.toGrothendieck_comap_forget_eq_restrictedTopology · cited by 2MorphismProperty.toGrothe…CategoryTheory.Presieve.overEquiv · cited by 2Presieve.overEquivCategoryTheory.Precoverage.locallyCoverDense_of_map_functorPullback_mem · cited by 2Precoverage.locallyCoverD…CategoryTheory.Functor.mem_restrictedTopology_of_functorPushforward_mem · cited by 2Functor.mem_restrictedTop…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Presieve · cited by 449CategoryTheory.PresievePresieve.mapCITED BYCITES

Cites4

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

Cited by42

Results whose statement or proof uses this declaration.