Mathlib Map

Theorems · Theorem · algebraic geometry

AlgebraicGeometry.HasRingHomProperty.stalkMap

∀ {P : CategoryTheory.MorphismProperty AlgebraicGeometry.Scheme}
  {Q : {R S : Type u} → [inst : CommRing R] → [inst_1 : CommRing S] → (R →+* S) → Prop}
  [AlgebraicGeometry.HasRingHomProperty P Q] {X Y : AlgebraicGeometry.Scheme} {f : X ⟶ Y},
  (∀ {R S : Type u} [inst : CommRing R] [inst_1 : CommRing S] (f : R →+* S),
      Q f → ∀ (J : Ideal S) (x : J.IsPrime), Q (Localization.localRingHom (Ideal.comap f J) J f ⋯)) →
    P f → ∀ (x : ↥X), Q (CommRingCat.Hom.hom (AlgebraicGeometry.Scheme.Hom.stalkMap f x))

Let Q be a property of ring maps that is stable under localization. Then if the associated property of scheme morphisms holds for f, Q holds on all stalks.

Defined in
Mathlib.AlgebraicGeometry.Morphisms.RingHomProperties
Cited by
3 results in Mathlib
Foundations
Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AlgebraicGeometry.HasRingHomProperty

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites33

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.