Binary Operation
Binary Operation
f:S S
2. Binary operation (Binary composition)
we call a mapping/function of S X S into S a binary operation on S
i.e.
which assign each ordered pair (a,b) where a,b S to a unique element of
S denoted by
aob .
HS
* satisfy i.e.
a H , b H ab H
commutative in Z
b) Associative- a*(b*c)=(a*b)*c
a,b S
associative in Z
c) Existence of Identity element
S
a,b,c S
e S
eS
s.t. a*e=a
identity.
Ex- for operation * in Q defined as
eS
ab=
a. b
2 2 is identity
if left and right both identity exist then they are equal.
Prove- assume e1 is left identity and e2 is right identity. Then
e1*e2=e1 (because e2 is right identity) and e1*e2=e2 (because e1 is left
identity)
but e1*e2 must be unique by definition of binary operation, so e 1=e2
identity element for a binary operation, if exist, is unique (proof
same as above)
if only left/right identity exist then it need not to be unique. Exa*b=|a|b has only 2 left identities 1
d) Existence of inverse (on same line as above) if for a S and there
exist b S s.t a*b=e then b is right inverse of a or c S s.t c*a=e
then c is left inverse of a or d S s.t a*d=e=d*a then d is
called inverse of a for * and denoted by a -1 and called inverse element
and a is called invertible element.
if e exist it is invertible and e is inverse of itself
if binary operation is presented with + sign then inverse of a is
denoted by a. and called additive inverse.
if left and right both inverse exist for an element for an associative
operation then they are equal and element is invertible. (proof same
as above calculate b1*a*b2)
Inverse of invertible element is unique if operation is associative.
(proof same as above)
5. Addition modulo n- (defined on set of integer)
n N, a,b Z , by Euclidean theorem we know
+n b=r
a
We also write it as a+b=r (mod n)
Ex- -51+45=2 [-51+5=-46 -46=-12(4)+2]
6. Multiplication modulo n- (defined on set of integer)
n N, a,b Z , by Euclidean theorem we know
a n b=r
We also write it as a.b=r (mod n)
*
a
b
c
a
b
c
a*a
a*b
a*c
b*a
b*b
b*c
c*a
c*b
c*c
7. Composite table for a binary operation on finite set binary
operation on finite set can be defined using composite table or we can
make a composite table for a binary operation on finite set.