Anda di halaman 1dari 54

The Set of Real Numbers

Christopher F. Santos

Algebra Lecture 1
De La Salle University

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

1 / 48

Sets
A set is a well-defined collection of objects. The
objects belonging to the set are called elements.
The following are sets:
collection of counting numbers 5
collection of vowels in the English alphabet
The following are not sets:
collection of large numbers
collection of smart people
Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

2 / 48

Finite vs. Infinite Set

Finite set - elements can be listed down


Ex. collection of vowels in the English alphabet
Infinite set - elements cannot be counted
Ex. collection of counting numbers

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

3 / 48

Notations

Uppercase letters: Names of sets


a A: a is an element of A
a 6 A: a is not an element of A
Empty set: or {}
Universal set U: set consisting of all elements
under consideration
n(A): cardinality of a finite set A, the number
of its elements

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

4 / 48

The Suitor Problem

Elsa has 50 suitors: 20 are tall, 25 are dark, 30 are


handsome, 14 are tall and dark, 16 are dark and
handsome, 14 are tall and handsome, and 10 are tall
dark and handsome. How many of her suitors are:
tall and handsome but not dark?
dark but neither tall nor handsome?
not tall, dark, nor handsome?

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

5 / 48

Venn Diagrams

Venn Diagrams are used to visualize sets, their


relations, and operations.
U - denotes the universal set, the set of all
elements under consideration; usually
represented by a rectangular region
A - a set; represented by any closed region,
usually circular
x or y - elements; usually represented by dots

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

6 / 48

Two Ways to Describe Sets

Let A be the set of counting numbers 5


1

Listing/Roster Method:
A = {1, 2, 3, 4, 5}
Rule Method:
A = {x | x is a counting number 5}

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

7 / 48

Subsets

A is a subset of B, written A B, if and only if


every element of A is an element of B.
If set A is not contained in set B, we write A 6 B.
A is a proper subset of B, written A B, if and
only if A B but B 6 A.
If A is a subset of B but not a proper subset then
A = B.

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

8 / 48

Subsets

Remarks:
Any set is a subset of the universal set.
The empty set is a subset of any set.

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

9 / 48

Set Operations

The union of two sets A and B is the set of


elements that belong to A or B or both.
A B = {x |x A or x B }
The intersection of two sets A and B is the set of
elements that belong to both A and B.
A B = {x |x A and x B }

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

10 / 48

Set Operations

Given sets A, B, and C, note that:


AB =BA

and

AB =BA

If A B, then A B = B and A B = A
If A B = , then A and B are said to be disjoint.

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

11 / 48

Set Operations

The difference of two sets A and B is the set of


elements in A which are not in B.
A B or A\B = {x |x A and x 6 B }
Let A U. The complement of A is the set of
elements of U which are not in A.
A0 or Ac = {x U |x 6 A}

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

12 / 48

Set Operations

An ordered pair is a sequence of two numbers a


and b denoted by (a, b).
The Cartesian product A B of sets A and B is the
set of ordered pairs (a, b) where a A and b B.

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

13 / 48

Set Operations
Given sets A, B, C, and D, note that:
In general, A B 6= B A.
A==A
n(A B) = n(A) n(B)
If C A and D B, then C D A B.

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

14 / 48

Subsets of the Set of Complex Numbers

N := {1, 2, 3, . . .}
Z := {. . . , 1, 0, 1, . . .}
nm
o
Q :=
| m, n Z
n
R := {numbers for lengths of line segments}

C := {a + bi | a, b R, i = 1}

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

15 / 48

Interval Notation vs. Set Notation

[a, b] = {x R | a x b}
(a, b) = {x R | a < x < b}
[a, b) = {x R | a x < b}
(a, b] = {x R | a < x b}
[a, +) = {x R | x a}
(a, +) = {x R | x > a}
(, b] = {x R | x b}
(, b) = {x R | x < b}

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

16 / 48

Have you ever wondered why...?

2 is a real number

x 0=0
(x)(y ) = xy
x + 3 = 5 = x = 5 3

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

17 / 48

Axioms, Theorems, Corollaries, Lemma

Axioms - assumed-to-be-true statements


Theorems - statements which can be proven using
axioms, definitions, previous theorems
Corollaries - statements which follow immediately
from theorems
Lemma - theorems which has almost no application
other than for proving another theorem

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

