Theorems · Theorem · algebraic geometry
TopCat.Presheaf.EtaleSpace.eventually_nhds
∀ {X : TopCat} {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {CC : C → Type v} {FC : C → C → Type w}
[inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [inst_2 : CategoryTheory.ConcreteCategory C FC]
[inst_3 : CategoryTheory.Limits.HasColimits C] {F : TopCat.Presheaf C X} (g : F.EtaleSpace)
{U : TopologicalSpace.Opens ↑X} (h : g.base ∈ U) (s : CategoryTheory.ToType (F.obj (Opposite.op U))),
(CategoryTheory.ConcreteCategory.hom (F.germ U g.base h)) s = g.germ →
∀ᶠ (g' : F.EtaleSpace) in nhds g,
∃ (hgU : g'.base ∈ U), g'.germ = (CategoryTheory.ConcreteCategory.hom (F.germ U g'.base hgU)) sIf s is a section of a presheaf F over U with germ at g.base equal to g.germ,
then a neighborhood of g consists of germs of s at points x ∈ U.
- Defined in
- Mathlib.Topology.Sheaves.EtaleSpace
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setproof · cited by 53,352
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- Oppositestatement · cited by 8,081
- Set.ofPredproof · cited by 6,101
- nhdsstatement · cited by 5,554
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- TopCat.carrierstatement and proof · cited by 3,184
- Filter.Eventuallystatement · cited by 3,134
- FunLikestatement and proof · cited by 2,560
- TopologicalSpace.Opensstatement and proof · cited by 2,040
Cited by2
Results whose statement or proof uses this declaration.
- TopCat.Presheaf.EtaleSpace.continuous_baseproof · cited by 1
- TopCat.Presheaf.EtaleSpace.exists_section_of_tendstoproof · cited by 0