Skip to content

Commit e71becb

Browse files
committed
chore(RingTheory/Polynomial/Resultant/Basic): delete solved TODO about the Sylvester map (#39516)
Introduced by #26285, solved by #31864.
1 parent 82ced42 commit e71becb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Mathlib/RingTheory/Polynomial/Resultant/Basic.lean

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ This file contains basic facts about resultant of two polynomials over commutati
2929
`resultant (∏ a ∈ s, (X - C a)) f = ∏ a ∈ s, f.eval a`.
3030
This allows us to write the `resultant f g` as the product of terms of the form `a - b` where `a`
3131
is a root of `f` and `b` is a root of `g`.
32-
* A smaller intermediate goal is to show that the Sylvester matrix corresponds to the linear map
33-
that we will call the Sylvester map, which is `R[X]_n × R[X]_m →ₗ[R] R[X]_(n + m)` given by
34-
`(p, q) ↦ f * p + g * q`, where `R[X]_n` is
35-
`Polynomial.degreeLT` in `Mathlib.RingTheory.Polynomial.Basic`.
3632
* Resultant of two binary forms (i.e. homogeneous polynomials in two variables), after binary forms
3733
are implemented.
38-
3934
-/
4035

4136
@[expose] public section

0 commit comments

Comments
 (0)