Você está na página 1de 12

SETS AND THE REAL NUMBER SYSTEM

1.1 SETS

A set is a well-defined collection of distinct objects.


Each object of a set is called a member or an element of the set. The symbol is used to
indicate that an element belongs to a given set and the symbol to denote that an element does
not belong to the set.
Capital letters are often used to represent or stand for a set. If a is an element of set S, then a
belongs to S and is written a S . The notation a S means that a does not belong to S.
Methods of Describing a Set
1. Roster or Listing Method. The method describes the set by listing all elements of the set
separated by commas and enclosed in braces .
2. Rule Method or Set-Builder Notation. The method describes the set by enclosing a
descriptive phrase of the elements in braces.
Examples:
1. The following are sets in Roster Method.
a) If D is the set of vowels in the alphabet, then D a, e, i, o, u .
b) If B is the set of counting numbers between 2 and 7, then B 3,4,5,6 .
c) If P is the set of letters in the word ELEMENT, then P E , L, M , N , T .
Note:
The elements of a set may appear in any order and are never repeated.
2. The above sets can also be described using the Rule Method as follows:
a) D x x is a vowel in the alphabet
b) B x x is a counting number between 2 and 7
c) P x x is a letter in the word ELEMENT
Note:
The vertical bar is read such that and x represents any element of the set.
Cardinality of Set
The cardinality of a set S, denoted by
elements in the set.

n S or S

, is the number of distinct

Example:
The cardinality of the above sets are:
a) n D 5
b) n B 4
c) n P 5
1.2 KINDS OF SETS
Finite Set and Infinite Set

A finite set is a set whose elements can be counted; otherwise, the set is an infinite
set.
Null or Empty Set
A null or empty set, denoted by or , is a set that has no element.
The universal set, denoted by U, is a set that contains all the elements in consideration.

Examples:
a) A 2,4,6,8 is a finite set.
b) B 1,2,3,...,20 is a finite set.
c) C x x is an odd number less than 10 is a finite set.
d) D 1,3,5,... is an infinite set.
e) E x x is an integer is an infinite set.
f) F x x is a prime number between 19 and 23 is a null set.
g) 0 is a finite set.
Note:
The cardinality of a null or empty set is zero.
1.3 SET RELATIONSHIPS
A one-to one correspondence exists between two sets A and B if it is possible
to associate the elements of A with the elements of B in such a way that each element
of each set is associated with exactly one element of the other.

Example:

A a, b, c and B 1,2,3 are sets whose elements have a one-to-one correspondence

relationship.

Note: This material is copyrighted

Equivalent and Equal Sets


Two sets A and B are equivalent, denoted by A B, if and only if there exists
a one-to-one correspondence between them.
Two sets A and B are equal, denoted by A B, if the elements of A and B are
exactly the same.
Examples:
a) a, b, c, d 1,2,3,4
b) 1,2,3 2,1,3
Note:
Equal sets are always equivalent but equivalent sets are not always equal.
Joint and Disjoint Sets
Two sets A and B are joint if and only if A and B have common elements;
otherwise, A and B are disjoint.
Example:
Let A 2,4,6,7 , B 2,4,5,8 and C 1,3,5,8 .
Then, A and B are joint sets; B and C are joint sets; A and C are disjoint sets.
Subset and Proper Subset
Set A is a subset of set B, denoted by A B , if every element of A is an
element of B. Set A is a proper subset of set B, denoted by A B , if A is a subset of
B and B has at least one element not found in A.
1

If there is an element of set A which is not found in set B, then A is not a subset of B, denoted
by A B .
Example:
If A 1,2,3 and
are found in set B.

B 0,1,2,3,4,5,6,7 , then A B since the elements 1, 2 and 3 of set A

Power Set

The power set of A, denoted by A , is the set whose elements are all the subsets
of A.

Note: This material is copyrighted

Example:
If A 2,4,6 , then A , 2 , 4 , 6 , 2,4 , 2,6 , 4,6 , 2,4,6 .
Notes:
A null set is a subset of any given set.
Any set is a subset of itself.
There are 2 n subsets, where n is the number of elements, that can be formed for any given
set.
Venn Diagram
Venn Diagram is the pictorial representation in dealing with the relations
between sets, after the English logician James Venn.

U
B

A and B are disjoint sets.


A B and B A

U
B

A
A

A B, A U and B U

B A, A U and B U

