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). eg:
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 may not always be a natural number, the result maybe negative(integer). eg:
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