Let $F$ be a field and let $f$ be an irreducible monic polynomial in $F$. Prove that the dimension of $F[x]/(f) = \deg(f)$.
Here is how I am proceeding. Let $$f(x) = x^n + a_{n-1}x^{n-1} + a_{n-2}x^{n -2} +\ldots+ a_1 x+a_0.$$
For any $g\in F[x]$, I can reduce its highest power using $x^n = -a_{n-1}x^{n-1} - a_{n-2}x^{n-2} - \ldots- a_0$, so obviously the degree of the polynomials in the field $F[x]/(f)$ is at most $\deg(f) - 1$, and the dimension will be of $\deg(f)$.
Am I going? Any other methods to prove this?