Let denote the set of polynomials with integer coefficients modulo 2.
What is ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For it to be countable there has to exist a bijection (one-to-one and onto) function between the natural numbers and the set of polynomials modulo 2.
Firstly consider polynomials in modulo 2. We have ones like x 2 + x + 1 and x 3 + 1 . We either have a term of a certain degree or we do not. Therefore we will employ binary notation to represent polynomials. 1 1 0 1 = x 3 + x 2 + 1 .
Now that we have a notation for polynomials in Z 2 [ x ] we can establish our bijection.
Let ϕ : N → N be our desired bijection. We want to show that for a k we have a corresponding set of polynomials. Namely ϕ : k ↦ 2 k − 1 describes our counting. Let me demonstrate:
We have k the degree of polynomials to count from downwards. So we count all polynomials with degree k and below.
Clearly ϕ is counting the number of polynomials and is a bijection between N therefore ∣ Z 2 [ x ] ∣ = ∣ N ∣ = ℵ 0