I am in abstract algebra and am currently reading on a theorem which describes equivalent conditions relating to polynomial irreducibly. Here is the theorem:
Let $\mathbb{F}$ be a field and $p(x)$ a non-constant polynomial in $\mathbb{F}[x]$. Then the following conditions are equivalent:
- $p(x)$ is irreducible
- if $b(x)$ and $c(x)$ are any polynomials such that $p(x)|b(x)c(x)$, then $p(x)|b(x)$ or $p(x)|c(x)$
- if $r(x)$ and $s(x)$ are any polynomials such that $p(x) = r(x)s(x)$, then $r(x)$ or $s(x)$ is a nonzero constant polynomial.
When the textbook proves condition $3$ by using condition $2$, they say the following:
"If p(x) = r(x)s(x), then p(x)|r(x) or p(x)|s(x), by 2." It goes on to show that this will lead to either r(x) or s(x) being a unit, and thus a constant polynomial. What I'm not getting, though, is where it says that if p(x) = r(x)s(x), then p(x)|r(x) or p(x)|s(x). Condition 2 hinges on p(x)|r(x)s(x), meaning r(x)s(x) = t(x)p(x) for some t(x) in F[x]. Wouldn't p(x)=r(x)s(x) mean that r(x)|p(x) and s(x)|p(x), rather than the other way around?
I had the idea that perhaps p(x)|r(x) or p(x)|s(x) when t(x)=1 in r(x)s(x)=p(x)t(x), but I'm not sure if this is the correct interpretation. Any bit of insight would be appreciated.
$
, for example$x^2$
. – vitamin d Mar 24 '21 at 19:21