Solution for Section G.3 Question 2

2. We must check that the following properties hold, where + is addition modulo p and · is multiplication modulo p.

For (Zp,+):

For (Zp-{0}, ·):

For all a,b,c in Zp, a · (b + c) = a · b + a · c
The statement is true. Multiplication modulo p distributes over addition modulo p.

Back to Section G.3