Number of elements in $\mathbb{F}_2[x]/(x^2)$ and $\mathbb{F}_5[x]/(x^2+3)$.

41 Views Asked by At

I want to know why there are $4$ elements in $\mathbb{F}_2[x]/(x^2)$ and $25$ elements in $\mathbb{F}_5[x]/(x^2+3)$.

Suppose $\mathbb{F}_2=\{0, 1\}$ and $\mathbb{F}_5=\{0, 1, 2, 3, 4\}$.

I think my confusion roots from misunderstanding what exactly $(x^2)$ is. The definition I have is: \begin{equation*} (x^2)=\{rx^2\mid r\in\mathbb{F}_2[x]\}. \end{equation*} So $0\in(x^2)$? But $x\not\in (x^2)$? Then I guess elements of $\mathbb{F}_2[x]$ is: 1. $(x^2)$; 2. $x+(x^2)$; 3.$1+(x^2)$; 4.$x+1+(x^2)$. Hence there are $4$ elements. Am I right? But I have no idea how to enumerate elements in $\mathbb{F}_5=\{0, 1, 2, 3, 4\}$. Is there a logical way to count them up?

2

There are 2 best solutions below

3
On BEST ANSWER

$\mathbf{F}_2[X]$ is the polynomial ring that consists of all $\sum_{i=0}^n a_i X^i$ where $a_i\in\mathbf{F}_2=\{0,1\}$ ($n\in\mathbf{Z}_{\geq 0}$).

In the quotient ring $\mathbf{F}_2[X]/(X^2)$ we "declare" $X^2=0$, hence it is clear that the only elements are polynomials of degree $\leqslant1$. Hence $\mathbf{F}_2[X]/(X^2)=\{0,1,X,1+X\}$.

For the second one: $X^2+3\in\mathbf{F}_5[X]$ is irreducible, since it is of degree $2$ and has no roots in $\mathbf{F}_5$. Hence $\mathbf{F}_5[X]/(X^2+3)$ is isomorphic to $\mathbf{F}_{5^2}$ which has $5^2=25$ elements.

0
On

The elements in $\mathbf F_5[X ]/(X^2+3)$ are the congruence classes of polynomials in $\mathbf F_5[X]$, which can be represented by the set of all possible remainders in the division of a polynomial by $X^2+3$. They are simply the set of all polynomials of degree $\le 1$ in $\mathbf F_5[X]$. As they depend on two coefficients, they're in bijection with $\mathbf F_5\times \mathbf F_2$.

Another argument: the polynomial $X^2+3$ has no root in $\mathbf F_5$, and as it is a quadratic polnomial, there results this polynomial is irreducible, hence the ring $\mathbf F_5[X ]/(X^2+3)$ is actually a quadratic field extension of $\mathbf F_5$, and so is an $\mathbf F_5$-vector space of dimension $2$, which therefore has $5^2$ elements.