Theorems · Theorem · category theory
TopCat.Presheaf.app_surjective_of_injective_of_locally_surjective
∀ {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)] [CategoryTheory.Limits.HasLimits C]
[CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget C)] [(CategoryTheory.forget C).ReflectsIsomorphisms]
{F G : TopCat.Sheaf C X} (f : F ⟶ G) (U : TopologicalSpace.Opens ↑X),
(∀ x ∈ U, Function.Injective ⇑(CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map f.hom))) →
(∀ (t : CC (G.obj.obj (Opposite.op U))),
∀ x ∈ U,
∃ V,
∃ (_ : x ∈ V),
∃ iVU s,
(CategoryTheory.ConcreteCategory.hom (f.hom.app (Opposite.op V))) s =
(CategoryTheory.ConcreteCategory.hom (G.obj.map iVU.op)) t) →
Function.Surjective ⇑(CategoryTheory.ConcreteCategory.hom (f.hom.app (Opposite.op U)))For surjectivity, we are given an arbitrary section t and need to find a preimage for it.
We claim that it suffices to find preimages locally. That is, for each x : U we construct
a neighborhood V ≤ U and a section s : F.obj (op V)) such that f.app (op V) s and t
agree on V.
- Defined in
- Mathlib.Topology.Sheaves.Stalks
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites47
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
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- TopCat.carrierstatement and proof · cited by 3,184
- FunLikestatement and proof · cited by 2,560
Cited by1
Results whose statement or proof uses this declaration.
- TopCat.Presheaf.app_surjective_of_stalkFunctor_map_bijectiveproof · cited by 1