Cyclotomic polynomial

From Wikipedia, the free encyclopedia

In algebra, the nth cyclotomic polynomial, for any positive integer n, is the unique irreducible polynomial with integer coefficients, which is a divisor of x^{n}-1 and is not a divisor of x^{k}-1 for any k < n. Its roots are the nth primitive roots of unity e^{{2i\pi {\frac  {k}{n}}}}, where k runs over the integers lower than n and coprime to n. In other words, the nth cyclotomic polynomial is equal to

\Phi _{n}(x)=\prod _{{\stackrel  {1\leq k\leq n}{\gcd(k,n)=1}}}(x-e^{{2i\pi {\frac  {k}{n}}}})

It may also be defined as the monic polynomial with integer coefficients, which is the minimal polynomial over the field of the rational numbers of any primitive nth-root of unity (e^{{2i\pi /n}} is such a primitive root).

Examples

If n is a prime number then

~\Phi _{n}(x)=1+x+x^{2}+\cdots +x^{{n-1}}=\sum _{{i=0}}^{{n-1}}x^{i}.

If n=2p where p is an odd prime number then

~\Phi _{{2p}}(x)=1-x+x^{2}-\cdots +x^{{p-1}}=\sum _{{i=0}}^{{p-1}}(-x)^{i}.

For n up to 10 we have:

~\Phi _{1}(x)=x-1
~\Phi _{2}(x)=x+1
~\Phi _{3}(x)=x^{2}+x+1
~\Phi _{4}(x)=x^{2}+1
~\Phi _{5}(x)=x^{4}+x^{3}+x^{2}+x+1
~\Phi _{6}(x)=x^{2}-x+1
~\Phi _{7}(x)=x^{6}+x^{5}+x^{4}+x^{3}+x^{2}+x+1
~\Phi _{8}(x)=x^{4}+1
~\Phi _{9}(x)=x^{6}+x^{3}+1
~\Phi _{{10}}(x)=x^{4}-x^{3}+x^{2}-x+1

For n up to 20, the cyclotomic polynomials not covered by above formulas are:

~\Phi _{{12}}(x)=x^{4}-x^{2}+1
~\Phi _{{15}}(x)=x^{8}-x^{7}+x^{5}-x^{4}+x^{3}-x+1
~\Phi _{{16}}(x)=x^{8}+1
~\Phi _{{18}}(x)=x^{6}-x^{3}+1
~\Phi _{{20}}(x)=x^{8}-x^{6}+x^{4}-x^{2}+1

The case of 105 is interesting because it is the first integer that is the product of three distinct odd prime numbers and the 105th cyclotomic polynomial is the first one that has a coefficient of magnitude greater than 1:

{\begin{aligned}\Phi _{{105}}(x)=&\;x^{{48}}+x^{{47}}+x^{{46}}-x^{{43}}-x^{{42}}-2x^{{41}}-x^{{40}}-x^{{39}}+x^{{36}}+x^{{35}}+x^{{34}}\\&{}+x^{{33}}+x^{{32}}+x^{{31}}-x^{{28}}-x^{{26}}-x^{{24}}-x^{{22}}-x^{{20}}+x^{{17}}+x^{{16}}+x^{{15}}\\&{}+x^{{14}}+x^{{13}}+x^{{12}}-x^{9}-x^{8}-2x^{7}-x^{6}-x^{5}+x^{2}+x+1\end{aligned}}

Properties

Fundamental tools

The cyclotomic polynomials are monic polynomials with integer coefficients that are irreducible over the field of the rational numbers. Except for n equal to 1 or 2, they are palindromic polynomials of even degree.

The degree of \Phi _{n}, or in other words the number of nth primitive roots of unity, is \varphi (n), where \varphi is Euler's totient function.

The fact that \Phi _{n} is an irreducible polynomial of degree \varphi (n) in the ring {\mathbb  {Z}}[x] is a nontrivial result due to Gauss.[1] Depending on the chosen definition, it is either the value of the degree or the irreducibility which is a nontrivial result. The case of prime n is easier to prove than the general case, thanks to Eisenstein's criterion.

A fundamental relation involving cyclotomic polynomials is

\prod _{{d\mid n}}\Phi _{d}(x)=x^{n}-1

which means that each n-th root of unity is a primitive d-th root of unity for a unique d dividing n.

The Möbius inversion formula allows the expression of \Phi _{n}(x) as an explicit rational fraction:

\Phi _{n}(x)=\prod _{{d\mid n}}(x^{d}-1)^{{\mu (n/d)}}

The cyclotomic polynomial \Phi _{{n}}(x) may be computed by (exactly) dividing x^{n}-1 by the cyclotomic polynomials of the proper divisors of n previously computed recursively by the same method:

