1

I am trying to show that:

$$\sum\limits_{\beta \in \mathbb{Z}_p^*}{\beta^{-1}}=\sum\limits_{\beta \in \mathbb{Z}_p^*}{\beta}=0$$

Where p is an odd prime.

I really dont know where to start, but my best guess is that because B and the inverse of B should cancel out, then it should equal 0. Am I right in thinking that?

How would I go about proving this equation, I was thinking of using the additive inverse theorem.

Thanks

Ivan Loh
  • 16,955
Steven
  • 35

1 Answers1

2

The following sets are identical:

$$\{x\in\Bbb Z_p^*\}=\{x^{-1}\;;\;x\in\Bbb Z_p^*\}$$

thus both sums in your link are identical. Finally

$$\sum_{x\in\Bbb Z_p^*}x=1+2+...+(p-1)=\frac{p(p-1)}2=0\pmod p$$

since $\,p\,$ is prime.

DonAntonio
  • 211,718
  • 17
  • 136
  • 287