Constructing a field of 4 elements

  • Context: Graduate 
  • Thread starter Thread starter PsychonautQQ
  • Start date Start date
  • Tags Tags
    Elements Field
Click For Summary

Discussion Overview

The discussion revolves around constructing a field with four elements, specifically examining the irreducibility of the polynomial x^2+x+1 in Z mod 2 and its implications for field construction. Participants explore the methods for identifying irreducible polynomials and the properties of finite fields.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant questions the choice of the polynomial x^2+x+1 as obvious for constructing a field, seeking clarification on its selection.
  • Another participant suggests that t^2 = -t - 1 could be a valid interpretation, prompting a discussion on modular arithmetic.
  • A participant explains the general approach to constructing fields of p^n elements by quotienting the polynomial ring by an irreducible polynomial, noting the difficulty in finding such polynomials.
  • Another post provides a formula for counting the number of degree-n irreducible polynomials over GF(p), introducing the Moebius function and its implications for the growth of these numbers.
  • A later reply discusses the cyclic nature of the multiplicative group of finite fields and references a proof of existence for such fields based on the polynomial X^q - X = 0, while questioning its explicitness in relation to the original inquiry.

Areas of Agreement / Disagreement

Participants express varying levels of understanding regarding the selection of irreducible polynomials and the construction of finite fields. There is no consensus on the clarity of the original example or the interpretation of the polynomial relationships.

Contextual Notes

The discussion highlights the complexity of identifying irreducible polynomials and the reliance on computational tools for higher degrees. Some assumptions about the audience's familiarity with modular arithmetic and field theory may not hold universally.

Who May Find This Useful

Readers interested in abstract algebra, finite fields, and polynomial theory may find this discussion relevant, particularly those exploring the construction and properties of fields in mathematical contexts.

PsychonautQQ
Messages
781
Reaction score
10
This is from an example in my textbook:

"The polynomial x^2+x+1 has no root in Z mod 2, and so is irreducible. Hence the required field is:

F = Z_2[x] / <x^2 + x + 1> = {a + bt | a,b are elements of Z_2; t^2+t+1 = 0}.

Thus F = {0, 1, t, 1+t} and t^2 = t + 1."

I have two questions.
My first question is if this a exercise problem rather than an example, I would have had no idea to grab the polynomial x^2+x+1 in Z mod 2. Can somebody explain why this was apparently so obvious?

My next question is why is t^2 = t + 1? Wouldn't t^2 = -t - 1?
 
Physics news on Phys.org
t+1=-t-1 (mod 2)?
 
  • Like
Likes   Reactions: PsychonautQQ
Well, to obtain a field of ##p^n## elements, you want to quotient ##\mathbb{F}_p[X]## by an irreducible polynomial of degree ##n##. I assume that's clear and you're really asking how to find such a polynomial. Well, that is actually a hard question and a topic of research. It has been proven (and the proof is not trivial!) that such a polynomial always exists. But the proof doesn't really give a hint on how to find it. So what you could always do is check all cases. With low degree polynomials this is not hard. For example, you list all the second degree polynomials:

[tex]X^2,~X^2 + 1,~X^2+X,~X^2 + X + 1[/tex]

and you check whether they are irreducible. Only the last one is, so that's your polynomial. You can do the same with third degree, fourth degree, etc. To get beyond that is going to be difficult by hand. So you can always consult a computer algebra system like GAP http://www.gap-system.org Currently, people have also collected giant lists of irreducible polynomials, as no clever algorithm exists.
 
  • Like
Likes   Reactions: lpetrich and PsychonautQQ
The number of degree-n irreducible polynomials for GF(p) is given by
$$ \frac{1}{n} \sum_{m \text{ div } n} \mu(n/m) p^m $$
where μ is the Moebius mu function: 0 if n has repeated prime factors, (-1)^(number of factors) if those factors are all unique.

That number gets big *very* quickly with increasing n; it tends to pn/n. For GF(2): A001037 - OEIS
 
  • Like
Likes   Reactions: PsychonautQQ
the usual way to proceed to prove existence of such a field, is to use the fact that the multiplicative group of such a field is cyclic, hence if q = p^n, the elements of the field all satisfy the polynomial X^q - X = 0. Conversely it is not hard to show that in any splitting field for that polynomial, the set of all its q (necessarily distinct) roots forms a field. see van der waerden's modern algebra, chapter 5 section 37. I don't know if this is as explicit as what you want, since your discussion goes along the lines of finding the minimal polynomial for a primitive element for this splitting field extension. This seems however like a fairly elementary proof of existence of such a field and hence of such a polynomial.
 
  • Like
Likes   Reactions: PsychonautQQ

Similar threads

Replies
48
Views
6K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 26 ·
Replies
26
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K