Avoid associating nonzero elements with groups

This commit is contained in:
Marek 2021-09-05 19:04:58 +02:00
parent 507aed8a54
commit a08b7393b4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ and fewer axioms. They also have an identity, which we'll denote as $1$.
[group]: https://en.wikipedia.org/wiki/Group_(mathematics)
[group-axioms]: https://en.wikipedia.org/wiki/Group_(mathematics)#Definition
Any non-zero element $a$ in a group has an _inverse_ $b = a^{-1}$,
Any element $a$ in a group has an _inverse_ $b = a^{-1}$,
which is the _unique_ element $b$ such that $a \cdot b = 1$.
For example, the set of nonzero elements of $\mathbb{F}_p$ forms a group, where the