mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-25 23:28:36 -06:00
Some changes to dim_eq_dim_poly_add_one
This commit is contained in:
parent
e9fbb1a521
commit
eb1e6118a0
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ lemma polynomial_over_field_dim_one {K : Type} [Nontrivial K] [Field K] : krullD
|
|||
-- unfold krullDim
|
||||
rw [le_antisymm_iff]
|
||||
constructor
|
||||
· sorry
|
||||
·
|
||||
sorry
|
||||
· suffices : ∃I : PrimeSpectrum (Polynomial K), 1 ≤ (height I : WithBot ℕ∞)
|
||||
· obtain ⟨I, h⟩ := this
|
||||
have : (height I : WithBot ℕ∞) ≤ ⨆ (I : PrimeSpectrum (Polynomial K)), ↑(height I) := by
|
||||
|
|
Loading…
Reference in a new issue