Fundamental Concepts
Fundamental Concepts
Course Outline
I. Fundamental / Basic Concepts
II. Examples of Mathematical Systems
III. Groups and Subgroups
IV. Rings
V. Fields
FUNDAMENTAL CONCEPTS
Sets, functions, relations
DEFINITION:
A set is a well-defined collection of distinct objects. It is denoted
by a capital letters A, B, C, …, Z. Each object is called members/elements
denoted by numbers, small letters or figures which may represent the
elements of a set. Each element is separated by a comma and enclosed with
a braces { }. A set is well-defined since we can be able to determine
whether or not an object is an element / belongs to a given set or not.
Natural numbers:
– N = {0,1,2,3, …}
Integers
– Z = {…, -2,-1,0,1,2, …}
Positive integers
– Z+ = {1,2, 3.…}
Rational numbers
– Q = {p/q | p Z, q Z, q 0}
Real numbers
– R
Exercises:
A. Which of the following are well defined sets? Why?
1. The collection of Mathematics Books in the library.
2. The collection of beautiful students in the school.
3. The collection of prime numbers.
4. The collection of the greatest NBA players in the 90’s.
5.The collection of the set of even numbers less than 30.
KINDS OF SETS
There are 12 common kinds of sets that will be essential in
performing operations of sets. These are the following:
1. Finite set → A set is finite if it contains only a limited or countable
number of elements.
2. Infinite set → A set is infinite if it contains only an unlimited or
uncountable number of elements.
3. Universal set → A universal set (denoted by U), is the totality of
all observation/objects under certain condition or situation.
4. Equal sets → Two sets are equal if they have exactly the same
elements.
5. Equivalent sets → Two sets are equivalent if they have the same number
of elements.
6. Joint sets → Two sets are joint sets if they contain at least one
common element.
7. Disjoint sets → Two sets are disjoint if they have no common element.
8. Empty / Null set → Set A is a null set / empty set if it contains no
element.
9. Proper subset → Set A is a proper subset of B if every element of set
A belongs to set B.
10. Improper subset → Set A is an improper subset of set B if set A
is equal to set B or if set A is a null set.
Cardinality
Definition: Let S be a set. If there are exactly n distinct elements in S, where n is a nonnegative integer,
we say S is a finite set and that n is the cardinality of S. The cardinality of S is denoted by | S |.
Examples:
• V={1 2 3 4 5}
|V|=5
• A={1,2,3,4, …, 20}
|A| =20
• ||=0
11. Unit set (Singleton set) → a set with only one element.
12. Power set → refers to the subsets of a set.
Examples:
• Assume {1,2}
• P( {1,2} ) = { , {1}, {2}, {1,2} }
• |P({1,2} )| = 4
• Assume {1,2,3}
• P({1,2,3}) = {, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3} }
• |P({1,2,3} | = 8
Note: Two sets are equal if and only if they have the same members. That
is,
Example:
You are given two sets, A and B, which are defined as:
A = {2, 4, 6, 8}
B = {2, 5, 7, 8}
Find out the symmetric difference B ∆ A.
Solution:
Symmetric difference of B with respect to A is defined as:
B ∆ A = (B U A) – (B ∩ A)
(B U A) = {2, 4, 5, 6, 7, 8}
(B ∩ A) = {2, 8}
B ∆ A = (B U A) – (B ∩ A) = {4, 5, 6, 7}
This is the symmetric difference of B with respect to A.
CARTESIAN PRODUCT
Definition: The cartesian product of two sets X and Y, denoted by X
x Y, is defined as the set of all ordered pairs (x, y) such that x ϵ X and
y ϵ Y. In set notation, this can be written as follows:
X x Y = {(x,y)/x ϵ X and y ϵ Y}
X x Y = {(1,a),(1,b),(2,a),(2,b),(3,a),(3,c)}
Y x X = {(a,1),(b,1),(a,2),(b,2),(3,a),(3,b)}
Note: X x Y ≠ Y x X
From this definition, the product R x R, where R is the set of
real numbers, may geometrically represented as the Cartesian plane of
analytic geometry. On the other hand, Z x Z, where Z is the set of integers,
is represented in the plane by the set of all points having integers as
coordinates.
Algebraic Structures
Algebraic structures are systems with objects and operations, and the
rules or properties governing those operations, which can be used to
calculate and solve equations. The objects are often rational numbers and
the operations are usually addition, subtraction, division, and
multiplication.
In other areas of mathematics, however, different objects or operations
may be used to solve different kinds of equations.
Important concepts in the study of algebraic structure include comparing
processes, doing and undoing, equivalence, and properties of systems.
REALATIONS & FUNCTIONS
EXERCISES:
Binary Operation
Definition: A binary operation on a set S is a function mapping S x S
into S. For each (a,b) S x S, the element of S assigned for this
ordered pair will be denoted by a b.
Example 1
The usual addition + is a binary operation on the set R. The usual
multiplication is another binary operation on R.
Example 2
Matrix addition + is not a binary operation on the set of all matrices
since A + B is not defined for matrices having different number of rows
or columns.
Closure; Induced Operation
Definition: Let be a binary operation on S and let H be a subset of S.
The subset H is closed under if for a, b H we also have a b H. In
this case, the binary operation on H given by restricting to H is the
induced operation of on H.
The definition of a binary operation on S implies closure of S under
Example 1
The usual addition + on the set R of real numbers does not induce a
binary operation on the set R * of nonzero real numbers because 1 R * and –
1 R * but 1 + (- 1) = 0 R * . Thus R * is not closed under .
Example 2
Let + and * be the usual binary operations of addition and
multiplication on the set Z, and let H = n2 n Z + . H is not closed under
addition since 12 = 1 and 22 = 4 but 1 + 4 = 5 H. H is closed under
multiplication since if r and s are elements of H then there must be
integers n and m in Z + such that r = n2 and s = m2, and rs = n2m2 = (nm)2.
We may invent binary operations which are not familiar additions,
subtractions, or the like.
Example 3
Commutative Operation
Definition: a binary operation on a set S is commutative if a b = b a
for all a, b S
Example 1
The binary operation in Example 3 is commutative since a b = b a for
all a, b Z + .
Example 2
The binary operation in Example 4 is not commutative because 4 5 = 4
but 5 4 = 5.
Associative Operation
Definition: A binary operation on a set S is associative if (a b) c =
a (b c) for all a, b, c S.
Which of examples 3, 4, and 5 are associative?
Exercises
Determine whether the binary operation defined is commutative and/or
associative.
1. defined on Z by a b = a – b
2. defined on Q by a b = ab + 1
3. defined on Q by a b = ab/2
4. defined on Z + by a b = 2ab
5. defined on Z + by a b = ab
1. On Z + , define by a b = a – b
2. On Z + , define by a b = ab
3. On R, define by a b = a – b
4. On Z + , define by a b = c where c is the smallest integer greater
than a and b.
5. On Z + , define by a b = c where c is at least 5 more than a + b.
6. On Z + , define by a b = c where c is the largest integer less than
the product of a and b
Existence of an identity: a# e = a e# a = a
a + 2e = a e + 2a = a
2e = 0 e = -a
e = 0
Exercises
1. Let D be the symbol for the binary operation greatest common
factor. Find
a. 6D21 b. 24D60 c. 48D30 d. 13d35
2. Consider the operation S defined on the set of real numbers where
aSb is the smaller of a and b. Is S commutative? Associative?
Prove/disprove that S is left-distributive over addition.
Prove/disprove that S is right distributive over multiplication.
3. For the set of real numbers, define two binary operations, ¨ and ©
as follows
a © b = 2ab and a ¨ b = a + b – 2
a. Prove/disprove that © is commutative/associative.
b. Prove/disprove that ¨ is commutative/associative.
c. Find the identity with respect to and ¨ if each exists.
d. Find the inverse for each element with respect to © and ¨ if each
exists.
e. Prove/disprove that © is left-distributive over ¨ .
PREPARED BY:
GILBERT B. MACARUBBO, DME
MATH 302 PROF.