mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-26 23:48:36 -06:00
added preliminary def of krullDimGE
This commit is contained in:
parent
e65513322c
commit
dc034c2b09
1 changed files with 4 additions and 1 deletions
|
@ -36,4 +36,7 @@ lemma twoHeights : s ≠ ∅ → (some (Set.chainHeight s) : WithBot (WithTop
|
||||||
|
|
||||||
sorry
|
sorry
|
||||||
-- norm_cast
|
-- norm_cast
|
||||||
sorry
|
sorry
|
||||||
|
|
||||||
|
def krullDimGE (R : Type _) [CommRing R] (n : ℕ) :=
|
||||||
|
∃ c : List (PrimeSpectrum R), c.Chain' (· < ·) ∧ c.length = n + 1
|
Loading…
Reference in a new issue