Binary Operations Introduction
The operations acted upon variables in Abstract Algebra is generalized.
For example,
Definition 1.3 - Binary Operation
A binary operation
For every
Intuitively, the usual addition operator
The term binary refers to that we are mapping pairs of elements from
Example - Min Operation
On
Intuitively then,
Definition 1.4 - Closure
Let
The subset
The operation on
Example - Distributive Property for Operation
Prove the following statement or give a counter example:
If
a * (b *' c) = (a * b) *' (a * c)
This is shown false by giving the following counterexample.
Set
Then we have that
However, we have that
Since
Definition 1.11 Commutative Operation
An operation
Example - Min Commutative
Definition 1.12 - Associative Operation
An operation on a set
Function Composition
The composition of two functions is defined as
The composition is a binary operation on the set
because for every function
Theorem 1.13 - Associativity of Function Composition
Let
Then,
Proof idea: No matter which you simplify function composition of three functions (fg then h, or gh then f), you get the same value for all x in S.
Definition 1.14 - Identity Element
Let
If
For example,
Theorem 1.14 - Uniqueness of Identity Element
A set
Proof: Let
Then it follows that
As a result, we have that
Definition 1.17 - Inverse
If
then for any
Example - Equality of Inverse Function and Inverse Property for Group
Inverse function:
Using composition:
If
Why do these definitions match up with the inverse property above?
Cayley Tables
Tables provide a visual way to assess binary operations using the following rule for operations:
(ith entry on the left) * (jth entry on top) = (entry in ith row and jth column)
Commutativity via Table
A binary operation is commutative if and only if the entries in the table are symmetric with respect to the diagonal from the upper left to bottom right.
Conditions for Binary Operations
-
Binary operations must be defined everywhere for all elements on
(is not defined on where ) -
Binary operations must yield only one value
(Define operation onwhere and and , but there are infinitely many possibilities) -
Closure under
(every operation must produce an element also in )
(on , but )
Example
Determine whether
Let
Thus, this operation is not well-defined by condition 3 of closure.