Theorems · Theorem · algebraic geometry
AlgebraicGeometry.spread_out_of_isGermInjective
∀ {X Y S : AlgebraicGeometry.Scheme} (sX : X ⟶ S) (sY : Y ⟶ S) [AlgebraicGeometry.LocallyOfFiniteType sY] {x : ↥X}
[X.IsGermInjectiveAt x] {y : ↥Y} (e : sX x = sY y) (φ : Y.presheaf.stalk y ⟶ X.presheaf.stalk x),
CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Scheme.Hom.stalkMap sY y) φ =
CategoryTheory.CategoryStruct.comp (S.presheaf.stalkSpecializes ⋯) (AlgebraicGeometry.Scheme.Hom.stalkMap sX x) →
∃ U,
∃ (hxU : x ∈ U),
∃ f,
CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Spec.map φ) (Y.fromSpecStalk y) =
CategoryTheory.CategoryStruct.comp (U.fromSpecStalkOfMem x hxU) f ∧
CategoryTheory.CategoryStruct.comp f sY = CategoryTheory.CategoryStruct.comp U.ι sXGiven S-schemes X Y and points x : X y : Y over s : S.
Suppose we have the following diagram of S-schemes
``
Spec 𝒪_{X, x} ⟶ X
|
Spec(φ)
↓
Spec 𝒪_{Y, y} ⟶ Y
`
Then the map Spec(φ) spreads out to an S-morphism on an open subscheme U ⊆ X,
`
Spec 𝒪_{X, x} ⟶ U ⊆ X
| |
Spec(φ) |
↓ ↓
Spec 𝒪_{Y, y} ⟶ Y
`
provided that Y is locally of finite type over S and
X is "germ-injective" at x (e.g. when it's integral or locally Noetherian).
TODO: The condition on X is unnecessary when Y` is locally of finite presentation.
- Defined in
- Mathlib.AlgebraicGeometry.SpreadingOut
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites75
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functor.mapproof · cited by 8,698
- SetLike.coeproof · cited by 8,199
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Category.assocproof · cited by 6,433
- Set.imageproof · cited by 5,609
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- Set.univproof · cited by 3,945
Cited by1
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.spread_out_of_isGermInjective'proof · cited by 3