\Phi _{n}(x)={\frac  {x^{{n}}-1}{\prod _{{{\stackrel  {d|n}{{}_{{d<n}}}}}}\Phi _{{d}}(x)}}

(Recall that \Phi _{{1}}(x)=x-1).

This formula allows to compute \Phi _{n}(x) on a computer for any n, as soon as integer factorization and division of polynomials are available. Many computer algebra systems have a built in function to compute the cyclotomic polynomials. For example in Maple, \Phi _{n}(x) may be computed by typing "numtheory[cyclotomic](n,x);".

Easy cases for the computation

As noted above, if n is a prime number then

\Phi _{n}(x)=1+x+x^{2}+\cdots +x^{{n-1}}=\sum _{{i=0}}^{{n-1}}x^{i}.

If n is an odd integer greater than one, then

\Phi _{{2n}}(x)=\Phi _{n}(-x).

In particular, if n=2p is twice an odd prime then (as noted above)

\Phi _{n}(x)=1-x+x^{2}-\cdots +x^{{p-1}}=\sum _{{i=0}}^{{p-1}}(-x)^{i}.

If n=pm is a prime power (where p is prime), then

\Phi _{n}(x)=\Phi _{p}(x^{{p^{{m-1}}}})=\sum _{{i=0}}^{{p-1}}x^{{ip^{{m-1}}}}.

More generally, if n=qmr with m>1 then

\Phi _{n}(x)=\Phi _{{qr}}(x^{{q^{{m-1}}}}). [citation needed]

This formula may be iterated to get a simple expression of any cyclotomic polynomial \Phi _{n}(x) in term of a cyclotomic polynomial of square free index: If q is the product of the prime divisors of n (its radical), then

\Phi _{n}(x)=\Phi _{q}(x^{{n/q}}).

This allows to give formulas for the nth cyclotomic polynomial when n has at most one odd prime factor: If p is an odd prime number, and h and k are positive integers, then:

\Phi _{{2^{h}}}(x)=x^{{2^{{h-1}}}}+1
\Phi _{{p^{k}}}(x)=\sum _{{i=0}}^{{p-1}}x^{{ip^{{k-1}}}}
\Phi _{{2^{h}p^{k}}}(x)=\sum _{{i=0}}^{{p-1}}(-1)^{i}x^{{i2^{{h-1}}p^{{k-1}}}}

For the other values of n, the computation of the nth cyclotomic polynomial is similarly reduced to that of \Phi _{q}(x), where q is the product of the distinct odd prime divisors of n.

Integers appearing as coefficients

The problem of bounding the magnitude of the coefficients of the cyclotomic polynomials has been the object of a number of research papers.

If n has at most two distinct odd prime factors, then Migotti showed that the coefficients of \Phi _{n} are all in the set {1, 1, 0}.[2]

The first cyclotomic polynomial for a product of 3 different odd prime factors is \Phi _{{105}}(x); it has a coefficient 2 (see its expression above). The converse isn't true: \Phi _{{651}}(x) = \Phi _{{3\times 7\times 31}}(x) only has coefficients in {1, 1, 0}.

If n is a product of more odd different prime factors, the coefficients may increase to very high values. E.g., \Phi _{{15015}}(x) = \Phi _{{3\times 5\times 7\times 11\times 13}}(x) has coefficients running from 22 to 22, \Phi _{{255255}}(x) = \Phi _{{3\times 5\times 7\times 11\times 13\times 17}}(x), the smallest n with 6 different odd primes, has coefficients up to ±532.

Let A(n) denote the maximum absolute value of the coefficients of Φn. It is known that for any positive k, the number of n up to x with A(n) > nk is at least c(k)⋅x for a positive c(k) depending on k and x sufficiently large. In the opposite direction, for any function ψ(n) tending to infinity with n we have A(n) bounded above by nψ(n) for almost all n.[3]

Gauss's formula

Let n be odd, square-free, and greater than 3. Then[4][5]

4\Phi _{n}(z)=A_{n}^{2}(z)-(-1)^{{{\frac  {n-1}{2}}}}nz^{2}B_{n}^{2}(z)

where both An(z) and Bn(z) have integer coefficients, An(z) has degree φ(n)/2, and Bn(z) has degree φ(n)/2 − 2. Furthermore, An(z) is palindromic when its degree is even; if its degree is odd it is antipalindromic. Similarly, Bn(z) is palindromic unless n is composite and ≡ 3 (mod 4), in which case it is antipalindromic.

The first few cases are

