Proposition
is not isomorphic to
Proof
Take any irrational real number and write down its continued fraction Define the corresponding element of as . This mapping is injective: two distinct real numbers have to differ at some point in their continued fraction expansion and their images in will differ at the same position. So is uncountable.
Now take any element of We can turn it into polynomial by taking
Note that since has only finitely many non-zero components, this is indeed a polynomial and not a formal power series. A finite polynomial can be written down using some finite alphabet (why not 8-bit ASCII). We can then convert the code points into binary, concatenating them as 8-bit blocks together into a single binary number This is an integer.
The process we used to encode is injective: distinct elements of have to differ on some component, making their polynomial representations differ on the corresponding coefficient. This in turn results in differing bits, producing distinct integers.
Thus, is countable.
There is no bijection between a countable and an uncountable set.