mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-26 07:38:36 -06:00
Merge pull request #12 from GTBarkley/grant
checked preliminary definition of Krull dimension
This commit is contained in:
commit
d1c10a2d3a
1 changed files with 8 additions and 2 deletions
|
@ -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 _)
|
Loading…
Reference in a new issue