mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-25 23:28:36 -06:00
change: Removed one unneeded line
This commit is contained in:
parent
9f0ed8cee3
commit
4f2005ca08
1 changed files with 0 additions and 1 deletions
|
@ -386,7 +386,6 @@ lemma polynomial_over_field_dim_one {K : Type} [Nontrivial K] [Field K] : krullD
|
|||
· unfold krullDim
|
||||
apply @iSup_le (WithBot ℕ∞) _ _ _ _
|
||||
intro I
|
||||
have PIR : IsPrincipalIdealRing (Polynomial K) := by infer_instance
|
||||
by_cases I = ⊥
|
||||
· rw [← height_zero_iff_bot] at h
|
||||
simp only [WithBot.coe_le_one, ge_iff_le]
|
||||
|
|
Loading…
Reference in a new issue