<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://mathwiki.cs.ut.ee/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://mathwiki.cs.ut.ee/feed.php">
        <title>MathWiki - finite_fields</title>
        <description></description>
        <link>https://mathwiki.cs.ut.ee/</link>
        <image rdf:resource="https://mathwiki.cs.ut.ee/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-15T08:18:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:01_definitions_and_motivation&amp;rev=1390209167&amp;do=diff"/>
                <rdf:li rdf:resource="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:02_long_division_of_polynomials&amp;rev=1390209213&amp;do=diff"/>
                <rdf:li rdf:resource="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:03_general_construction&amp;rev=1390209287&amp;do=diff"/>
                <rdf:li rdf:resource="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:04_isomorphisms&amp;rev=1390209386&amp;do=diff"/>
                <rdf:li rdf:resource="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:05_computations_in_finite_fields&amp;rev=1390209568&amp;do=diff"/>
                <rdf:li rdf:resource="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:06_groups&amp;rev=1390209756&amp;do=diff"/>
                <rdf:li rdf:resource="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:07_multiplicative_group&amp;rev=1456269034&amp;do=diff"/>
                <rdf:li rdf:resource="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:08_subfields&amp;rev=1389188841&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://mathwiki.cs.ut.ee/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>MathWiki</title>
        <link>https://mathwiki.cs.ut.ee/</link>
        <url>https://mathwiki.cs.ut.ee/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:01_definitions_and_motivation&amp;rev=1390209167&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-20T09:12:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>What are rings and fields?</title>
        <link>https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:01_definitions_and_motivation&amp;rev=1390209167&amp;do=diff</link>
        <description>What are rings and fields?



1. Introduction


In high school you probably have studied many arithmetic laws of real numbers and how to apply them in order to compute or solve equations: $ab = ba$, $(a + b) + c = a + (b+c)$, $(a+b)^2 = a^2 + 2ab + b^2$ and so on. In computational algorithms, it is often the case that variables are not real numbers but some other objects, but we still apply some operations to them: e. g. one can add and multiply matrices, one can add and multiply 32-bit integers…</description>
    </item>
    <item rdf:about="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:02_long_division_of_polynomials&amp;rev=1390209213&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-20T09:13:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Long division of polynomials</title>
        <link>https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:02_long_division_of_polynomials&amp;rev=1390209213&amp;do=diff</link>
        <description>Long division of polynomials


In the next section, where we will construct finite fields other than $\mathbb Z_n$, we will need to calculate the remainder when one polynomial is divided with another. It might come as a surprise that you can do such thing with polynomials — but actually this is very much like the division of integers.$a$$b$$(q, r)$$a = qb + r$$0 \leq r &lt; b$$q$$r$$a$$b$$a$$b$$\mathbb R$$\mathbb Z_p$$p$$b$$(q, r)$$a = qb + r$$r$$b$$q$$r$$a$$b$$a(X) = 4X^3 + 5X^2 + X + 5$$b(X) = 2X…</description>
    </item>
    <item rdf:about="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:03_general_construction&amp;rev=1390209287&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-20T09:14:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>The general way of constructing finite fields</title>
        <link>https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:03_general_construction&amp;rev=1390209287&amp;do=diff</link>
        <description>The general way of constructing finite fields



1. Yet another finite field


We know that $\mathbb Z_n$ is a finite field if $n$ is a prime. Do there exist other examples of finite fields? Let us try to construct one. A way how one could try to construct a finite field would be to start with a data structure for which addition is already defined and then try to define multiplication so that the resulting structure would satisfy all field axioms. Let us consider, for instance, the set of two bi…</description>
    </item>
    <item rdf:about="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:04_isomorphisms&amp;rev=1390209386&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-20T09:16:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Isomorphisms, homomorphisms, automorphisms. Classification of all finite fields</title>
        <link>https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:04_isomorphisms&amp;rev=1390209386&amp;do=diff</link>
        <description>Isomorphisms, homomorphisms, automorphisms. Classification of all finite fields



1. What is an isomorphism?


