-2

$\mathbb F_{2^2}$ is the field $F$ with both superscript and subscript 2.

Also, what group is this isomorphic to?

Thanks in advance!

3 Answers3

2

Denote the elements of $\mathbb{F}_{2^2}$ by $0$, $1$, $\alpha$ and $\alpha+1$ where $\alpha^2 + \alpha + 1 = 0$. Then the multiplication table is $$\begin{array}{c|cccc}\cdot & 0 & 1 & \alpha & \alpha + 1 \\ \hline 0 & 0 & 0 & 0 & 0 \\ 1 & 0 & 1 & \alpha & \alpha + 1 \\ \alpha & 0 & \alpha & \alpha + 1 & 1 \\ \alpha+1 & 0 & \alpha+1 & 1 & \alpha\end{array}$$ Since the multiplicative group consists of the $\left|\mathbb{F}_{2^2}\right| - 1 = 4 - 1 = 3$ units, and $3$ is prime, it must be cyclic. That is, it is isomorphic to $\mathbb{Z}/3\mathbb{Z}$.

azimut
  • 22,696
1

The additive group of $\,\Bbb F_{2^2}\,$ is isomorphic with $\,C_2\times C_2\,$ (anything summed to itself is zero), whereas as with any other finite subgroup of the multiplicative group of any field, the group $\,\Bbb Z_{2^2}^*\,$ is cyclic.

About that "able for" thing I don't understand...

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
1

Hint:

If $F$ is a field, then $F\setminus\{0\}$ is a multiplicative group. In the case of $F_{2^2}$ the field has four elements, so $F\setminus\{0\}$ has three. There is exactly one group with three elements.

Asaf Karagila
  • 393,674