added to resources

This commit is contained in:
leopoldmayer 2023-06-11 21:03:13 -07:00
parent a8b295fa0e
commit 12fd019113

View file

@ -9,6 +9,8 @@ import Mathlib.RingTheory.Noetherian
import Mathlib.RingTheory.Artinian
import Mathlib.Order.Height
import Mathlib.RingTheory.MvPolynomial.Basic
import Mathlib.RingTheory.Ideal.Over
import Mathlib.AlgebraicGeometry.PrimeSpectrum.Basic
variable {R M : Type _} [CommRing R] [AddCommGroup M] [Module R M]
@ -45,3 +47,13 @@ variable (I : Ideal R)
--this is the polynomial ring with variables indexed by
#check MvPolynomial R
--hopefully there's good communication between them
--There's a preliminary version of the going up theorem
#check Ideal.exists_ideal_over_prime_of_isIntegral
--Theorems relating primes of a ring to primes of its localization
#check PrimeSpectrum.localization_comap_injective
#check PrimeSpectrum.localization_comap_range
--Theorems relating primes of a ring to primes of a quotient
#check PrimeSpectrum.range_comap_of_surjective