Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Presieve.functorPushforward

{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)

Given a presieve on X, we can define a presieve on F(X) (which is actually a sieve) by taking the sieve generated by the image via F.

Defined in
Mathlib.CategoryTheory.Sites.Sieves
Cited by
16 results in Mathlib
Foundations
Depth 4 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.Sieve.functorPushforward · cited by 73Sieve.functorPushforwardCategoryTheory.Sieve.generate_map_eq_functorPushforward · cited by 6Sieve.generate_map_eq_fun…CategoryTheory.Sieve.functorPushforward_apply · cited by 5Sieve.functorPushforward_…CategoryTheory.Sieve.arrows_generate_map_eq_functorPushforward · cited by 4Sieve.arrows_generate_map…CategoryTheory.Presieve.getFunctorPushforwardStructure · cited by 3Presieve.getFunctorPushfo…CategoryTheory.Presieve.FamilyOfElements.functorPushforward · cited by 3FamilyOfElements.functorP…CategoryTheory.Presieve.image_mem_functorPushforward · cited by 2Presieve.image_mem_functo…CategoryTheory.Sieve.functorPushforward_comp · cited by 2Sieve.functorPushforward_…CategoryTheory.Presieve.functorPushforward_comp · cited by 2Presieve.functorPushforwa…CategoryTheory.Sieve.functorPushforward_overForget_arrows · cited by 1Sieve.functorPushforward_…CategoryTheory.Sieve.overEquiv_generate · cited by 1Sieve.overEquiv_generateCategoryTheory.Presieve.map_le_functorPushforward · cited by 1Presieve.map_le_functorPu…CategoryTheory.Sieve.mem_functorPushforward_iff_of_full · cited by 1Sieve.mem_functorPushforw…CategoryTheory.Sieve.mem_functorPushforward_iff_of_full_of_faithful · cited by 1Sieve.mem_functorPushforw…CategoryTheory.Presieve.FamilyOfElements.Compatible.functorPushforward · cited by 1Compatible.functorPushfor…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Presieve · cited by 449CategoryTheory.PresievePresieve.functorPushforwardCITED BYCITES

Cites7

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

Cited by19

Results whose statement or proof uses this declaration.