Evdokimov's algorithm

From HandWiki
Short description: Algorithm for factorization of polynomials

In computational number theory, Evdokimov's algorithm, named after Sergei Evdokimov, is the asymptotically fastest known algorithm for factorization of polynomials (until 2019[citation needed]). It can factorize a one-variable polynomial of degree [math]\displaystyle{ n }[/math] over an explicitly given finite field of cardinality [math]\displaystyle{ q }[/math]. Assuming the generalized Riemann hypothesis the algorithm runs in deterministic time [math]\displaystyle{ (n^{\log n}\log q)^{{\mathcal O}(1)} }[/math] [1] (see Big O notation). This is an improvement of both Berlekamp's algorithm and Rónyai's algorithm[2] in the sense that the first algorithm is polynomial for small characteristic of the field, whearas the second one is polynomial for small [math]\displaystyle{ n }[/math]; however, both of them are exponential if no restriction is made.

The factorization of a polynomial [math]\displaystyle{ f }[/math] over a ground field [math]\displaystyle{ k }[/math] is reduced to the case when [math]\displaystyle{ f }[/math] has no multiple roots and is completely splitting over [math]\displaystyle{ k }[/math] (i.e. [math]\displaystyle{ f }[/math] has [math]\displaystyle{ n }[/math] distinct roots in [math]\displaystyle{ k }[/math]). In order to find a root of [math]\displaystyle{ f }[/math] in this case, the algorithm deals with polynomials not only over the ground field [math]\displaystyle{ k }[/math] but also over a completely splitting semisimple algebra over [math]\displaystyle{ k }[/math] (an example of such an algebra is given by [math]\displaystyle{ k[X]/(f) = k[A] }[/math], where [math]\displaystyle{ A = X\bmod f }[/math]). The main problem here is to find efficiently a nonzero zero-divisor in the algebra. The GRH is used only to take roots in finite fields in polynomial time. Thus the Evdokimov algorithm, in fact, solves a polynomial equation over a finite field "by radicals" in quasipolynomial time.

The analyses of Evdokimov's algorithm is closely related with some problems in the association scheme theory. With the help of this approach, it was proved [3] that if [math]\displaystyle{ n }[/math] is a prime and [math]\displaystyle{ n-1 }[/math] has a ‘large’ [math]\displaystyle{ r }[/math]-smooth divisor [math]\displaystyle{ s }[/math], then a modification of the Evdokimov algorithm finds a nontrivial factor of the polynomial [math]\displaystyle{ f }[/math] in deterministic [math]\displaystyle{ \operatorname{poly}(n^r,\log q) }[/math] time, assuming GRH and that [math]\displaystyle{ s=\Omega\left(\sqrt{n/2^r}\,\right) }[/math].

References

  1. Evdokimov, Sergei (1994), "Factorization of polynomials over finite fields in subexponential time under GRH", Algorithmic Number Theory, Lecture Notes in Computer Science, 877, pp. 209–219, doi:10.1007/3-540-58691-1_58, ISBN 978-3-540-58691-3 
  2. Rónyai, Lajos (1988), "Factoring polynomials over finite fields", Journal of Algorithms 9 (3): 391–400, doi:10.1016/0196-6774(88)90029-6 
  3. Arora, Manuel; Ivanyos, Gabor; Karpinski, Marek; Saxena, Nitin (2014), "Deterministic polynomial factoring and association schemes", LMS Journal of Computation and Mathematics 17: 123–140, doi:10.1112/S1461157013000296 

Further reading

  • Shparlinski, I. (1999). Finite Fields: Theory and Computation. The Meeting Point of Number Theory, Computer Science, Coding Theory and Cryptography. Mathematics and Its Applications. 477. Springer Verlag.