Math 361, Spring 2015, Assignment 11
From cartan.math.umb.edu
Carefully define the following terms, then give one example and one non-example of each:
- $GF(p^n)$.
Carefully state the following theorems (you do not need to prove them):
- Theorem constraining the order of a finite field.
- Uniqueness theorem for finite fields.
- Existence theorem for finite fields.
- The freshman's dream.
Solve the following problems:
- Utilize the library or internet resources to learn about the Sieve of Eratosthenes, which is an ancient and simple method for producing lists of prime numbers. Then adapt the Sieve to produce lists of irreducible polynomials over $\mathbb{Z}_p$.
- Find all irreducible cubic polynomials over $\mathbb{Z}_2$.
- Construct at least two concrete models for $GF(8)$. Is it obvious that these two fields are isomorphic? Can you construct an explicit isomorphism? (Be persistent!) How many isomorphisms can you construct?
Questions:
Solutions:
Problems:
3. Let $F_1=\mathbb{Z}_2/<x^3+x+1>$ and let $F_2=\mathbb{Z}_2/<x^3+x^2+1>$. Denote $\alpha=x+<x^3+x+1> \in F_1$ and $\beta=x+<x^3+x^2+1> \in F_2$. Then the map $\phi: F_1 \rightarrow F_2$ defined by $\phi(1_{F_1})=1_{F_2}$ and $\phi(\alpha)=\beta^2$ is an isomorphism.