Operation Properties
Definition
An operation is a function, represented by a symbol like "" or "", that takes one or more inputs and maps them to an output. The most well-known operations, addition and multiplication, are called binary operations because they are functions with two inputs.
To understand the structure of operations, we can take a look at their different properties, like inverses and identities. In general, denote a binary operation that acts on two inputs and and produces an output by .
Identities
The identity of an operation is whatever number "does nothing" when you apply it to some number.
Example: the additive identity is because for any number .
Example: the multiplicative identity is because for any number .
In general, if is the identity for operation , then for any .
Inverses
An inverse for an operation is a number that, when combined with another number using the operation, results in the identity.
Example: for addition, the inverse of a number is because .
Example: for multiplication, the inverse of is (assuming is not zero) because .
In general, if has an inverse for operation , then , where is the identity for .
What about subtraction and division?
We learn subtraction and division almost as soon as we learn about addition and multiplication, right? Well, it turns out that subtraction isn't really that different from addition, and likewise with division and multiplication. Subtracting two numbers like can be thought of as adding to . Similarly, dividing can be thought of as multiplying by .
These relationships can be summarized as:
We can see that subtracting a number is the same as adding its (additive) inverse, and dividing a number is the same as multiplying by its (multiplicative) inverse. This shows that subtraction is the inverse operation of addition, and division is the inverse operation of multiplication.