1.4 OPERATIONS ON SETS

Note: This material is copyrighted

Union of Sets
The union of two sets A and B, denoted by A B , is the set whose elements
belong to A or to B or to both A and B. In symbol,
A B x x A or x B or x A and B

Examples:
a) If A 1,2,3 and B b, c, d , then A B 1,2,3, b, c, d .
Intersection of Sets
The intersection of two sets A and B, denoted by A B , is the set whose
elements are common to A and B. In symbol,
A B x x A and x B

Examples:
a) If A 2,4,6,8 and B 0,1,2,3,4 , then A B 2,4 .
Note:
Two sets are disjoint if their intersection is an empty or null set.
Complement of a Set
The complement of set A, denoted by A, is the set with elements found in the
universal set, but not in A; that is, the difference of the universal set and A. In symbol,
A' x x U and x A

Examples:
a) If U 0,1,2,3,4,5,6,7,8,9 and A 1,3,5,7,9 , then A' 0,2,4,6,8
b) If U 1,2,3,4,... and A 4,5,6,7,... , then A' 1,2,3

Difference of Sets
The difference of two sets A and B, denoted by A B , is the set whose
elements are in A but not in B, In symbol,
A B x x A and x B

Example:

Note: This material is copyrighted

If A 2,3,4,5 and B 1,2,3 , then A B 4,5


Cartesian Product of Sets
The Cartesian product of two sets A and B, denoted by AxB , is the set of
ordered pairs x, y such that x is an element of A and y is an element of B. In
symbol,
AxB x, y x A and y B

Example:
If A 1,2 and B a, b , then AxB 1, a , 1, b , 2, a , 2, b
Note:
AxB BxA
In the Venn diagram below, the shaded region represents the indicated operation.
U
A

B
U

A B

A B
U
A

AB
Examples:
1. Let U x x

is a counting number less than 10

A x x is a positive odd integer less than 10

B 2,4,6,8
C 2,3,4,5

then,
a)
b)
c)
d)
e)

A B 1,3,5,7,9 2,4,6,8 1,2,3,4,5,6,7,8,9


A C 1,3,5,7,9 2,3,4,5 1,2,3,4,5,7,9
B C 2,4,6,8 2,3,4,5 2,3,4,5,6,8
A B 1,3,5,7,9 2,4,6,8
A C 1,3,5,7,9 2,3,4,5 3,5

Note: This material is copyrighted

f) B C 2,4,6,8 2,3,4,5 2,4


g) A' 1,2,3,4,5,6,7,8,9 1,3,5,7,9 2,4,6,8
h) B' 1,2,3,4,5,6,7,8,9 2,4,6,8 1,3,5,7,9
i) C ' 1,2,3,4,5,6,7,8,9 2,3,4,5 1,6,7,8,9
2. A survey of 100 students revealed the following information as to the number of
students enrolled in Mathematics (M), Physics(P) and Chemistry(C):
Subject
M
C
P
M and C
M and P
C and P
M, C and P

Number of students enrolled


26
65
65
14
13
40
8

a) How many students are taking any one of the three subjects?
b) How many students did not take any of the three subjects?
c) How many students are enrolled only in Mathematics?
d) How many students are enrolled only in Chemistry?
e) How many students are enrolled only in Physics?

D. In a survey concerning the number of students enrolled in Mathematics, it was found out that
30 are enrolled in Algebra, Calculus and Trigonometry; 40 in Algebra and Trigonometry; 45
in Trigonometry and Calculus; 50 in Algebra and Calculus; 80 in Algebra; and 70 in
Calculus. If there are 130 students in all, how many students are enrolled in Trigonometry?

SET IDENTITIES:
Let A, B and C be any sets and U be the universal set in which A, B and C are defined.
1. Commutative Laws:
2. Associative Laws:
3. Distributive Laws:
4. Contradiction Law:
5. Identity Laws:
6. Domination Laws:
Note: This material is copyrighted

A B B A A B B A

A B C
A B C
A B C
A B C
A A'

A U A

A B C
A B C
A B A C
A B A C
A A

A U U

A' '

9. De Morgans Laws:

A B'

' U

A A A

A A A

7. Idempotent Laws:
8. Complementation Laws:

U '

A
A' B '

A B'

A' B '

1.5 THE REAL NUMBER SYSTEM


