Mathlib Map

Theorems · Theorem · category theory

TopCat.Presheaf.germ_eq

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasColimits C] {X : TopCat}
  {FC : C → C → Type u_1} {CC : C → Type v} [inst_2 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)]
  [instCC : CategoryTheory.ConcreteCategory C FC]
  [CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget C)] (F : TopCat.Presheaf C X)
  {U V : TopologicalSpace.Opens ↑X} (x : ↑X) (mU : x ∈ U) (mV : x ∈ V)
  (s : CategoryTheory.ToType (F.obj (Opposite.op U))) (t : CategoryTheory.ToType (F.obj (Opposite.op V))),
  (CategoryTheory.ConcreteCategory.hom (F.germ U x mU)) s = (CategoryTheory.ConcreteCategory.hom (F.germ V x mV)) t →
    ∃ W,
      ∃ (_ : x ∈ W),
        ∃ iU iV,
          (CategoryTheory.ConcreteCategory.hom (F.map iU.op)) s = (CategoryTheory.ConcreteCategory.hom (F.map iV.op)) t

If two sections have the same germ at x, then their restrictions to some open neighborhood W of x are equal.

Defined in
Mathlib.Topology.Sheaves.Stalks
Cited by
9 results in Mathlib
Foundations
Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasColimitsFunLikeCategoryTheory.ConcreteCategoryCategoryTheory.Limits.PreservesFilteredColimits

Around this declaration

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

TopCat.Presheaf.section_ext · cited by 7Presheaf.section_extAlgebraicGeometry.germ_injective_of_isIntegral · cited by 1AlgebraicGeometry.germ_in…AlgebraicGeometry.RingedSpace.isUnit_res_of_isUnit_germ · cited by 1RingedSpace.isUnit_res_of…TopCat.Presheaf.stalkFunctor_map_injective_of_app_injective · cited by 1Presheaf.stalkFunctor_map…AlgebraicGeometry.RingedSpace.exists_res_eq_zero_of_germ_eq_zero · cited by 1RingedSpace.exists_res_eq…TopCat.Presheaf.germ_eq_of_isBasis · cited by 1Presheaf.germ_eq_of_isBas…TopCat.Presheaf.app_surjective_of_stalkFunctor_map_bijective · cited by 1Presheaf.app_surjective_o…TopCat.Presheaf.stalkToFiber_injective · cited by 0Presheaf.stalkToFiber_inj…TopCat.Presheaf.locally_surjective_iff_surjective_on_stalks · cited by 0Presheaf.locally_surjecti…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homTopCat.carrier · cited by 3184TopCat.carrierFunLike · cited by 2560FunLikeOpposite.unop · cited by 2231Opposite.unopTopologicalSpace.Opens · cited by 2040TopologicalSpace.OpensQuiver.Hom.op · cited by 1948Hom.opTopCat · cited by 1889TopCatCategoryTheory.Functor.op · cited by 997Functor.opPresheaf.germ_eqCITED BYCITES

Cites28

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

Cited by9

Results whose statement or proof uses this declaration.