Lesson 2.2
Lesson 2.2
2
FOUR BASIC
CONCEPTS
SPECIFIC OBJECTIVES”
1. Define what a set and its basic terminologies.
2. Differentiate two ways in describing sets.
3. Perform basic operations on set.
4. Define what a relation and a function is.
5. Translate relation and function into a diagram.
6. Name and apply the different properties of a relation and
function.
7. Identify the domain and range in a relation and function.
8. Evaluate a function.
9. Define and perform a binary operation.
1. SETS AND
SUBSETS
A. THE LANGUAGE OF SETS
Use of the word “set” as a formal
mathematical term was introduced in 1879
by Georg Cantor. For most mathematical
purposes we can think of a set intuitively,
as Cantor did, simply as a collection of
elements.
So, by definition:
{1};{2};{3}
With two elements
{ 1, 2 } ; { 1, 3 }; { 2, 3 }
With three elements
{ 1, 2, 3 }
With no elements
{}
D. ORDERED PAIR
Given elements a and b, the symbol (a, b)
denotes the ordered pair consisting of a and b
together with the specification that “a” is the first
element of the pair and “b” is the second
element. Two ordered pairs (a,b) and (c,d) are
equal if a = c and b = d. Symbolically;
0 -2
1 1
2 2
3 4
2. What is the domain and co-
domain of an example 1?
The domain are as follows: {0, 1,
2, 3}
The co-domain are as follows: {-
2, 1, 2, 4}
3. Let A = {1,2,3} and b = {1,3,5}
and define relations S and T from A
to B as follows:
For all (x, y) ∈ A x B, (x,y) ∈ S
means that x < y, i.e., S is a “less
than” relation.
T = {(2,1), (2,5)}
Draw arrow diagrams for S and T.
Solution:
A x B = {(1,1), (1,3), (1,5), (2,1), (2,3), (2,5), (3,1), (3,3),
(3,5)}. It is given by x < y so S = {(1,3), (1,5), (2,3), (2,5),
(3,5)}
C. PROPERTIES OF A RELATION
a) Y-coordinates have no
bearing in determining
functions
b) Function is a relation but
relation could not be said as
function.
Example 1: Determine if the
following is a function or not a
function.
1. {(0, -5), (1, -4), (2, -3), (3, -2), (4, -
1), (5, 0)}
2. {(-1, -7), (1, 0), (2, -3), (0, -8), (0, 5),
(-2, -1)}
3. 2x + 3y – 1 = 0
4. x2 + y2 = 1
5. y2 = x + 1
Example 2. Which of the following mapping represent a
function?
1.
3 1
0 2
1 3
2.
1 1
2 2
3 3
0
FUNCTION NOTATION
Solution:
() (x) = = = = 2
4. If f(x) = 2x + 1 and g(x) = 3x + 2, what is
(g ∘ f)(x)?
Solution:
(g ∘ f)(x) = g(f(x)) = g(2x + 1) = 3(2x + 1) +
2 = 6x + 3 + 2 = 6x + 5
(f ∘ g)(x)?
III. BINARY
OPERATION
A binary operation on a set G, then, is simply a
method (or formula) by which the members of
an ordered pair from G combine to yield a new
member of G. This condition is called closure.
The most familiar binary operations are
ordinary addition, subtraction, and multiplication
of integers. Division of integers is not a binary
operation on the integers because an integer
divided by an integer need not be an integer.
In mathematics, a binary
operation on a set is a calculation
that combines two elements of the
set (called operands) to produce
another element of the set.
DEFINITION OF BINARY OPERATIONS
Let G be a non-empty set. An
operation * on G is said to be a binary
operation on G if for every pair of
elements, a, b is in G that is a,b ∈ G;
the product a * b ∈ G.
Note: For each (a,b) ∈G, we assign
an element a * b of G.
Illustrative examples:
Tell whether the following is a binary
operation or not.
1. G ∈ Z define a * b = a + b (usual
addition on Z)
Solution:
If a > b = a – b > 0 ∈ Z+
If a < b = a – b < 0 ∈ Z+
Therefore, * is NOT a binary
operation
5. G ∈ R defined by a * b = ab
To be able to determine if the above
statement is a binary operation or not, we
need to have a counter example.
If a = 0 and b = 0, then ab does not exist,
hence it is not an element of R
If a = -4 and b = ½, then ab would be an
element of a complex number C, so ab ∈ R.
6. G ∈ Z \{-1} , defined * by a * b = a + b
+ ab for all set a, b ∈ Z.
Solution
Let a, b ∈ Z except -1, then a > -1 and b >
-1 and a < -1 and b < -1. If a * b = a + b +
ab, it follows that a * b = a + b + ab ∈ Z
since in both case such as a and b > -1 and
a and b < -1, the result would be Z, hence
* is a binary operation.
CLOSED
(r, s) = r • s = • =
a* =e *a=e
Example:
Let S = as define * on S by a * b
= + ab + . Is the operation *
associative? Commutative? What
is its identity? What is its inverse?
(a) Commutative
a*b=b*a
+ ab + = + ba +
+ ab + = + ab +
Hence, the operation * is
commutative.
(b) Associative
(a * b) * c = a * (b * c)
( + ab + ) * c = a * ( + bc + )
+ ( + ab + )(c) + ≠ + (a)( + bc + ) +
* a b C d
a a b C d
b b c D a
c c d A b
d d a B c
a. Is the * commutative?
b. Is the * associative?
c. What is its identity?
ACTIVITY