Ch1 - Part2 Binary Operation
Ch1 - Part2 Binary Operation
6 BINARY OPERATIONS
An operation is
called Binary
Operation on S if:
Example 9
Example 10
Example 11
Example 12
Example 13
Example 14
Example 15
Solution:
LHS : a b = ab + 1
= ba + 1 Because multiplication is commutative on Q.
= b a : RHS
Then, is commutative on Q.
SMA3033 CHAPTER 1 SEM 2 2017/2018 7
1.6 BINARY OPERATIONS (Cont.)
Example 16
Solution :
Let a, b Z.
(To check whether a * b = b * a )
Note that,
by using counterexample
Let 1, 2 in Z.
LHS : 1 – 2 = -1
but, RHS : 2 – 1 = 1
Since LHS RHS , then * is not commutative on Z.
Exercise:
Example 17
Solution:
Let a, b, c be elements in Q.
(To check whether (a b) c = a (b c ) )
(Cont.)
LHS : (a b) c
= ((ab)/2 ) c
= (((ab)/2 ) c ) / 2
= (ab)c / 4
= a (bc) / 4 Since multiplication is associative on Q
= ( a ( (bc) / 2 ) ) / 2
= a ((bc) / 2 )
= a (b c) : RHS
Then, is associative on Q.
Example 18
Solution:
Let a, b, c in Z+.
(To check whether (a * b)* c = a * (b * c) ).
Try!
Exercise:
Note:
Example 20
* a b c Since a * b = c &
a b c b b * a = a then *
is not commutative
b a c b
c c b a
Example 21
Example 22
Example 23
Solution :
RHS:
Example 24
Solution:
RHS:
Since LHS RHS, then < Z, * > does not have any identity element.
A binary structure < S, * > has at most one identity. That is, if there
is an identity, it is unique.
To prove “uniqueness”
-Suppose two different
elements to be the element
that we want to prove unique.
- Finally, to show these two
elements are actually same.
Proof:
(To show the identity element in < S, * > is unique. )
Example 25
Solution:
Since e = a represents any element of Q+, then < Q+, * > has no
identity.
SMA3033 CHAPTER 1 SEM 2 2017/2018 23
1.6 BINARY OPERATIONS (Cont.)
Exercise: