This is a really easy question, but I'm stuck in the logic of it...
Let $F$ be an integral domain and $F[x]$ its polynomial ring. Let $a\in F$ fixed, define $\phi: F[x]\to F$ as $\phi(p(x))=p(a)$. Prove that $\phi$ is a homomorphism.
I daresay this is trivial and follows from its own definition... but I'm not sure. I'm seeing it as a "change of variable" or something like that. So I ask... what would be the argument? Thanks a lot, I'm sorry for this easy one.
Here is a modified version of a proof I found on an old website, the link to which seems to have expired:
Let $f(x) = a_nx^n + \ldots + a_0x^0$, and $g(x) = b_nx^n+ \ldots + b_0x^0$, where the $a_i,b_i ∈ \mathbb F$, and let $\alpha \in \mathbb{F}$ be the field element we wish to evaluate the polynomials on. (We'll also allow leading coefficients to be zero in order to make it easier to add $f$ and $g$ formally.) We then check the ring homomorphism conditions:
We have: $$\begin{aligned} \phi(f+g) &=\phi((a_n+b_n)x^n + \ldots + (a_0 + b_0)x^0) \\ &= (a_n + b_n)\alpha^n + \ldots + (a_0 + b_0)\alpha^0 \\ &= (a_n\alpha^n + \ldots + a_0\alpha^0) + (b_n\alpha^n + \ldots + b_0\alpha^0) \\ &=\phi(f) + \phi(g) \end{aligned}$$ So $\phi$ is an additive group homomorphism.
Since we know that $\phi$ is an additive homomorphism, we only need to check that it is multiplicative on monomials. But that's easy: $$\phi((ax^n)(bx^m))=\phi(abx^{n+m}) = ab\alpha^{n+m}=\phi(ax^n)\phi(bx^m)$$