Let $K$ be a subfield of $ℂ$, and $K[t]$ be the set of all the polynomials over $K$ of the variable $t$.
Now, for a polynomial $m$ over $K$, let $K[t]/(m)$ be the set of the reduced forms of all polynomials over $K$, in other words, if $f∈K[t]$, and $$f=pm+r$$(by the division algorithm), then $r∈K[t]/(m)$.
For $a, b∈K[t]/(m)$ define $$(a)+(b)=(a+b)$$ and $$(a)*(b)=R(a*b),$$ where $R(a*b)$ is the reduced form of $(a*b)$
The author then continues to prove that $K[t]/(m)$ is a field (under the two operations defined above, call them addition and multiplication respectively) iff $m$ is irreducible over $K$. However, he forgets to prove that multiplication is associative in $K[t]/(m)$, in other words, that $$[(a)*(b)]*(c)=(a)*[(b)*(c)]$$
or
$$R[R(a*b)*(c)]=R[(a)*R(b*c)]$$
I tried to prove it myself, but didn't achieve anything. I would really appreciate any help.
Note that $$((am+r)(bm+s))(cm+t)\equiv rst \equiv (am+r)((bm+s)(cm+t))\bmod m$$
Now $rst$ is not necessarily a reduced form, but since the reduced form of $rst$ is unique, both outside products are equivalent to the same reduced form.
This is the kind of thing you should only need to understand once - then it becomes obviously applicable to homomorphisms across a wide variety of algebraic contexts - homomorphisms respect multiplication, so they preserve associativity of multiplication.