{\begin{aligned}4\Phi _{5}(z)&=4(z^{4}+z^{3}+z^{2}+z+1)\\&=(2z^{2}+z+2)^{2}-5z^{2}\end{aligned}}
{\begin{aligned}4\Phi _{7}(z)&=4(z^{6}+z^{5}+z^{4}+z^{3}+z^{2}+z+1)\\&=(2z^{3}+z^{2}-z-2)^{2}+7z^{2}(z+1)^{2}\end{aligned}}
{\begin{aligned}4\Phi _{{11}}(z)&=4(z^{{10}}+z^{9}+z^{8}+z^{7}+z^{6}+z^{5}+z^{4}+z^{3}+z^{2}+z+1)\\&=(2z^{5}+z^{4}-2z^{3}+2z^{2}-z-2)^{2}+11z^{2}(z^{3}+1)^{2}\end{aligned}}

Lucas's formula

Let n be odd, square-free and greater than 3. Then[6]

\Phi _{n}(z)=U_{n}^{2}(z)-(-1)^{{{\frac  {n-1}{2}}}}nzV_{n}^{2}(z)

where both Un(z) and Vn(z) have integer coefficients, Un(z) has degree φ(n)/2, and Vn(z) has degree φ(n)/2 − 1. This can also be written

\Phi _{n}((-1)^{{{\frac  {n-1}{2}}}}z)=C_{n}^{2}(z)-nzD_{n}^{2}(z).

If n is even, square-free and greater than 2 (this forces n to be ≡ 2 (mod 4)),

\Phi _{{n/2}}(-z^{2})=C_{n}^{2}(z)-nzD_{n}^{2}(z)

where both Cn(z) and Dn(z) have integer coefficients, Cn(z) has degree φ(n), and Dn(z) has degree φ(n) − 1. Cn(z) and Dn(z) are both palindromic.

The first few cases are:

{\begin{aligned}\Phi _{3}(-z)&=z^{2}-z+1\\&=(z+1)^{2}-3z\end{aligned}}
{\begin{aligned}\Phi _{5}(z)&=z^{4}+z^{3}+z^{2}+z+1\\&=(z^{2}+3z+1)^{2}-5z(z+1)^{2}\end{aligned}}
{\begin{aligned}\Phi _{3}(-z^{2})&=z^{4}-z^{2}+1\\&=(z^{2}+3z+1)^{2}-6z(z+1)^{2}\end{aligned}}

Applications

Using the fact that \Phi _{n} is irreducible, one can prove the infinitude of primes congruent to 1 modulo n,[7] which is a special case of Dirichlet's theorem on arithmetic progressions.

See also

Notes

  1. Lang, Serge (2002), Algebra, Graduate Texts in Mathematics 211 (Revised third ed.), New York: Springer-Verlag, ISBN 978-0-387-95385-4, MR 1878556 
  2. Isaacs, Martin (2009). Algebra: A Graduate Course. AMS Bookstore. p. 310. ISBN 978-0-8218-4799-2. 
  3. Meier (2008)
  4. Gauss, DA, Articles 356-357
  5. Riesel, pp. 315-316, p. 436
  6. Riesel, pp. 309-315, p. 443
  7. S. Shirali. Number Theory. Orient Blackswan, 2004. p. 67. ISBN 81-7371-454-1

References

The Disquisitiones Arithmeticae has been translated from Latin into English and German. The German edition includes all of his papers on number theory: all the proofs of quadratic reciprocity, the determination of the sign of the Gauss sum, the investigations into biquadratic reciprocity, and unpublished notes.

  • Gauss, Carl Friedrich; Clarke, Arthur A. (translator into English) (1986), Disquisitiones Arithemeticae (Second, corrected edition), New York: Springer, ISBN 0387962549 
  • Gauss, Carl Friedrich; Maser, H. (translator into German) (1965), Untersuchungen uber hohere Arithmetik (Disquisitiones Arithemeticae & other papers on number theory) (Second edition), New York: Chelsea, ISBN 0-8284-0191-8 
  • Lemmermeyer, Franz (2000), Reciprocity Laws: from Euler to Eisenstein, Berlin: Springer, doi:10.1007/978-3-662-12893-0, ISBN 978-3-642-08628-1 
  • Maier, Helmut (2008), "Anatomy of integers and cyclotomic polynomials", in De Koninck, Jean-Marie; Granville, Andrew; Luca, Florian, Anatomy of integers. Based on the CRM workshop, Montreal, Canada, March 13--17, 2006, CRM Proceedings and Lecture Notes 46, Providence, RI: American Mathematical Society, pp. 89–95, ISBN 978-0-8218-4406-9, Zbl 1186.11010 
  • Riesel, Hans (1994), Prime Numbers and Computer Methods for Factorization (second edition), Boston: Birkhäuser, ISBN 0-8176-3743-5 

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.