Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.Point.presheafFiberCompIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : CategoryTheory.GrothendieckTopology C} →
      (Φ : J.Point) →
        {A : Type u'} →
          [inst_1 : CategoryTheory.Category.{v', u'} A] →
            {B : Type u''} →
              [inst_2 : CategoryTheory.Category.{v'', u''} B] →
                [inst_3 : CategoryTheory.Limits.HasColimitsOfSize.{w, w, v', u'} A] →
                  [inst_4 : CategoryTheory.Limits.HasColimitsOfSize.{w, w, v'', u''} B] →
                    (F : CategoryTheory.Functor A B) →
                      [CategoryTheory.LocallySmall.{w, v, u} C] →
                        [CategoryTheory.Limits.PreservesFilteredColimitsOfSize.{w, w, v', v'', u', u''} F] →
                          ((CategoryTheory.Functor.whiskeringRight Cᵒᵖ A B).obj F).comp Φ.presheafFiber ≅
                            Φ.presheafFiber.comp F

If Φ is a point of a site and F : A ⥤ B is a functor which preserves filtered colimits, then taking fibers of presheaves at Φ commutes with F.

Defined in
Mathlib.CategoryTheory.Sites.Point.Basic
Cited by
6 results in Mathlib
Foundations
Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasColimitsOfSizeCategoryTheory.Limits.HasColimitsOfSizeCategoryTheory.LocallySmallCategoryTheory.Limits.PreservesFilteredColimitsOfSize

Around this declaration

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

CategoryTheory.GrothendieckTopology.Point.sheafFiberCompIso · cited by 3Point.sheafFiberCompIsoCategoryTheory.GrothendieckTopology.Point.toPresheafFiber_presheafFiberCompIso_hom_app · cited by 1Point.toPresheafFiber_pre…CategoryTheory.ObjectProperty.IsConservativeFamilyOfPoints.jointly_reflect_isLocallySurjective · cited by 1IsConservativeFamilyOfPoi…CategoryTheory.GrothendieckTopology.Point.presheafFiberCompIso.congr_simp · cited by 0presheafFiberCompIso.cong…CategoryTheory.GrothendieckTopology.Point.toPresheafFiber_presheafFiberCompIso_hom_app_assoc · cited by 0Point.toPresheafFiber_pre…CategoryTheory.GrothendieckTopology.Point.sheafFiberCompIso_hom_app · cited by 0Point.sheafFiberCompIso_h…CategoryTheory.GrothendieckTopology.Point.sheafFiberCompIso_inv_app · cited by 0Point.sheafFiberCompIso_i…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftCategoryTheory.LocallySmall · cited by 242CategoryTheory.LocallySma…CategoryTheory.Functor.whiskeringRight · cited by 221Functor.whiskeringRightCategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Functor.Elements · cited by 141Functor.ElementsCategoryTheory.Limits.HasColimitsOfSize · cited by 124Limits.HasColimitsOfSizePoint.presheafFiberCompIsoCITED BYCITES

Cites21

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

Cited by7

Results whose statement or proof uses this declaration.