18 / 48

Axioms of Equality
Let x, y , z R.
Reflexive Property for Equality:

x =x

Symmetric Property for Equality:


If x = y then y = x.
Transitive Property for Equality:
If x = y and y = z then x = z.
Addition Property for Equality:
If x = y then x + z = y + z.
Multiplication Property for Equality:
If x = y then x z = y z.
Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

19 / 48

Axioms of Addition and Multiplication


Let x, y , z R.
Closure Axioms:

x + y R and xy R

Associativity Axioms:
(x + y ) + z = x + (y + z) and (xy )z = x(yz)
Commutativity Axioms:
x + y = y + x and xy = yx
Distributivity Axiom:
x(y + z) = xy + xz and (x + y )z = xz + yz
Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

20 / 48

Axioms of Addition and Multiplication

Identity Axioms:
!0 R such that x + 0 = 0 + x = x
!1 R such that x 1 = 1 x = x
Inverse Axioms:
x R, !(x) R such that x + (x) = (x) + x = 0
x R, x 6= 0, ! x1 R such that x x1 = x1 x = 1

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

21 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms
Distributivity Axiom
Identity Axioms
Inverse Axioms
Which of the axioms above justifies the statement
6 x = x 6?

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

22 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms: 6 x = x 6
Distributivity Axiom
Identity Axioms
Inverse Axioms

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

23 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms
Distributivity Axiom
Identity Axioms
Inverse Axioms
Which of the axioms above justifies the statement
t + 0 = t?

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

24 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms
Distributivity Axiom
Identity Axioms: t + 0 = t
Inverse Axioms

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

25 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms
Distributivity Axiom
Identity Axioms
Inverse Axioms
Which of the axioms above justifies the statement
5(ab) = (5a)b?

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

26 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms: 5(ab) = (5a)b


Commutativity Axioms
Distributivity Axiom
Identity Axioms
Inverse Axioms

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

27 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms
Distributivity Axiom
Identity Axioms
Inverse Axioms
Which of the axioms above justifies the statement
4y + 4z = 4(y + z)?

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

28 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms
Distributivity Axiom: 4y + 4z = 4(y + z)
Identity Axioms
Inverse Axioms

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

29 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms
Distributivity Axiom
Identity Axioms
Inverse Axioms
Which of the axioms above justifies the statement
3 1 = 3?

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

30 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms
Distributivity Axiom
Identity Axioms: 3 1 = 3
Inverse Axioms

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

31 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms
Distributivity Axiom
Identity Axioms
Inverse Axioms
Which of the axioms above justifies the statement
6(m + n) = 6(n + m)?

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

32 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms: 6(m + n) = 6(n + m)
Distributivity Axiom
Identity Axioms
Inverse Axioms

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

33 / 48

Recall: Axioms of Addition and Multiplication


Associativity Axioms
Commutativity Axioms
Distributivity Axiom
Identity Axioms
Inverse Axioms
Which of the axioms above justifies the statement
8

Christopher F. Santos ()

1
= 1?
8

The Set of Real Numbers

DLSU Algebra Lecture 1

34 / 48

Recall: Axioms of Addition and Multiplication

Associativity Axioms
Commutativity Axioms
Distributivity Axiom
Identity Axioms
1
Inverse Axioms: 8 = 1
8

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

35 / 48

Some Theorems

Let x, y , z R.
The Cancellation Law for Addition:
If x + z = y + z then x = y .
If z + x = z + y then x = y .
The Cancellation Law for Multiplication:
If xz = yz and z 6= 0 then x = y .
If zx = zy and z 6= 0 then x = y .

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

36 / 48

Some Theorems

Let x, y , z R.
The Cancellation Law for Addition:
If x + z = y + z then x = y .
If z + x = z + y then x = y .
The Cancellation Law for Multiplication:
If xz = yz and z 6= 0 then x = y .
If zx = zy and z 6= 0 then x = y .

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

36 / 48

Some Theorems

Let x, y , z R.
The Cancellation Law for Addition:
If x + z = y + z then x = y .
If z + x = z + y then x = y .
The Cancellation Law for Multiplication:
If xz = yz and z 6= 0 then x = y .
If zx = zy and z 6= 0 then x = y .

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

