File tree 3 files changed +885
-0
lines changed
Mathlib/RingTheory/Spectrum/Prime
3 files changed +885
-0
lines changed Original file line number Diff line number Diff line change @@ -4763,6 +4763,7 @@ import Mathlib.RingTheory.Spectrum.Maximal.Localization
4763
4763
import Mathlib.RingTheory.Spectrum.Maximal.Topology
4764
4764
import Mathlib.RingTheory.Spectrum.Prime.Basic
4765
4765
import Mathlib.RingTheory.Spectrum.Prime.Chevalley
4766
+ import Mathlib.RingTheory.Spectrum.Prime.ChevalleyComplexity
4766
4767
import Mathlib.RingTheory.Spectrum.Prime.ConstructibleSet
4767
4768
import Mathlib.RingTheory.Spectrum.Prime.Defs
4768
4769
import Mathlib.RingTheory.Spectrum.Prime.FreeLocus
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ import Mathlib.RingTheory.Spectrum.Prime.Polynomial
13
13
This file proves Chevalley's theorem, namely that if `f : R → S` is a finitely presented ring hom
14
14
between commutative rings, then the image of a constructible set in `Spec S` is a constructible set
15
15
in `Spec R`.
16
+
17
+ ## See also
18
+
19
+ `Mathlib.RingTheory.Spectrum.Prime.ChevalleyComplexity` for a version of Chevalley's theorem that
20
+ tracks the degrees and number of polynomials used to construct the constructible sets.
16
21
-/
17
22
18
23
open Polynomial PrimeSpectrum TensorProduct Topology
You can’t perform that action at this time.
0 commit comments