Justify whether the given operations on relevant sets are binary operations or not.
- Multiplication and Division on set of natural numbers
- Subtraction and Addition on Set of natural numbers
- Exponential operation: (x, y) → xy on Set of Natural numbers and set of Integers.
1.
Basically, binary operations on a set are calculations that combine two elements of the set (called operands) to produce another element of the same set.
The binary operation, (say *) on a non-empty set A are functions from A × A to A.
It is an operation of two elements of the set whose domains and co-domain are in the same set.
Closure property: An operation * on a non-empty set A has closure property, if,
2.
i)
Multiplication of two natural numbers is always a natural number.
Division of two natural numbers may not always be a natural number, it may result in fractions(rational numbers). e.g.:
Thus, Multiplication is a binary operation on the set of Natural numbers whereas Division is not a binary operation on the set.
ii)
Addition of two natural numbers is always a natural number.
Subtraction of two natural numbers does not need always to be a natural number, the result can be negative(integer). e.g.:
iii)
Exponential operation on two natural numbers always results in a natural number.
However, exponential operation on two integers does not always result in an integer.
eg: . But
Thus, exponentiation is a binary operation on the set of Natural numbers whereas it is not a binary operation on the set of Integers.
Comments