Sie sind auf Seite 1von 12

Four Basic Concepts:

Set, Relation, Function and


Binary Operations
Relations
A relation is any set of ordered-pair numbers.
The couple pairing and the pairing of students name and the
courses taken are examples of a relation.

In mathematics, a relation R from set X to set Y is a subset


of X×Y. If (x,y) ∈ R, then we say that x is related to y.

Relation is generally represented by a mapping diagram and


graph.
Relation Representation:
Function

A function is a relation in which no two


ordered pairs have the same
first element.

A function associates each element


in its domain (x-value) with one and
only one element in its range (y-value).
It is a collection of the first values in the ordered
Domain
pairs (Set of all input (x) values).

It is a collection of the second values in the


Range
ordered pairs (Set of all output (y) values).
Suppose the weights of four students are shown in the following table.

STUDENT 1 2 3 4
WEIGHT 120 100 150 130

The pairing of the student number and his corresponding weight is a


relation and can be written as a set of ordered-pair numbers.
W = {(1, 120), (2, 100), (3, 150), (4, 130)}

The set of all first elements is the domain of the relation.


The domain of W = {1, 2, 3, 4}

The set of second elements is the range of the relation.


The range of W = {120, 100, 150, 130}
Example:

Determine whether the following are functions:


1. A = {(1, 2), (2, 3), (3, 4), (4, 5)}
2. B = {(1, 3), (0, 3), (2, 1), (4, 2)}
3. C = {(1, 6), (2, 5), (1, 9), (4, 3)}
4. D = {(-2, 3), {4, 5), (6, -5), (-2, 3)},
5. Z = {(1, 5), (1, 5), (3, -8), (3, -8), (3, -8)}
Binary Operations
A binary operation * on a set is a calculation involving two elements
of the set to produce another element of the set.

Addition, subtraction, multiplication, division, exponential is some of


the binary operations.

The binary operations * on a non-empty set A are functions from S ×


S to S. The binary operation, *: S × S → S. It is an operation of two
elements of the set whose domains and co-domain are in the same
set.
 Addition, Subtraction and Multiplication are binary
operations on the set R of Real numbers.

 Subtraction and Division are not binary operations on the


set N since 1-2 ∉ N and 2÷3 ∉ N.

 Let P be the set of all sets. The union (∪) and intersection
(∩) of sets are binary of operations.
Properties of Binary Operations:

• Commutative
A binary operation * on a set S is commutative if
a * b = b * a
for all (a, b) ∈ A (non-empty set).

∗ is commutative if ∀ a, b ∈ S, a ∗ b = b ∗ a.

Example:
Let addition be the operating binary operation for a = 8 and b
= 9, a + b = 17 = b +
• Associative
The associative property of binary operations hold if, for a
non-empty set S, we can write

(a * b) *c = a*(b * c).

∗ is associative if ∀ a, b, c ∈ S, a ∗ (b ∗ c) = (a ∗ b) ∗ c.

Example:
Suppose N be the set of natural numbers and multiplication
be the binary operation. Let a = 4, b = 5 c = 6.
We can write (a × b) × c = 120 = a × (b × c).

Das könnte Ihnen auch gefallen