I'm studying for my algebra exam, and came across the following problem, which I'm not sure how to solve
Let $f = X^2 - 1 \in \mathbb{F}_3[X]$ and $\alpha = X + \langle f \rangle \in \mathbb{F}_3[X]/\langle f \rangle$.
Prove the following properties:
$(\alpha - 1)^2 = \alpha - 1$
$(-\alpha - 1)^2 = -\alpha - 1$
$(\alpha - 1)(-\alpha - 1) = 0$
$(\alpha - 1) +(-\alpha - 1) = 1$
I've shown that $\alpha^2 = 1$ and tried to use that in proving the first property: $(\alpha - 1)^2 = \alpha^2 - 2\alpha + 1 = 1 - 2\alpha + 1 = 2 - 2\alpha$
But I'm unsure of how to proceed from here
Note that in $\mathbb{F}_3$ you have $2 = -1$ and $1 = -2$.