Mathlib Map

Theorems · Theorem · category theory

TopCat.Presheaf.exists_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) {x : ↑X}
  (t : CategoryTheory.ToType (F.stalk x)),
  ∃ U, ∃ (m : x ∈ U), ∃ s, (CategoryTheory.ConcreteCategory.hom (F.germ U x m)) s = t

For presheaves valued in a concrete category whose forgetful functor preserves filtered colimits, every element of the stalk is the germ of a section.

Defined in
Mathlib.Topology.Sheaves.Stalks
Cited by
14 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.

AlgebraicGeometry.RingedSpace.isUnit_res_of_isUnit_germ · cited by 1RingedSpace.isUnit_res_of…TopCat.Presheaf.exists_le_germ_eq · cited by 1Presheaf.exists_le_germ_eqTopCat.Presheaf.exists_mem_germ_eq_of_isBasis · cited by 1Presheaf.exists_mem_germ_…TopCat.Presheaf.stalkFunctor_map_injective_of_app_injective · cited by 1Presheaf.stalkFunctor_map…AlgebraicGeometry.exists_lift_of_germInjective_aux · cited by 1AlgebraicGeometry.exists_…smoothSheafCommRing.isUnit_stalk_iff · cited by 1smoothSheafCommRing.isUni…TopCat.Presheaf.app_surjective_of_stalkFunctor_map_bijective · cited by 1Presheaf.app_surjective_o…TopCat.Presheaf.stalkToFiber_surjective · cited by 0Presheaf.stalkToFiber_sur…AlgebraicGeometry.homogeneousLocalizationToStalk_stalkToFiberRingHom · cited by 0AlgebraicGeometry.homogen…AlgebraicGeometry.StructureSheaf.isLocalizedModule_toPushforwardStalkAlgHom_aux · cited by 0StructureSheaf.isLocalize…TopCat.Presheaf.locally_surjective_iff_surjective_on_stalks · cited by 0Presheaf.locally_surjecti…TopCat.Presheaf.EtaleSpace.exists_section_of_tendsto · cited by 0EtaleSpace.exists_section…AlgebraicGeometry.exists_isUnit_germ_eq · cited by 0AlgebraicGeometry.exists_…TopCat.Presheaf.germ_exist · cited by 0Presheaf.germ_existDFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objOpposite · cited by 8081OppositeCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homTopCat.carrier · cited by 3184TopCat.carrierFunLike · cited by 2560FunLikeTopologicalSpace.Opens · cited by 2040TopologicalSpace.OpensTopCat · cited by 1889TopCatCategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Limits.Cocone.ι · cited by 605Cocone.ιCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.forget · cited by 418CategoryTheory.forgetPresheaf.exists_germ_eqCITED BYCITES

Cites29

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

Cited by14

Results whose statement or proof uses this declaration.