Consider two fields:
$K: $ $F_2[X]/(X^3+X+1)$. Let $a$ be the class of $X$ (so $a=X+(X^3+X+1))$
$L: $ $F_2[X]/(X^3+X^2+1)$. Let $b$ be the class of $X$ (so $b=X+(X^3+X^2+1))$
$F_2$ denotes the field with $2$ elements. Field $L$ is ismorphic with $K$.
If $\phi$ : $F_2[X]/(X^3+X+1)$ $\rightarrow$ $F_2[X]/(X^3+X^2+1)$ is an isomorphism, then prove that $\phi(a)=b+1$.
They give as a hint: $b+1$ is a root of $Y^3+Y+1$.
I came up with the following:
Fill in $a$ in $K$, so you get $a^3+a+1$.
Fill in $b+1$ in $L$, so you get $(b+1)^3+(b+1)^2+1 = b^3+b^2+b+1+b^2+1= b^3+b+1$, which is equal to the $a$ part above.
But I don't know if this is a way to actually prove that $\phi(a)=b+1$. How can I do this?