Commit 2022-11-16 12:31 83490903
View on Github →feat(ring_theory/polynomial/cyclotomic): generalize some lemmas to [ring R]
(#17555)
- Generalize some lemmas from commutative (semi)rings to (semi)rings.
- Use
finset.erase s 1
instead ofs \ {1}
.
feat(ring_theory/polynomial/cyclotomic): generalize some lemmas to [ring R]
(#17555)
finset.erase s 1
instead of s \ {1}
.