36 / 48

Some Theorems

x 0 = 0 x R
If xy = 0 then either x = 0 or y = 0.
Law of Signs
1

(x) = x

(x)y = xy

(1)x = x

Christopher F. Santos ()

(x)(y ) = xy

(x + y ) = (x) + (y )

The Set of Real Numbers

DLSU Algebra Lecture 1

37 / 48

Some Theorems

x 0 = 0 x R
If xy = 0 then either x = 0 or y = 0.
Law of Signs
1

(x) = x

(x)y = xy

(1)x = x

Christopher F. Santos ()

(x)(y ) = xy

(x + y ) = (x) + (y )

The Set of Real Numbers

DLSU Algebra Lecture 1

37 / 48

Some Theorems

x 0 = 0 x R
If xy = 0 then either x = 0 or y = 0.
Law of Signs
1

(x) = x

(x)y = xy

(1)x = x

Christopher F. Santos ()

(x)(y ) = xy

(x + y ) = (x) + (y )

The Set of Real Numbers

DLSU Algebra Lecture 1

37 / 48

Some Theorems

The equation x + a = b has the unique solution


x = b + (a).
The equation ax = b where a 6= 0 has the unique
solution x = a1 b.

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

38 / 48

Definitions

Subtraction:
Division:

Christopher F. Santos ()

b a = b + (a)

ba=

b
a

=b

1
a

The Set of Real Numbers

DLSU Algebra Lecture 1

39 / 48

Definitions

Subtraction:
Division:

Christopher F. Santos ()

b a = b + (a)

ba=

b
a

=b

1
a

The Set of Real Numbers

DLSU Algebra Lecture 1

39 / 48

Definitions

Subtraction:
Division:

Christopher F. Santos ()

b a = b + (a)

ba=

b
a

=b

1
a

The Set of Real Numbers

DLSU Algebra Lecture 1

39 / 48

Some Theorems

The equation x + a = b has the unique solution


x = b + (a).
The equation ax = b where a 6= 0 has the unique
solution x = a1 b.

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

40 / 48

Some Theorems

The equation x + a = b has the unique solution


x = b + (a) = b a.
The equation ax = b where a 6= 0 has the unique
solution x = a1 b = ba .

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

41 / 48

Some Theorems: Properties of Subtraction

aa=0
a (b) = a + b
a(b c) = ab ac

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

42 / 48

Some Theorems: Properties of Division


Let all denominators be non-zero.
1

a
a

=1

a
1

= a;

a
b
ax
bx

c
d

1
1
a

=a

= ba ;

a
b
a
b

c
d

ad+bc
bd

a
b

a
b

a
b

iff ad = bc
a
b

Christopher F. Santos ()

a
b
a
b

The Set of Real Numbers

c
d

=
c
d

ac
bd

ad
bc

DLSU Algebra Lecture 1

43 / 48

Positive vs. Negative Real Numbers

a R is positive if and only if a > 0.


a R is negative if and only if 0 > a.

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

44 / 48

Order Axioms on R
Let x, y , z R.
Trichotomy Axiom: One and only one of the ff.
is true: a = b or a > b or b > a.
Transitive Property for Inequality:
If a > b and b > c then a > c.
Addition Property for Inequality:
If a > b then a + c > b + c.
Multiplication Property for Inequality:
If a > b and c > 0 then ac > bc.
Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

45 / 48

Definition of Less Than and Non-Strict Inequalities

a<b b>a
a b a > b or a = b
a b a < b or a = b

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

46 / 48

Some Theorems

The set of positive real numbers


is closed under addition.
The set of positive real numbers
is closed under multiplication.
If a is positive then a is negative.
If a is negative then a is positive.

Christopher F. Santos ()

The Set of Real Numbers

DLSU Algebra Lecture 1

47 / 48

Some Theorems
If a > b then a < b.
a2 0.
(Cor.) 1 > 0.
If a > b and c < 0 then ac < bc.
If a > 0 then

1
a

> 0.

If a > b > 0 then


Christopher F. Santos ()

1
a

< b1 .

The Set of Real Numbers

DLSU Algebra Lecture 1

48 / 48

Anda mungkin juga menyukai