Berlekamp's Algorithm
   HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, particularly
computational algebra In mathematics and computer science, computer algebra, also called symbolic computation or algebraic computation, is a scientific area that refers to the study and development of algorithms and software for manipulating mathematical expressions ...
, Berlekamp's algorithm is a well-known method for factoring polynomials over finite fields (also known as ''Galois fields''). The algorithm consists mainly of
matrix Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** ''The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchis ...
reduction and polynomial GCD computations. It was invented by Elwyn Berlekamp in 1967. It was the dominant algorithm for solving the problem until the
Cantor–Zassenhaus algorithm In computational algebra, the Cantor–Zassenhaus algorithm is a method for factoring polynomials over finite fields (also called Galois fields). The algorithm consists mainly of exponentiation and polynomial GCD computations. It was invented by ...
of 1981. It is currently implemented in many well-known computer algebra systems.


Overview

Berlekamp's algorithm takes as input a square-free polynomial f(x) (i.e. one with no repeated factors) of degree n with coefficients in a finite field \mathbb_q and gives as output a polynomial g(x) with coefficients in the same field such that g(x) divides f(x). The algorithm may then be applied recursively to these and subsequent divisors, until we find the decomposition of f(x) into powers of irreducible polynomials (recalling that the
ring Ring may refer to: * Ring (jewellery), a round band, usually made of metal, worn as ornamental jewelry * To make a sound with a bell, and the sound made by a bell :(hence) to initiate a telephone connection Arts, entertainment and media Film and ...
of polynomials over a finite field is a unique factorization domain). All possible factors of f(x) are contained within the factor ring :R = \frac. The algorithm focuses on polynomials g(x) \in R which satisfy the congruence: :g(x)^q \equiv g(x) \pmod.\, These polynomials form a subalgebra of R (which can be considered as an n-dimensional vector space over \mathbb_q), called the ''Berlekamp subalgebra''. The Berlekamp subalgebra is of interest because the polynomials g(x) it contains satisfy :f(x) = \prod_ \gcd(f(x),g(x)-s). In general, not every GCD in the above product will be a non-trivial factor of f(x), but some are, providing the factors we seek. Berlekamp's algorithm finds polynomials g(x) suitable for use with the above result by computing a basis for the Berlekamp subalgebra. This is achieved via the observation that Berlekamp subalgebra is in fact the kernel of a certain n \times n matrix over \mathbb_q, which is derived from the so-called Berlekamp matrix of the polynomial, denoted \mathcal. If \mathcal= _/math> then q_ is the coefficient of the j-th power term in the reduction of x^ modulo f(x), i.e.: :x^ \equiv q_x^ + q_x^ + \ldots + q_ \pmod.\, With a certain polynomial g(x) \in R, say: :g(x) = g_x^+g_x^ + \ldots + g_0,\, we may associate the row vector: :g = (g_0, g_1, \ldots, g_).\, It is relatively straightforward to see that the row vector g\mathcal corresponds, in the same way, to the reduction of g(x)^q modulo f(x). Consequently, a polynomial g(x) \in R is in the Berlekamp subalgebra if and only if g(\mathcal-I)=0 (where I is the n \times n
identity matrix In linear algebra, the identity matrix of size n is the n\times n square matrix with ones on the main diagonal and zeros elsewhere. Terminology and notation The identity matrix is often denoted by I_n, or simply by I if the size is immaterial o ...
), i.e. if and only if it is in the null space of \mathcal-I. By computing the matrix \mathcal-I and reducing it to reduced row echelon form and then easily reading off a basis for the null space, we may find a basis for the Berlekamp subalgebra and hence construct polynomials g(x) in it. We then need to successively compute GCDs of the form above until we find a non-trivial factor. Since the ring of polynomials over a field is a
Euclidean domain In mathematics, more specifically in ring theory, a Euclidean domain (also called a Euclidean ring) is an integral domain that can be endowed with a Euclidean function which allows a suitable generalization of the Euclidean division of integers. ...
, we may compute these GCDs using the
Euclidean algorithm In mathematics, the Euclidean algorithm,Some widely used textbooks, such as I. N. Herstein's ''Topics in Algebra'' and Serge Lang's ''Algebra'', use the term "Euclidean algorithm" to refer to Euclidean division or Euclid's algorithm, is an effi ...
.


Conceptual algebraic explanation

