Commit f8e8a41
committed
feat(RingTheory/Polynomial/Cyclotomic): vanishing sums of prime roots of unity (leanprover-community#34592)
This PR adds:
- `IsPrimitiveRoot.sum_eq_zero_iff_eq_coeff`: for a prime `p` and a primitive `p`-th root of unity `ζ` in a characteristic zero field, a ℚ-linear combination `∑ αᵢ ζ^i` vanishes if and only if all coefficients `αᵢ` are equal.
- a variant `sum_eq_zero_iff_eq_coeff'` with integer coefficients.
This is a fundamental result in algebraic number theory, following from the irreducibility of the cyclotomic polynomial over ℚ. Reference: Washington, *Introduction to Cyclotomic Fields*, Lemma 2.8.5.1 parent 51da7e3 commit f8e8a41
1 file changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
0 commit comments