Merge pull request #12 from GTBarkley/grant

checked preliminary definition of Krull dimension
This commit is contained in:
GTBarkley 2023-06-10 17:37:21 -07:00 committed by GitHub
commit d1c10a2d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,12 @@
import Mathlib.Analysis.Seminorm
import Mathlib.Order.KrullDimension
import Mathlib.AlgebraicGeometry.PrimeSpectrum.Basic
def hello : IO Unit := do
IO.println "Hello, World!"
#eval hello
#eval hello
#check (p q : PrimeSpectrum _) → (p ≤ q)
#check Preorder (PrimeSpectrum _)
#check krullDim (PrimeSpectrum _)