mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-26 23:48:36 -06:00
checked preliminary definition of Krull dimension
This commit is contained in:
parent
f89eaefb89
commit
868f098749
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
|
def hello : IO Unit := do
|
||||||
IO.println "Hello, World!"
|
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