(This is similar to this question) I'm working in a proof of the following proposition: Consider the set of all polynomials with rational coefficients
$\mathbb{Q}[t]=\{a_0+a_1t+a_2t^2+...+a_nt^n:n\in\mathbb{N}\,and\,a_0,...,a_n\in\mathbb{Q}\}$
The set $\mathbb{Q}[t]$ is countable.
Proof. What uniquely identifies any polynomial (i.e. any element of $\mathbb{Q}[t]$) is the combination of coefficients that it has. Then I can define the set of all the n-degree polynomials represented by its coefficients
$A_n=\{(a_0,a_1,...,a_n):a_k\in\mathbb{Q}\;for\;0 \le k\le n\;and\;a_n\ne0\}$
Note that $A_n\subseteq\mathbb{Q}^n$ implying that $A_n$ is countable. So since $\mathbb{Q}[t]=\cup_{i=1}^{\infty}A_i$, therefore $\mathbb{Q}[t]$ must be countable. $\square$
Is this reasoning right?
Thank you.