Negative integers and polynomial congruence classes

219 Views Asked by At

Let's take a polynomial $m(x)$ from $\mathbb{Z}_{3}[x]$. Now, $\mathbb{Z}_{3}$ should contains the integers $-1,-2,-3$. However after reading few exercises about this argument i suspect that we can ignore negative values when we work modulo $m(x)$. But, why ? (Intuitively)

1

There are 1 best solutions below

4
On

$\mathbb Z_3=\{[0],[1],[2]\}$ where $$[n]=\{n+3k|k\in\mathbb Z\}$$ which means that $[-3]=[0], [-2]=[1]$ and $[-1]=[2]$.