Skip to content

Commit ee9e6c4

Browse files
Update Mathlib/Algebra/Polynomial/Sequence.lean
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
1 parent b291502 commit ee9e6c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mathlib/Algebra/Polynomial/Sequence.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ protected lemma span (hCoeff : ∀ i, IsUnit (S i).leadingCoeff) : span R (Set.r
172172
suffices P ∈ span R (S '' Set.Iio (P.natDegree + 1)) from (span_mono (by simp)) this
173173
rw [span_degreeLT _ (by grind), Polynomial.mem_degreeLT, ← natDegree_lt_iff_degree_lt p_ne_zero]
174174
simp
175+
175176
section IsDomain
176177

177178
variable [IsDomain R]

0 commit comments

Comments
 (0)