The word isomorphic means in mathematics that one can identify two structures by relabeling the elements of one structure.

For example, consider the residue class field $\mathbb Z_2$$+$$\times$$S = \{$$, $$\}$$+$$\times$$0$$1$$\mathbb Z_2$$(S; +, \times)$$S$$\mathbb Z_2$$S$$\mathbb Z_2$$S$$\mathbb Z_2$$f : S \to \mathbb Z_2$$f($$) = 1$$f($$) = 0$$S$$Z_2$$\mathcal{F}$$\mathcal{G}$$\mat…</description>
    </item>
    <item rdf:about="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:05_computations_in_finite_fields&amp;rev=1390209568&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-20T09:19:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Computations in finite fields</title>
        <link>https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:05_computations_in_finite_fields&amp;rev=1390209568&amp;do=diff</link>
        <description>Computations in finite fields



1. Addition and multiplication


For clarity, let us consider the $8$-element finite field which is defined
by the irreducible polynomial $\alpha^3+\alpha+ 1$. Then any
computation is just arithmetic with polynomials with the exception
that the end result must be reduced modulo $\alpha^3+\alpha+
1$. For instance, 
\[\begin{align*}
  (\alpha^2+ \alpha+ 1)(\alpha^2+ 1) %
  &amp;= \alpha^4+ \alpha^3+ \alpha^2 + \alpha^2+
  \alpha+ 1\\
  &amp;= \alpha^4+ \alpha^3+ \alpha+ 1 …</description>
    </item>
    <item rdf:about="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:06_groups&amp;rev=1390209756&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-20T09:22:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>What is a group?</title>
        <link>https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:06_groups&amp;rev=1390209756&amp;do=diff</link>
        <description>What is a group?


In lesson What are rings and fields?, we learned the definitions of ring and field. In the next lesson we&#039;ll need one more algebraic concept — group. This lesson gives some basic facts about groups.


1. An introductory example


Before giving the definition of group, let us start with an example of a group that will also be useful later in this topic. Let $\mathcal F$$a$$S = \{ a^k\ |\ k \in \mathbb Z \} = \{\ldots,\ a^{-3}, a^{-2}, a^{-1}, 1, a, a^2, a^3, \ldots \}$$a$$a^{-n…</description>
    </item>
    <item rdf:about="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:07_multiplicative_group&amp;rev=1456269034&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-23T23:10:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Multiplicative group in finite fields</title>
        <link>https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:07_multiplicative_group&amp;rev=1456269034&amp;do=diff</link>
        <description>Multiplicative group in finite fields


In this lesson we shall prove the following theorem and study its consequences.

 Theorem.
Let $\mathbb{F}_{p^k}$ be finite field. Then there exists an element
$a\in\mathbb{F}_{p^k}$ that generates the entire multiplicative group.

In other words, the theorem says that there exists an element $a \in \mathbb F_{p^k}^*$$\mathbb F_{p^k}$$a^n$$n$$\mathbb{F}_8^*$$\alpha^3+\alpha+ 1$$7$$\mathbb{F}_8^*$$1$$7$\[\begin{align*}
  &amp;\begin{aligned}
   \alpha^3 &amp;=\alph…</description>
    </item>
    <item rdf:about="https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:08_subfields&amp;rev=1389188841&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-08T13:47:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Subfields</title>
        <link>https://mathwiki.cs.ut.ee/doku.php?id=finite_fields:08_subfields&amp;rev=1389188841&amp;do=diff</link>
        <description>Subfields



1. What is a subfield?


A large field can contain a smaller field. For instance, $\mathbb{F}_{2^k}$ always contains as a sub-field the 2-element subset $\mathcal{S} = \left\{0,1\right\}$ consisting of constant polynomials — it is easy to check that this subset satisfies the definition of field (it is closed under addition and multiplication; it contains a zero element and an identity element; every element has an opposite element in $\mathcal{S}$$-0 = 0$$-1 = 1$$\mathbb{F}_{2^k}$$\…</description>
    </item>
</rdf:RDF>
