Skip to content

Commit

Permalink
doc(data/polynomial/basic): Remove references to polynomial.norm2 (#…
Browse files Browse the repository at this point in the history
…13847)

`polynomial.norm2` was never added to mathlib.
  • Loading branch information
tb65536 committed May 2, 2022
1 parent 03ed4c7 commit 67c0e13
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/data/polynomial/mirror.lean
Expand Up @@ -11,19 +11,16 @@ import data.polynomial.ring_division
In this file we define `polynomial.mirror`, a variant of `polynomial.reverse`. The difference
between `reverse` and `mirror` is that `reverse` will decrease the degree if the polynomial is
divisible by `X`. We also define `polynomial.norm2`, which is the sum of the squares of the
coefficients of a polynomial. It is also a coefficient of `p * p.mirror`.
divisible by `X`.
## Main definitions
- `polynomial.mirror`
- `polynomial.norm2`
## Main results
- `polynomial.mirror_mul_of_domain`: `mirror` preserves multiplication.
- `polynomial.irreducible_of_mirror`: an irreducibility criterion involving `mirror`
- `polynomial.norm2_eq_mul_reverse_coeff`: `norm2` is a coefficient of `p * p.mirror`
-/

Expand Down

0 comments on commit 67c0e13

Please sign in to comment.