Why is $p(\overline{x})=\overline{p(x)}$?

138 Views Asked by At

I'm trying to understand the last step in a proof from Dummit and Foote on page 513. The theorem states that if $p(x)$ is irreducible in $F[x]$ (where $F$ is a field), then there exists a field $K$ containing an isomorphic copy of $F$ in which $p(x)$ has a root.

The general argument makes sense. I'm getting hung up on the last part though. If we restrict the canonical projection $\pi:F[x]\rightarrow F[x]/(p(x))$ to $F$, it follows that $K$ contains an isomorphic copy of $F$ (I'm skipping the details here). Let $\overline{x}=\pi(x)$ denote the image of $x$ in the quotient $K$.

The next line states $p(\overline{x})=\overline{p(x)}$ because $\pi$ is a homomorphism. Why does this follow?

2

There are 2 best solutions below

0
On BEST ANSWER

The first line on page 513 says that: we identify $F$ with its isomorphic image in $K$. This means that since $\pi:F\to \pi(F)$ is a ring isomorphism, we treat $a\in F$ and $\pi(a)=\overline{a}$ as the same element. So if $p(x)=a_{0}+a_{1}x+\cdots+a_{n}x^{n}$, then $$ \begin{split} \overline{p(x)}&=\pi(p(x))=\pi(a_{0}+a_{1}x+\cdots+a_{n}x^{n})\\ &=\pi(a_{0})+\pi(a_{1})\pi(x)+\cdots+\pi(a_{n})(\pi(x))^{n} \quad \textrm{since $\pi$ is a ring homomorphism}\\ &=a_{0}+a_{1}\overline{x}+\cdots+a_{n}(\overline{x})^{n} \quad \textrm{since we identify $a$ with $\pi(a)$}\\ &=p(\overline{x}). \end{split} $$

0
On

Denote the copy of $p$ in $K$ as $q$, if $p(\cdot)=a_{0}+a_{1}(\cdot)+\cdots+a_{n}(\cdot)^{n}$, then $q$ has the form $q(\cdot)=\overline{a_{0}}+\overline{a_{1}}(\cdot)+\cdots+\overline{a_{n}}(\cdot)^{n}$. Let $q$ be evaluated at $\overline{x}$, we get \begin{align*} q(\overline{x})&=\overline{a_{0}}+\overline{a_{1}}\cdot\overline{x}+\cdots+\overline{a_{n}}\cdot\overline{x}^{n}\\ &=\overline{a_{0}}+\overline{a_{1}}\cdot\overline{x}+\cdots+\overline{a_{n}}\cdot\overline{x^{n}}\\ &=\overline{a_{0}}+\overline{a_{1}x}+\cdots+\overline{a_{n}x^{n}}\\ &=\overline{a_{0}+a_{1}x+\cdots+a_{n}x^{n}}\\ &=\overline{p(x)}\\ &=\overline{0}. \end{align*}