Binary Operations
Definition
We commonly denote \star(a,b) as a \star b using infix notation. Binary operations may have the following properties
Addition is an example of an associative and commutative binary operation on \mathbb{Z}. Multiplication is also an associative and commutative binary operation, whereas something like subtraction is neither associative nor commutative.
(TO-DO Add more information, theorems, examples, etc.)