1.Properties of Binary operation on a set A are as follows:
a. Closure Property: Consider a binary operation * on A. Then A is closed under the operation *, which means , where a and b are elements of A.
b. Associative Property: Consider a binary operation * on A. Then the operation * on A is associative, if for every a, b, c, ∈ A, we have
c. Commutative Property: Consider a binary operation * on A. Then the operation * on A is associative, if for every a, b, ∈ A, we have
d. Identity: Consider a binary operation * on A. Then the operation * has an identity property if there exists an element e in A such that
e. Inverse: Consider a binary operation * on A. Then the operation is the inverse property, if for each a ∈A, there exists an element b in A such that , where b is called an inverse of a.
f. Distributivity: Consider a binary operation * on A. Then the operation * distributes over +, if for every a, b, c ∈A, we have
[left distributivity]
[right distributivity]
2. Let N={1,2,3,...} and Z={...-2,-1,0,1,2,...} be the sets of natural numbers and integers respectively.
i. Multiplication operation on the set N is a binary operation as it follows all the aforementioned properties. However, Division operation on the set N is not a binary operation. It is because it does not satisfy the closure property. Since, division of 2 natural numbers does not always give a natural number.
and 0.5 is not a natural number.
ii. Addition operation on the set N is a binary operation as it follows all the aforementioned properties. However, Subtraction operation on the set N is not a binary operation. It is because it does not satisfy the closure property. Since, subtraction of 2 natural numbers does not always give a natural number.
and -1 is not a natural number.
iii. Exponential operation on the set N is a binary operation as it follows all the aforementioned properties. However, Exponential operation on the set Z is not a binary operation. It is because it does not satisfy the closure property. Since, exponentiation of two integers may not always yield an integer.
, and 0.5 is not an integer.
Comments