Elements of the Set of Real Numbers
Natural numbers (N) is the set of the counting numbers 1, 2, 3, 4 and so on.
Whole numbers (W) is the set of the natural numbers and zero.
Integers (Z) are the natural numbers along with their negatives and zero (e.g. -3, -2, -1, 0, 1,
2, 3).
Rational numbers (Q) are real numbers that are ratios of two integers (with nonzero
denominators). A rational number is either a terminating decimal or a non-terminating but
repeating decimal.
Irrational numbers (I) are non-terminating, non-repeating decimals. Irrational numbers
which cannot be expressed as quotient of two integers.
The Set of Real Numbers and Its Subsets
Real Numbers

Rational Numbers

Irrational Numbers

Non-Integers
(Fractions)

Integers

Whole Numbers
0, 1, 2, 3

Negative Integers
-3, -2, -1

Natural Numbers
1, 2, 3

Note: This material is copyrighted

Zero

1.6 PROPERTIES OF REAL NUMBERS


Basic Properties of Real Numbers
Let a, b and c be real numbers. The following properties hold for the operations addition and
multiplication:

1.
2.
3.
4.
5.

Property

Addition

Multiplication

Closure
Commutative
Associative
Distributive
Identity

a bR
ab ba

a b R
a b ba

6. Inverse

a b c a b c
a(b c) ab ac

a0a

a b c a b c

a 1 a
1
a 1, a 0
a

a a 0

Note:
0 is the identity element for addition and 1 is the identity element for multiplication.
-a is the additive inverse of a and

1
is the multiplicative inverse.
a

Properties of Order of Real Numbers


Let a, b and c be real numbers. The following properties of order of real numbers hold.
1.
2.
3.
4.

Trichotomy Property of Order: Among a b, b a and a b , only one is true.


Transitive Property of Order:
If a b, b c, then a c .
Addition Property of Order:
If a b, then a c b c.
Multiplication Property of Order: If a b and c 0, then ac bc
If a b and c 0, then ac bc.

Properties of Equality
Let a, b and c be real numbers. The following properties of equality hold.
1.
2.
3.
4.

Reflexive Property:
Symmetric Property:
Transitive Property:
Substitution Property:

Note: This material is copyrighted

a=a
If a = b, then b = a.
If a = b and b = c, then a = c.
If a = b, then a can be replaced by b in any
statement involving a or b.

1.7 FUNDAMENTAL OPERATIONS ON REAL NUMBERS


Absolute Value of a Number
The absolute value of a number a, denoted by
number defined by

Examples:
Applying the definition of
a) 8 8
b) 10 10
c) 0 0

, is a nonnegative

a if a 0
a
a if a 0
a

, then

OPERATIONS ON SIGNED NUMBERS


Addition of Signed Numbers
To add real numbers with like signs, find the sum of their absolute values and prefix the
common sign
To add real numbers with unlike signs, find the difference of their absolute values and prefix
the sign of the number with greater absolute value.
Examples:
a) 5 + 6 =11
b) (-4) + (-5) = -9
c) 8 + (-4) = 4
d) (-12) + (9) = -3
Subtraction of Signed Numbers
To subtract two signed numbers, change the sign of the subtrahend and proceed as in addition
of signed numbers.
Examples:
a) (-7) (-3) = -4
b) (10) (-6) = 16
c) (-24) (15) = -39
d) (9) (14) = -5

Note: This material is copyrighted

10

Multiplication of Signed Numbers


The product of two or more signed numbers is positive or negative depending on whether the
number of negative factors is even or odd, respectively.
Examples:
a) (3)(5) =15
b) (-2)(-5)(-3) = -30
c) (4)(-3)(-5) = 60
d) (2)(-3)(-4)(-5) = -120
Division of Signed Numbers
The quotient of two numbers with like signs is positive while the quotient of two numbers
with unlike signs is negative.
Examples:

35
7
5

a)

24
4
6

c)

b)

45
5
9

d)

42
6
7

ORDER OF OPERATIONS
The steps to simplify expressions involving series of operations on signed numbers are as
follows:
1. Perform multiplication and division from left to right in the order by which they appear.
2. Perform addition and subtraction from left to right in the order by which they appear.
Examples:
a) 4 7 (6) 15 3 33
b) 30 5 6 8 4 10
c) 9 7 5 2 5

Note: This material is copyrighted

11

Note: This material is copyrighted

12

Você também pode gostar