mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-26 07:38:36 -06:00
adjusted height definition
This commit is contained in:
parent
1f6dd08dd4
commit
6528571d32
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace Ideal
|
|||
|
||||
variable {R : Type _} [CommRing R] (I : PrimeSpectrum R)
|
||||
|
||||
noncomputable def height : ℕ∞ := Set.chainHeight {J : PrimeSpectrum R | J ≤ I} - 1
|
||||
noncomputable def height : ℕ∞ := Set.chainHeight {J : PrimeSpectrum R | J < I}
|
||||
|
||||
noncomputable def krull_dim (R : Type) [CommRing R]: WithBot ℕ∞ := ⨆ (I : PrimeSpectrum R), height I
|
||||
|
||||
|
|
Loading…
Reference in a new issue