With some abstract algebra, the idea behind Berlekamp's algorithm becomes conceptually clear. We represent a finite field \mathbb_q , where q = p^m for some prime p, as \mathbb_p (g(y)) . We can assume that f(x) \in \mathbb_q is square free, by taking all possible pth roots and then computing the gcd with its derivative. Now, suppose that f(x) = f_1(x) \ldots f_n(x) is the factorization into irreducibles. Then we have a ring isomorphism, \sigma: \mathbb_q (f(x)) \to \prod_i \mathbb_q (f_i(x)) , given by the Chinese remainder theorem. The crucial observation is that the Frobenius automorphism x \to x^p commutes with \sigma , so that if we denote \text_p(R) = \ , then \sigma restricts to an isomorphism \text_p( \mathbb_q (f(x)) ) \to \prod_^n \text_p( \mathbb_q (f_i(x)) ) . By finite field theory, \text_p( \mathbb_q (f_i(x)) is always the prime subfield of that field extension. Thus, \text_p( \mathbb_q (f(x)) ) has p elements if and only if f(x) is irreducible. Moreover, we can use the fact that the Frobenius automorphism is \mathbb_p -linear to calculate the fixed set. That is, we note that \text_p( \mathbb_q (f(x)) ) is a \mathbb_p -subspace, and an explicit basis for it can be calculated in the polynomial ring \mathbb_p ,y(f,g) by computing (x^i y^j)^p and establishing the linear equations on the coefficients of x,y polynomials that are satisfied iff it is fixed by Frobenius. We note that at this point we have an efficiently computable irreducibility criterion, and the remaining analysis shows how to use this to find factors. The algorithm now breaks down into two cases: * In the case of small p we can construct any g \in \text_p( \mathbb_q (f(x)) ) \setminus \mathbb_p , and then observe that for some a \in \mathbb_p there are i,j so that g - a = 0 \mod f_i and g - a \not = 0 \mod f_j . Such a g - a has a nontrivial factor in common with f(x) , which can be computed via the gcd. As p is small, we can cycle through all possible a . * For the case of large primes, which are necessarily odd, one can exploit the fact that a random nonzero element of \mathbb_p^* is a square with probability 1/2 , and that the map x \to x^ maps the set of non-zero squares to 1 , and the set of non-squares to -1 . Thus, if we take a random element g \in \text_p( \mathbb_q f(x)) , then with good probability g^ - 1 will have a non-trivial factor in common with f(x) . For further details one can consult.


Applications

One important application of Berlekamp's algorithm is in computing
discrete logarithm In mathematics, for given real numbers ''a'' and ''b'', the logarithm log''b'' ''a'' is a number ''x'' such that . Analogously, in any group ''G'', powers ''b'k'' can be defined for all integers ''k'', and the discrete logarithm log''b' ...
s over finite fields \mathbb_, where p is prime and n\geq 2. Computing discrete logarithms is an important problem in public key cryptography and error-control coding. For a finite field, the fastest known method is the index calculus method, which involves the factorisation of field elements. If we represent the field \mathbb_ in the usual way - that is, as polynomials over the base field \mathbb_, reduced modulo an irreducible polynomial of degree n - then this is simply polynomial factorisation, as provided by Berlekamp's algorithm.


Implementation in computer algebra systems

Berlekamp's algorithm may be accessed in the PARI/GP package using th
factormod
command, and the
WolframAlpha WolframAlpha ( ) is an answer engine developed by Wolfram Research. It answers factual queries by computing answers from externally sourced data. WolframAlpha was released on May 18, 2009 and is based on Wolfram's earlier product Wolfram Mathe ...
br>
website.


See also

* Polynomial factorization, Polynomial factorisation *
Factorization of polynomials over a finite field and irreducibility tests In mathematics and computer algebra the factorization of a polynomial consists of decomposing it into a product of irreducible factors. This decomposition is theoretically possible and is unique for polynomials with coefficients in any field, ...
*
Cantor–Zassenhaus algorithm In computational algebra, the Cantor–Zassenhaus algorithm is a method for factoring polynomials over finite fields (also called Galois fields). The algorithm consists mainly of exponentiation and polynomial GCD computations. It was invented by ...


References


BSTJ
Later republished in: *{{cite book , author=Knuth, Donald E , author-link=Donald E. Knuth , chapter=4.6.2 Factorization of Polynomials , title=Seminumerical Algorithms , series= The Art of Computer Programming , volume=2 , edition=Third , location=Reading, Massachusetts , publisher=Addison-Wesley , year=1997 , pages=439–461, 678–691 , isbn=0-201-89684-2 Computer algebra Finite fields Polynomials factorization algorithms