Loogle!
Result
Found 45 declarations mentioning TopCat.Presheaf.stalkFunctor.
- TopCat.Presheaf.stalkFunctor ๐ Mathlib.Topology.Sheaves.Stalks
(C : Type u) [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} (x : โX) : CategoryTheory.Functor (TopCat.Presheaf C X) C - TopCat.Presheaf.stalkFunctor_obj ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} (โฑ : TopCat.Presheaf C X) (x : โX) : (TopCat.Presheaf.stalkFunctor C x).obj โฑ = โฑ.stalk x - TopCat.Presheaf.stalkFunctor_preserves_mono ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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] (x : โX) : ((TopCat.Sheaf.forget C X).comp (TopCat.Presheaf.stalkFunctor C x)).PreservesMonomorphisms - TopCat.Presheaf.stalkSpecializes_stalkFunctor_map ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {F G : TopCat.Presheaf C X} (f : F โถ G) {x y : โX} (h : x โคณ y) : CategoryTheory.CategoryStruct.comp (F.stalkSpecializes h) ((TopCat.Presheaf.stalkFunctor C x).map f) = CategoryTheory.CategoryStruct.comp ((TopCat.Presheaf.stalkFunctor C y).map f) (G.stalkSpecializes h) - TopCat.Presheaf.stalkPushforward.id ๐ Mathlib.Topology.Sheaves.Stalks
(C : Type u) [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} (โฑ : TopCat.Presheaf C X) (x : โX) : TopCat.Presheaf.stalkPushforward C (CategoryTheory.CategoryStruct.id X) โฑ x = (TopCat.Presheaf.stalkFunctor C x).map (TopCat.Presheaf.Pushforward.id โฑ).hom - TopCat.Presheaf.stalkSpecializes_stalkFunctor_map_assoc ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {F G : TopCat.Presheaf C X} (f : F โถ G) {x y : โX} (h : x โคณ y) {Z : C} (hโ : (TopCat.Presheaf.stalkFunctor C x).obj G โถ Z) : CategoryTheory.CategoryStruct.comp (F.stalkSpecializes h) (CategoryTheory.CategoryStruct.comp ((TopCat.Presheaf.stalkFunctor C x).map f) hโ) = CategoryTheory.CategoryStruct.comp ((TopCat.Presheaf.stalkFunctor C y).map f) (CategoryTheory.CategoryStruct.comp (G.stalkSpecializes h) hโ) - TopCat.Presheaf.stalkFunctor_map_germ ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {F G : TopCat.Presheaf C X} (U : TopologicalSpace.Opens โX) (x : โX) (hx : x โ U) (f : F โถ G) : CategoryTheory.CategoryStruct.comp (F.germ U x hx) ((TopCat.Presheaf.stalkFunctor C x).map f) = CategoryTheory.CategoryStruct.comp (f.app (Opposite.op U)) (G.germ U x hx) - TopCat.Presheaf.stalkFunctor_map_germ_assoc ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {F G : TopCat.Presheaf C X} (U : TopologicalSpace.Opens โX) (x : โX) (hx : x โ U) (f : F โถ G) {Z : C} (h : (TopCat.Presheaf.stalkFunctor C x).obj G โถ Z) : CategoryTheory.CategoryStruct.comp (F.germ U x hx) (CategoryTheory.CategoryStruct.comp ((TopCat.Presheaf.stalkFunctor C x).map f) h) = CategoryTheory.CategoryStruct.comp (f.app (Opposite.op U)) (CategoryTheory.CategoryStruct.comp (G.germ U x hx) h) - TopCat.Presheaf.stalkSpecializes_stalkFunctor_map_apply ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {F G : TopCat.Presheaf C X} (f : F โถ G) {x y : โX} (h : x โคณ y) {Fโ : C โ C โ Type uF} {carrier : C โ Type w} {instFunLike : (X Y : C) โ FunLike (Fโ X Y) (carrier X) (carrier Y)} [inst : CategoryTheory.ConcreteCategory C Fโ] (xโ : carrier (F.stalk y)) : (CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map f)) ((CategoryTheory.ConcreteCategory.hom (F.stalkSpecializes h)) xโ) = (CategoryTheory.ConcreteCategory.hom (G.stalkSpecializes h)) ((CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C y).map f)) xโ) - TopCat.Presheaf.isIso_of_stalkFunctor_map_iso ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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) [โ (x : โX), CategoryTheory.IsIso ((TopCat.Presheaf.stalkFunctor C x).map f.hom)] : CategoryTheory.IsIso f - TopCat.Presheaf.mono_of_stalk_mono ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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) [โ (x : โX), CategoryTheory.Mono ((TopCat.Presheaf.stalkFunctor C x).map f.hom)] : CategoryTheory.Mono f - TopCat.Presheaf.stalk_mono_of_mono ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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) [CategoryTheory.Mono f] (x : โX) : CategoryTheory.Mono ((TopCat.Presheaf.stalkFunctor C x).map f.hom) - TopCat.Presheaf.isIso_iff_stalkFunctor_map_iso ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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) : CategoryTheory.IsIso f โ โ (x : โX), CategoryTheory.IsIso ((TopCat.Presheaf.stalkFunctor C x).map f.hom) - TopCat.Presheaf.mono_iff_stalk_mono ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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) : CategoryTheory.Mono f โ โ (x : โX), CategoryTheory.Mono ((TopCat.Presheaf.stalkFunctor C x).map f.hom) - TopCat.Presheaf.stalkFunctor_map_injective_of_app_injective ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [instCC : CategoryTheory.ConcreteCategory C FC] [CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget C)] {F G : TopCat.Presheaf C X} {f : F โถ G} (h : โ (U : TopologicalSpace.Opens โX), Function.Injective โ(CategoryTheory.ConcreteCategory.hom (f.app (Opposite.op U)))) (x : โX) : Function.Injective โ(CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map f)) - TopCat.Presheaf.stalkFunctor_map_injective_of_isBasis ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [instCC : CategoryTheory.ConcreteCategory C FC] [CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget C)] {B : Set (TopologicalSpace.Opens โX)} (hB : TopologicalSpace.Opens.IsBasis B) {F G : TopCat.Presheaf C X} {ฮฑ : F โถ G} (hฮฑ : โ U โ B, Function.Injective โ(CategoryTheory.ConcreteCategory.hom (ฮฑ.app (Opposite.op U)))) (x : โX) : Function.Injective โ(CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map ฮฑ)) - TopCat.Presheaf.stalkFunctor_map_germ_apply' ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type u_2} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [CategoryTheory.ConcreteCategory C FC] {F G : TopCat.Presheaf C X} (U : TopologicalSpace.Opens โX) (x : โX) (hx : x โ U) (f : F โถ G) (s : CC (F.obj (Opposite.op U))) : (CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map f)) ((CategoryTheory.ConcreteCategory.hom (F.germ U x hx)) s) = (CategoryTheory.ConcreteCategory.hom (G.germ U x hx)) ((CategoryTheory.ConcreteCategory.hom (f.app (Opposite.op U))) s) - TopCat.Presheaf.stalkFunctor_map_germ_apply ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type u_2} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [CategoryTheory.ConcreteCategory C FC] {F G : TopCat.Presheaf C X} (U : TopologicalSpace.Opens โX) (x : โX) (hx : x โ U) (f : F โถ G) (s : CC (F.obj (Opposite.op U))) : (CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map f)) ((CategoryTheory.ConcreteCategory.hom (F.germ U x hx)) s) = (CategoryTheory.ConcreteCategory.hom (G.germ U x hx)) ((CategoryTheory.ConcreteCategory.hom (f.app (Opposite.op U))) s) - TopCat.Presheaf.app_isIso_of_stalkFunctor_map_iso ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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), CategoryTheory.IsIso ((TopCat.Presheaf.stalkFunctor C โx).map f.hom)] : CategoryTheory.IsIso (f.hom.app (Opposite.op U)) - TopCat.Presheaf.app_injective_iff_stalkFunctor_map_injective ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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 : TopCat.Sheaf C X} {G : TopCat.Presheaf C X} (f : F.obj โถ G) : (โ (x : โX), Function.Injective โ(CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map f))) โ โ (U : TopologicalSpace.Opens โX), Function.Injective โ(CategoryTheory.ConcreteCategory.hom (f.app (Opposite.op U))) - TopCat.Presheaf.app_injective_of_stalkFunctor_map_injective ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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 : TopCat.Sheaf C X} {G : TopCat.Presheaf C X} (f : F.obj โถ G) (U : TopologicalSpace.Opens โX) (h : โ x โ U, Function.Injective โ(CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map f))) : Function.Injective โ(CategoryTheory.ConcreteCategory.hom (f.app (Opposite.op U))) - TopCat.Presheaf.app_bijective_of_stalkFunctor_map_bijective ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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) (h : โ x โ U, Function.Bijective โ(CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map f.hom))) : Function.Bijective โ(CategoryTheory.ConcreteCategory.hom (f.hom.app (Opposite.op U))) - TopCat.Presheaf.app_surjective_of_stalkFunctor_map_bijective ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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) (h : โ x โ U, Function.Bijective โ(CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map f.hom))) : Function.Surjective โ(CategoryTheory.ConcreteCategory.hom (f.hom.app (Opposite.op U))) - TopCat.Presheaf.app_surjective_of_injective_of_locally_surjective ๐ Mathlib.Topology.Sheaves.Stalks
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] {X : TopCat} {FC : C โ C โ Type u_1} {CC : C โ Type v} [(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) (hinj : โ x โ U, Function.Injective โ(CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map f.hom))) (hsurj : โ (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))) - AlgebraicGeometry.StructureSheaf.toPushforwardStalk_comp ๐ Mathlib.AlgebraicGeometry.Spec
{R S : CommRingCat} (f : R โถ S) (p : PrimeSpectrum โR) : CategoryTheory.CategoryStruct.comp f (AlgebraicGeometry.StructureSheaf.toPushforwardStalk f p) = CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.StructureSheaf.toStalk (โR) p) ((TopCat.Presheaf.stalkFunctor CommRingCat p).map (AlgebraicGeometry.Spec.sheafedSpaceMap f).hom.c) - AlgebraicGeometry.StructureSheaf.toPushforwardStalk_comp_assoc ๐ Mathlib.AlgebraicGeometry.Spec
{R S : CommRingCat} (f : R โถ S) (p : PrimeSpectrum โR) {Z : CommRingCat} (h : ((TopCat.Presheaf.pushforward CommRingCat (AlgebraicGeometry.Spec.topMap f)).obj (AlgebraicGeometry.Spec.structureSheaf โS).obj).stalk p โถ Z) : CategoryTheory.CategoryStruct.comp f (CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.StructureSheaf.toPushforwardStalk f p) h) = CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.StructureSheaf.toStalk (โR) p) (CategoryTheory.CategoryStruct.comp ((TopCat.Presheaf.stalkFunctor CommRingCat p).map (AlgebraicGeometry.Spec.sheafedSpaceMap f).hom.c) h) - AlgebraicGeometry.Scheme.Hom.stalkFunctor_toImage_injective ๐ Mathlib.AlgebraicGeometry.IdealSheaf.Subscheme
{X Y : AlgebraicGeometry.Scheme} (f : X โถ Y) [AlgebraicGeometry.QuasiCompact f] (x : โฅ(AlgebraicGeometry.Scheme.Hom.image f)) : Function.Injective โ(CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor CommRingCat x).map (AlgebraicGeometry.Scheme.Hom.toImage f).c)) - AlgebraicGeometry.Scheme.Modules.restrictStalkNatIso ๐ Mathlib.AlgebraicGeometry.Modules.Sheaf
{X Y : AlgebraicGeometry.Scheme} (f : X โถ Y) [AlgebraicGeometry.IsOpenImmersion f] (x : โฅX) : (AlgebraicGeometry.Scheme.Modules.restrictFunctor f).comp ((AlgebraicGeometry.Scheme.Modules.toPresheaf X).comp (TopCat.Presheaf.stalkFunctor Ab x)) โ (AlgebraicGeometry.Scheme.Modules.toPresheaf Y).comp (TopCat.Presheaf.stalkFunctor Ab (f x)) - AlgebraicGeometry.Scheme.Modules.germ_restrictStalkNatIso_inv_app ๐ Mathlib.AlgebraicGeometry.Modules.Sheaf
{X Y : AlgebraicGeometry.Scheme} {U : X.Opens} (f : X โถ Y) [AlgebraicGeometry.IsOpenImmersion f] (x : โฅX) (M : Y.Modules) (hxU : x โ U) : CategoryTheory.CategoryStruct.comp (M.presheaf.germ ((AlgebraicGeometry.Scheme.Hom.opensFunctor f).obj (Opposite.unop (Opposite.op U))) (f x) โฏ) ((AlgebraicGeometry.Scheme.Modules.restrictStalkNatIso f x).inv.app M) = ((AlgebraicGeometry.Scheme.Modules.restrictFunctor f).obj M).presheaf.germ U x hxU - AlgebraicGeometry.Scheme.Modules.germ_restrictStalkNatIso_hom_app ๐ Mathlib.AlgebraicGeometry.Modules.Sheaf
{X Y : AlgebraicGeometry.Scheme} {U : X.Opens} (f : X โถ Y) [AlgebraicGeometry.IsOpenImmersion f] (x : โฅX) (M : Y.Modules) (hxU : x โ U) : CategoryTheory.CategoryStruct.comp (((AlgebraicGeometry.Scheme.Modules.restrictFunctor f).obj M).presheaf.germ U x hxU) ((AlgebraicGeometry.Scheme.Modules.restrictStalkNatIso f x).hom.app M) = M.presheaf.germ ((AlgebraicGeometry.Scheme.Hom.opensFunctor f).obj (Opposite.unop (Opposite.op U))) (f x) โฏ - instIsLeftAdjointPresheafStalkFunctor ๐ Mathlib.Topology.Sheaves.Skyscraper
{X : TopCat} (pโ : โX) {C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasTerminal C] [CategoryTheory.Limits.HasColimits C] : (TopCat.Presheaf.stalkFunctor C pโ).IsLeftAdjoint - instIsLeftAdjointSheafCompPresheafForgetStalkFunctor ๐ Mathlib.Topology.Sheaves.Skyscraper
{X : TopCat} (pโ : โX) {C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasTerminal C] [CategoryTheory.Limits.HasColimits C] : ((TopCat.Sheaf.forget C X).comp (TopCat.Presheaf.stalkFunctor C pโ)).IsLeftAdjoint - skyscraperPresheafStalkAdjunction ๐ Mathlib.Topology.Sheaves.Skyscraper
{X : TopCat} (pโ : โX) [(U : TopologicalSpace.Opens โX) โ Decidable (pโ โ U)] {C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasTerminal C] [CategoryTheory.Limits.HasColimits C] : TopCat.Presheaf.stalkFunctor C pโ โฃ skyscraperPresheafFunctor pโ - skyscraperSheafForgetAdjunction ๐ Mathlib.Topology.Sheaves.Skyscraper
{X : TopCat} (pโ : โX) [(U : TopologicalSpace.Opens โX) โ Decidable (pโ โ U)] {C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasTerminal C] [CategoryTheory.Limits.HasColimits C] : TopCat.Presheaf.stalkFunctor C pโ โฃ (skyscraperSheafFunctor pโ).comp (TopCat.Sheaf.forget C X) - stalkSkyscraperSheafAdjunction ๐ Mathlib.Topology.Sheaves.Skyscraper
{X : TopCat} (pโ : โX) [(U : TopologicalSpace.Opens โX) โ Decidable (pโ โ U)] {C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasTerminal C] [CategoryTheory.Limits.HasColimits C] : (TopCat.Sheaf.forget C X).comp (TopCat.Presheaf.stalkFunctor C pโ) โฃ skyscraperSheafFunctor pโ - StalkSkyscraperPresheafAdjunctionAuxs.counit ๐ Mathlib.Topology.Sheaves.Skyscraper
{X : TopCat} (pโ : โX) [(U : TopologicalSpace.Opens โX) โ Decidable (pโ โ U)] {C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasTerminal C] [CategoryTheory.Limits.HasColimits C] : (skyscraperPresheafFunctor pโ).comp (TopCat.Presheaf.stalkFunctor C pโ) โถ CategoryTheory.Functor.id C - StalkSkyscraperPresheafAdjunctionAuxs.counit_app ๐ Mathlib.Topology.Sheaves.Skyscraper
{X : TopCat} (pโ : โX) [(U : TopologicalSpace.Opens โX) โ Decidable (pโ โ U)] {C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasTerminal C] [CategoryTheory.Limits.HasColimits C] (c : C) : (StalkSkyscraperPresheafAdjunctionAuxs.counit pโ).app c = (skyscraperPresheafStalkOfSpecializes pโ c โฏ).hom - StalkSkyscraperPresheafAdjunctionAuxs.unit ๐ Mathlib.Topology.Sheaves.Skyscraper
{X : TopCat} (pโ : โX) [(U : TopologicalSpace.Opens โX) โ Decidable (pโ โ U)] {C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasTerminal C] [CategoryTheory.Limits.HasColimits C] : CategoryTheory.Functor.id (TopCat.Presheaf C X) โถ (TopCat.Presheaf.stalkFunctor C pโ).comp (skyscraperPresheafFunctor pโ) - StalkSkyscraperPresheafAdjunctionAuxs.unit_app ๐ Mathlib.Topology.Sheaves.Skyscraper
{X : TopCat} (pโ : โX) [(U : TopologicalSpace.Opens โX) โ Decidable (pโ โ U)] {C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasTerminal C] [CategoryTheory.Limits.HasColimits C] (xโ : TopCat.Presheaf C X) : (StalkSkyscraperPresheafAdjunctionAuxs.unit pโ).app xโ = StalkSkyscraperPresheafAdjunctionAuxs.toSkyscraperPresheaf pโ (CategoryTheory.CategoryStruct.id (((CategoryTheory.Functor.id (TopCat.Presheaf C X)).obj xโ).stalk pโ)) - TopCat.instAdditivePresheafStalkFunctor ๐ Mathlib.Topology.Sheaves.Abelian
{X : TopCat} (pโ : โX) {C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Abelian C] [CategoryTheory.Limits.HasColimits C] : (TopCat.Presheaf.stalkFunctor C pโ).Additive - TopCat.Sheaf.instPreservesFiniteLimitsCompPresheafForgetStalkFunctor ๐ Mathlib.Topology.Sheaves.Abelian
{C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasColimits C] [CategoryTheory.Limits.HasLimits C] {FC : C โ C โ Type u_1} {CC : C โ Type u} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [instCC : CategoryTheory.ConcreteCategory C FC] [CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget C)] [CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget C)] [CategoryTheory.Abelian C] {X : TopCat} (pโ : โX) : CategoryTheory.Limits.PreservesFiniteLimits ((TopCat.Sheaf.forget C X).comp (TopCat.Presheaf.stalkFunctor C pโ)) - TopCat.Sheaf.isZero_iff_stalkFunctor_obj_isZero ๐ Mathlib.Topology.Sheaves.Abelian
{C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasColimits C] [CategoryTheory.Limits.HasLimits C] {FC : C โ C โ Type u_1} {CC : C โ Type u} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [instCC : CategoryTheory.ConcreteCategory C FC] [CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget C)] [CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget C)] [CategoryTheory.Abelian C] {X : TopCat} (F : TopCat.Sheaf C X) : CategoryTheory.Limits.IsZero F โ โ (x : โX), CategoryTheory.Limits.IsZero (((TopCat.Sheaf.forget C X).comp (TopCat.Presheaf.stalkFunctor C x)).obj F) - TopCat.Sheaf.exact_iff_stalkFunctor_map_exact ๐ Mathlib.Topology.Sheaves.Abelian
{C : Type v} [CategoryTheory.Category.{u, v} C] [CategoryTheory.Limits.HasColimits C] [CategoryTheory.Limits.HasLimits C] {FC : C โ C โ Type u_1} {CC : C โ Type u} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [instCC : CategoryTheory.ConcreteCategory C FC] [CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget C)] [CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget C)] [CategoryTheory.Abelian C] {X : TopCat} (S : CategoryTheory.ShortComplex (TopCat.Sheaf C X)) : S.Exact โ โ (x : โX), (S.map ((TopCat.Sheaf.forget C X).comp (TopCat.Presheaf.stalkFunctor C x))).Exact - TopCat.Presheaf.locally_surjective_iff_surjective_on_stalks ๐ Mathlib.Topology.Sheaves.LocallySurjective
{C : Type u} [CategoryTheory.Category.{v, u} C] {FC : C โ C โ Type u_1} {CC : C โ Type v} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [CategoryTheory.ConcreteCategory C FC] {X : TopCat} {โฑ ๐ข : TopCat.Presheaf C X} [CategoryTheory.Limits.HasColimits C] [CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget C)] (T : โฑ โถ ๐ข) : TopCat.Presheaf.IsLocallySurjective T โ โ (x : โX), Function.Surjective โ(CategoryTheory.ConcreteCategory.hom ((TopCat.Presheaf.stalkFunctor C x).map T)) - TopCat.Presheaf.stalkFunctor_map_unit_toSheafify_isIso ๐ Mathlib.Topology.Sheaves.Sheafify
{X : TopCat} (pโ : โX) (C : Type u) [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasColimits C] [CategoryTheory.Limits.HasTerminal C] (๐ : TopCat.Presheaf C X) [CategoryTheory.HasWeakSheafify (Opens.grothendieckTopology โX) C] : CategoryTheory.IsIso ((TopCat.Presheaf.stalkFunctor C pโ).map (CategoryTheory.toSheafify (Opens.grothendieckTopology โX) ๐))
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
๐Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
๐"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
๐_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
๐Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
๐(?a -> ?b) -> List ?a -> List ?b
๐List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
๐|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allโandโ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
๐|- _ < _ โ tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
โข (_ : Type _)finds all definitions which provide data whileโข (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
๐ Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ โ _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c