Skip to content

Commit 7c918f3

Browse files
committed
Chevalley with complexity bound
1 parent 4c2044e commit 7c918f3

File tree

3 files changed

+885
-0
lines changed

3 files changed

+885
-0
lines changed

Diff for: Mathlib.lean

+1
Original file line numberDiff line numberDiff line change
@@ -4763,6 +4763,7 @@ import Mathlib.RingTheory.Spectrum.Maximal.Localization
47634763
import Mathlib.RingTheory.Spectrum.Maximal.Topology
47644764
import Mathlib.RingTheory.Spectrum.Prime.Basic
47654765
import Mathlib.RingTheory.Spectrum.Prime.Chevalley
4766+
import Mathlib.RingTheory.Spectrum.Prime.ChevalleyComplexity
47664767
import Mathlib.RingTheory.Spectrum.Prime.ConstructibleSet
47674768
import Mathlib.RingTheory.Spectrum.Prime.Defs
47684769
import Mathlib.RingTheory.Spectrum.Prime.FreeLocus

Diff for: Mathlib/RingTheory/Spectrum/Prime/Chevalley.lean

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ import Mathlib.RingTheory.Spectrum.Prime.Polynomial
1313
This file proves Chevalley's theorem, namely that if `f : R → S` is a finitely presented ring hom
1414
between commutative rings, then the image of a constructible set in `Spec S` is a constructible set
1515
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.
1621
-/
1722

1823
open Polynomial PrimeSpectrum TensorProduct Topology

0 commit comments

Comments
 (0)