I'm starting to work with polynomial rings, and I've gotten to some problems related to irreducibility. I am trying to see if I'm approaching this problem correctly and how I can move forward with a solution. \ I want to prove that $x^2+1$ is irreducible over the integers $\mod 7.$ Take $x^2 + 1 = a(x)b(x)$ such that $a(x),b(x) \in F[x].$ I claim that $deg(a(x)) = 0 \vee deg(b(x)) = 0.$ Assume for the sake of contradiction that $deg(a(x)) = 1 \wedge deg(b(x)) = 1$ (since $deg(x^2+1) = 2$) Then $a(x) = a_1x + a_0 \wedge b(x) = b_1x + b_0$ where $a_1,a_0,b_1,b_0 \in F, a_1 \neq 0 \wedge b_1 \neq 0.$ Note that $F$ is the field of integers mod 7. Then $x^2+1 = (a_1x+a_0)(b_1x+b_0) = a_1b_1x^2 + (a_1b_0+b_1a_0)x + a_0b_0.$ This becomes somewhat of a system of equations, but I am having difficulty finding the trick to solve this to reach a contradiction. Any assistance would be greatly appreciated.
2026-04-06 10:17:11.1775470631
Irreducibility of a Given Polynomial
96 Views Asked by user303459 https://math.techqa.club/user/user303459/detail At
2
You just have to check that for any $x\in Z/7$, $x^2+1$ $\neq 0 \mod 7$. Since reducibility of degree 2 polynomial implies the existence of a root.