Theorems · Theorem · algebraic geometry
AlgebraicGeometry.exists_basicOpen_le_appLE_of_appLE_of_isAffine
∀ {P : {R S : Type u} → [inst : CommRing R] → [inst_1 : CommRing S] → (R →+* S) → Prop} {X Y : AlgebraicGeometry.Scheme}
{f : X ⟶ Y},
(RingHom.StableUnderCompositionWithLocalizationAwayTarget fun {R S} [CommRing R] [CommRing S] => P) →
(RingHom.LocalizationAwayPreserves fun {R S} [CommRing R] [CommRing S] => P) →
∀ (x : ↥X) (U₁ U₂ : ↑Y.affineOpens) (V₁ V₂ : ↑X.affineOpens),
x ∈ ↑V₁ →
x ∈ ↑V₂ →
∀ (e₂ : ↑V₂ ≤ (TopologicalSpace.Opens.map f.base).obj ↑U₂),
P (CommRingCat.Hom.hom (AlgebraicGeometry.Scheme.Hom.appLE f (↑U₂) (↑V₂) e₂)) →
f x ∈ ↑U₁ →
∃ r s,
∃ (_ : x ∈ X.basicOpen s) (e :
X.basicOpen s ≤ (TopologicalSpace.Opens.map f.base).obj (Y.basicOpen r)),
P (CommRingCat.Hom.hom (AlgebraicGeometry.Scheme.Hom.appLE f (Y.basicOpen r) (X.basicOpen s) e))If P holds for f over affine opens U₂ of Y and V₂ of X and U₁ (resp. V₁) are
open affine neighborhoods of x (resp. f.base x), then P also holds for f
over some basic open of U₁ (resp. V₁).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites54
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
- Setstatement · cited by 53,352
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CommRingstatement and proof · cited by 17,173
- RingHomstatement and proof · cited by 10,189
- CategoryTheory.Functor.mapproof · cited by 8,698
- Oppositestatement · cited by 8,081
- Set.Elemstatement and proof · cited by 7,166
- CategoryTheory.Category.assocproof · cited by 6,433
- Algebra.algebraMapproof · cited by 4,706
Cited by1
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.exists_affineOpens_le_appLE_of_appLEproof · cited by 0