Group
# Definition
Suppose $X$ is a Nonempty Set and $+: X \times X \to X$ is an Operation on $X$. Then $X$ is a Group if it satisfies the following properties:
- Additive Identity: There exists $0 \in X$ so that for all $x \in X$, $0 + x = x$.
- Associativity of $+$: For all $x,y,z \in X$, $(x + y) + z = x + (y + z)$
- Additive Inverses: If $x \in X$, then there exists $-x \in X$ so that $x + (-x) = 0 = (-x) + x$
# Remarks
- In other words, a Group is a Monoid with Additive Inverses.
- When the context is clear, we often write $a + b$ as $ab$. This helps clear up confusion with the usual understanding of $+$.
- If a Group also satisfies Commutativity of $+$, then it is an Abelian Group.
- The inverse in a Group is unique