I have a weird feeling about something I'm reading.
Suppose $f(x)=x^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0$ is a polynomial over a field $F$. Let $y=x+(f(x))$ be the image of $x$ in the quotient $F[x]/(f(x))$. Then every element of $F[y]$ can be uniquely expressed in form $$ b_0+b_1y+\cdots+b_{n-1}y^{n-1} $$ with $b_i\in F$.
I see that $$y^n = x^n+(f(x)) = -(a_{n-1}x^{n-1}+\cdots+a_1x+a_0)+(f(x))\\ = -a_{n-1}x^{n-1}+(f(x))+\cdots+-a_1x+(f(x))+-a_0+(f(x)) $$
so it looks like any power of $y$ greater or equal to $n$ can be written in terms of lower powers of $y$ if I could pull out the coefficients. However, why would the coefficients still be in $F$? Wouldn't they be somewhere else? And does uniqueness of this expression follow simply because the expressions $b_0+b_1y+\cdots+b_{n-1}y^{n-1}$ are polynomials, or is there something more to it than that? Thanks.