Let $p$ be a prime Let $n$ be an element in $Z_{p}^*$ where $n\not=\pm1$. Define a ring structure on $F = Z_p \times Z_p$. We define the addition by $$ (a_1,b_1) + (a_2,b_2) = (a_1 + a_2, b_1 + b_2). $$
And define multiplication by:
$$ (a_1,b_1) * (a_2,b_2) = (a_1 a_2 + b_1 b_2 n, a_1 b_2 + a_2 b_1). $$
Prove that $F$ is a field.
Okay, so our goal is to show that that both $<R,+>$ is an abelian group as well as $<R,*>$ is an abelian group with identity element not equal to 0. We also want the distributive laws to hold.
$Z_n\times Z_n$ is a cyclic group and is abelian under addition. So that is obvious. And the way the addition is done, our addition fulfills all requirements of a ring. I have on paper also proved communitivity for our multiplication and the distributive property holding.
What I have trouble with proving the inverse element existing for multiplication and it being unique. I know that unity is (1,0) and the additive identity is (0,0).