mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-26 07:38: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
|
· unfold krullDim
|
||||||
apply @iSup_le (WithBot ℕ∞) _ _ _ _
|
apply @iSup_le (WithBot ℕ∞) _ _ _ _
|
||||||
intro I
|
intro I
|
||||||
have PIR : IsPrincipalIdealRing (Polynomial K) := by infer_instance
|
|
||||||
by_cases I = ⊥
|
by_cases I = ⊥
|
||||||
· rw [← height_zero_iff_bot] at h
|
· rw [← height_zero_iff_bot] at h
|
||||||
simp only [WithBot.coe_le_one, ge_iff_le]
|
simp only [WithBot.coe_le_one, ge_iff_le]
|
||||||
|
|
Loading…
Reference in a new issue