Casas-Alvero Conjecture #
Reference:
The Casas-Alvero conjecture states that if a univariate polynomial P
of degree d
over a field
of characteristic zero shares a non-trivial factor with its Hasse derivatives up to order d-1
,
then P
must be of the form (X - α)ᵈ
for some α
in the field.
The conjecture has been proven for:
- Degrees
d ≤ 8
- Degrees of the form
p^k
wherep
is prime - Degrees of the form
2p^k
wherep
is prime
The conjecture is false in positive characteristic p
for polynomials of degree p+1
.
The conjecture is now claimed to be proven in this paper:
A polynomial P
satisfies the Casas-Alvero property if it shares a factor with each
of its Hasse derivatives up to order d-1
, where d
is the degree of P
.
Equations
- CasasAlvero.HasCasasAlveroProp P = ∀ i ∈ Finset.range P.natDegree, ¬IsCoprime P ((Polynomial.hasseDeriv i) P)
Instances For
A stronger version of the Casas-Alvero property, which requires that the polynomial P
shares a root with each of its Hasse derivatives up to order deg P - 1
.
The subscript r
indicates "root" in the definition.
Equations
- CasasAlvero.HasCasasAlveroPropᵣ P = ∀ i ∈ Finset.range P.natDegree, ∃ (α : K), P.IsRoot α ∧ ((Polynomial.hasseDeriv i) P).IsRoot α
Instances For
Note that whether we use HasCasasAlveroProp
or HasCasasAlveroPropᵣ
to state the Casas-Alvero conjecture,
we obtain the following equivalent statements.
The Casas-Alvero conjecture states that in characteristic zero, if a monic polynomial P
has the Casas-Alvero property, then P = (X - α)ᵈ
for some α
.
The Casas-Alvero conjecture holds for polynomials of prime power degree. This was proved by Graf von Bothmer, Labs, Schicho, and van de Woestijne.
Reference: The Casas-Alvero conjecture for infinitely many degrees
The Casas-Alvero conjecture holds for polynomials of degree 2p^k
where p
is prime.
This was proved by Graf von Bothmer, Labs, Schicho, and van de Woestijne.
Reference: The Casas-Alvero conjecture for infinitely many degrees
The Casas-Alvero conjecture fails in positive characteristic p
for polynomials of degree p + 1
.
This was shown by Graf von Bothmer, Labs, Schicho, and van de Woestijne.
Reference: The Casas-Alvero conjecture for infinitely many degrees