mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2025-04-11 15:26:03 -05:00
12 lines
No EOL
272 B
Text
12 lines
No EOL
272 B
Text
import Mathlib.Order.KrullDimension
|
|
import Mathlib.AlgebraicGeometry.PrimeSpectrum.Basic
|
|
|
|
def hello : IO Unit := do
|
|
IO.println "Hello, World!"
|
|
|
|
#eval hello
|
|
|
|
#check (p q : PrimeSpectrum _) → (p ≤ q)
|
|
#check Preorder (PrimeSpectrum _)
|
|
|
|
#check krullDim (PrimeSpectrum _) |