Relations, Functions, Equivalence Relation and Binary Operation
Relations, Functions, Equivalence Relation and Binary Operation
Sericon
BSEd-Math 3
In mathematics, relations and functions include the relation between two objects in a
certain order. Both are different. Take, for instance, a function. A function is linked with a single
quantity. It is also associated with the argument of the function, input, and value of the
function, or otherwise known as the input. To put it in simple terms, a function is associated to
one specific output for every input. The value could be real numbers or any elements from a
provided set. On the other hand, relations are a group of ordered pairs of elements. It could be
a subset of the Cartesian product. Generally speaking, it is the relation between two sets. It
could be coined as a dyadic relation or a two-place relation. Relations are utilized in different
areas of mathematics just so model concepts are formed. Without relations, there wouldn’t be
“greater than,” “is equal to” or even “divides.”
A binary operation takes two elements of a set S and spits out a third element, also from
the set S. Think of a binary operation as a mathematical machine that takes two inputs and
produces one output. The inputs and outputs are always from the same set S. In general, the
order of the input matters: let's look at some examples of binary operations. Consider the
binary operations of addition and subtraction, the first ones we learn in grade school.
When we use the binary operation of addition, we can take two whole numbers, like 1 and
2, and add them, like so: 1 + 2 = 3. In this example, 1 is the first input, 2 the second input, and 3
the output. Similarly, we can subtract: 2 - 1 = 1; in this example, 2 is the first input, 1 the second
input, and 1 the output. Multiplication and division are also binary operations. If you've ever
worked with matrices, matrix addition and multiplication are further examples of binary
operations. Function composition is another example that is studied extensively in abstract
algebra.We can also come up with our own binary operations by combining known operations.