Binary Operations: Definition and Properties
Binary Operations: Definition and Properties
Binary Operations: Definition and Properties
For example, the operation * defined on N as a * b = a b is a binary operation since * carries
2
A binary operation * on a set A is called commutative, if a * b = b * a, for every a, b ∈ A.
For example: −a is the inverse of a for the addition operation on R,where 0 is the identity
element.
When the number of elements in set A is small, we can express a binary operation *
on A through a table called operation table.
For an operation *: A × A → A, if A = {a , a … a }, then the operation table will have n rows
1 2 n
Given any operation with n rows and n columns with each entry being an element of A =
{a , a … a }, we can define a binary operation * on A given by a * a = entry in i row
1 2 n i j
th
* a b c
a a b c
b b a c
c c c c
Here, a * b = b = b * a
a * c = c = c * a
b * c = c = c * b
Solved Examples
Example 1:
* a b c
a a a a
b a b c
c a c b
Determine whether the operation * is commutative and associative. Also, find the identity for the
operation *, if it exists.
Solution:
a *b = a = b * a
a * c = a = c * a
b * c = c = c * b
The given binary operation * is commutative since for all x, y, ∈ A = {a, b, c},
x * y = y * x
(a * b) * c = a * c = a
Example 2:
Determine whether the binary operation on the set R, defined by a * b = , a, b ∈ R, is
commutative or not.
Solution:
We know that a binary operation * defined on set A is commutative, if a * b = b * a a, b ∈A.
∴ a * b ≠ b * a
Example 3:
5 5 6 9
6 6 9 5
9 9 5 6
Solution:
∴(5 * 9) * 6 = 9 * 6 = 5
Then, (9 * 6) = 5
∴5 * (9 * 6) = 5 * 5 = 5
Thus, (5 * 9) * 6 = 5 * (9 * 6)