0% found this document useful (0 votes)
24 views19 pages

Understanding Set Theory Basics

bcfhrd

Uploaded by

eunicecinco321
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views19 pages

Understanding Set Theory Basics

bcfhrd

Uploaded by

eunicecinco321
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Module 1.

The Set Theory

In this module, you are expected to attain the following learning outcomes:
1. Discuss the concept of set.
2. Indicate sets by the description method, roster method, and by using set
builder notation.
3. Properly use notation for element, subset, and proper subset.
4. Determine if sets are equal, equivalent, or neither.
5. Discuss the algebra of sets, special sets and ordered pairs
6. Discuss Cartesian products, relations, functions and partitions.

It is common practice in mathematics today to categorize the various entities we


encounter such as numbers, functions, matrices, vectors etc. into groupings known as
sets. So what exactly is a set? How do we determine set membership? Can we form new
sets from old ones?

In this first module, you will get to understand operations between, relations
among, and statements about sets. This study of Set theory is important mainly because
it serves as a foundation for the rest of mathematics--it provides the axioms from which
the rest of mathematics is built up.

A. Sets, Functions and Relations

The Concept of Set

A set is a collection of objects or symbols. The objects in a set is called elements


of the set. Sets are usually described using "{ }" and inside these curly brackets a list of
the elements or a description of the elements of the set.

Example.

{1, 2, 3, 4, 5 } - set of counting numbers 1, 2, 3, 4 and 5. (finite set)


{ 𝑥 | 𝑥 is a real number } - (infinite set)

If 𝒂 is an element of a set A, we use the notation 𝒂 ∈ 𝐀 and say "a in A" or “a an


element of A". The notation 𝒂 ∉ 𝐀 indicates that “a is not an element of A” and is often
read "a is not in A".
Some Basic Notations and Definition in Sets

∈ Belongs to
∉ Does not belongs to
: or | Such that
∅ Null set or empty set
n(A) Cardinal number of the set A
∪ Union of two sets
∩ Intersection of two sets
N Set of natural numbers = {1, 2, 3, ……}
W Set of whole numbers = {0, 1, 2, 3, ………}
I or Z Set of integers = {………, -2, -1, 0, 1, 2, ………}
Z+ Set of all positive integers
Q Set of all rational numbers
Q+ Set of all positive rational numbers
R Set of all real numbers
R+ Set of all positive real numbers
C Set of all complex numbers

These are the different notations in sets generally required while solving various
types of problems on sets.

Note:

a. The pair of curly braces { } denotes a set. The elements of set are written inside
a pair of curly braces separated by commas.

b. The set is always represented by a capital letter such as; A, B, C, …….. .

c. If the elements of the sets are alphabets then these elements are written in small
letters.

d. The elements of a set may be written in any order.

e. The elements of a set must not be repeated.

f. The Greek letter Epsilon ‘∈’ is used for the words ‘belongs to’, ‘is an element of’,
etc.

g. The symbol ‘∉’ stands for ‘does not belongs to’ also for ‘is not an element of’.
B. Subsets, Equality of Sets, Power Set and Empty Set
C. Algebra of Sets

Set Operations
The fundamental laws of set algebra

The binary operations of set union and intersection satisfy many identities. Three
pairs of laws are stated in the following proposition.

PROPOSITION 1: For any sets A, B, and C, the following identities hold:

Commutative laws:
 A∪B = B∪A
 A∩B = B∩A

Associative laws:
 (A ∪ B ) ∪ C = A ∪ (B ∪ C )
 (A ∩ B ) ∩ C = A ∩ (B ∩ C )

Distributive laws:
 A ∪ (B ∩ C ) = (A ∪ B ) ∩ (A ∪ C )
 A ∩ (B ∪ C ) = (A ∩ B ) ∪ (A ∩ C )
PROPOSITION 2: For any subset A of universal set U, the following identities hold:

Identity laws:
 A∪∅ = A
 A∩U = A

Complement laws:
 A ∪ A′ = U
 A ∩ A′ = ∅

PROPOSITION 3: For any subsets A and B of a universal set U, the following identities
hold:
Idempotent laws:
 A∪A = A
 A∩A = A

Domination laws:
 A∪U = U
 A∩∅ = ∅

Absorption laws:
 A ∪ (A ∩ B ) = A
 A ∩ (A ∪ B ) = A

PROPOSITION 4: Let A and B be subsets of a universe U, then:

De Morgan's laws:
 (A ∪ B )′ = A′ ∩ B′
 (A ∩ B )′ = A′ ∪ B′

Double complement or Involution law:


 A′′ = A

Complement laws for the universal set and the empty set:
 ∅′ = U
 U′ = ∅

PROPOSITION 5: Let A and B be subsets of a universe U, then, uniqueness of


complements:
 If A ∪ B = U, and A ∩ B = ∅ then B = A′.

PROPOSITION 6: If A, B and C are sets then the following hold:

Reflexivity:
 A⊆A
Antisymmetry:
 A ⊆ B and B ⊆ A if and only if A = B
Transitivity:
 If A ⊆ B and B ⊆ C then A ⊆ C
PROPOSITION 7: If A, B and C are subsets of a set S then the following hold:

Existence of a least element and a greatest element:


 ∅⊆A⊆S

Existence of joins:
 A ⊆ A∪B
 If A ⊆ C and B ⊆ C then A∪B ⊆ C

Existence of meets:
 A∩B ⊆ A
 If C ⊆ A and C ⊆ B then C ⊆ A∩B

PROPOSITION 8: For any two sets A and B, the following are equivalent:
 A⊆B
 A∩B = A
 A∪B = B
 A−B = ∅
 B′ ⊆ A′
PROPOSITION 9: For any universe U and subsets A, B, and C of U, the following
identities hold:
 C − (A ∩ B ) = (C − A ) ∪ (C − B )
 C − (A ∪ B ) = (C − A ) ∩ (C − B )
 C − (B − A ) = (A ∩ C ) ∪ (C − B )
 (B − A ) ∩ C = (B ∩ C ) − A = B ∩ (C − A )
 (B − A ) ∪ C = (B ∪ C ) − (A − C )
 A−A = ∅
 ∅−A = ∅
 A−∅ = A
 B − A = A' ∩ B
 (B − A )' = A ∪ B′
 U − A = A′
 A−U = ∅

D. Ordered Pairs and Relations

An ordered pair (a; b) is a mathematical object comprised of two objects a and b


belonging to sets A and B respectively. The order in which the element is written is crucial
and we define equality on ordered pairs as follows:
Properties of Cartesian Products

NOTATION: At this point, it is worthwhile to introduce new notation. The symbols below
will be used informally in arguments as a way of simplifying notation and making our
proofs and definitions neater. At some point, we will introduce more formal logic and
certain symbols will have a more precise meaning at that time.

 The universal quantifier: ∀ = "for all".


 The existential quantifier: ∃ = "there is" or "exists".

Operations and Properties of Relations


Definition. (Composite Relations). Let R be a relation from A to B and let S be a
relation from B to C. The composite of R and S is

Definition. (Inverse relation) Given a relation R from A to B we define the inverse


relation R−1 to be the relation from B to A defined by

Equivalence Relations and Partitions

Definition. (Equivalence Relation) Let A be a set and let R be a relation on A. We


say that R is an equivalence relation if R is
E. Functions
Viewing the function this way, it becomes very clear that a function is given by
THREE pieces of information: The domain, the range, and the assignment between the
two.

Examples:
Problem Set 1
Problem Set 1

1. Write each of the following sets by listing its elements explicitly.

2. Assume U=Z , and let

A={…,−6,−4,−2,0,2,4,6,…}= 2Z,
B={…,−9,−6,−3,0,3,6,9,…}= 3Z,
C={…,−12,−8,−4,0,4,8,12,…}= 4Z.

Describe the following sets by listing their elements explicitly.

3. An insurance company classifies its set U of policy holders by the following sets:
A = {x ∣x drives a subcompact car},
B = {x ∣x drives a car older than 5 years},
C = {x ∣x is married},
D = {x ∣x is over 21 years old},
E = {x ∣x is a male}.

Describe each of the following subsets of U in terms of A, B, C, D, and E.

(a) Male policy holders over 21 years old.


(b) Policy holders who are either female or drive cars more than 5 years old.
(c) Female policy holders over 21 years old who drive subcompact cars.
(d) Male policy holders who are either married or over 21 years old and do not drive
subcompact cars.

3. Let A, B, and C be any three sets. Prove that if A ⊆ C and B ⊆ C, then A ∪ B ⊆ C.

4. Let A, B, and C be any three sets. Prove that


(a) A – B = A ∩ B’
(b) A = (A − B) ∪ (A ∩ B)
(c) A − (B − C) = A ∩ (B’ ∪ C)
(d) (A − B) – C = A − (B ∪ C)

5. Let A={x ∈ R | x2 < 4} and let B={ x ∈ R | x < 2}

(a) Is A ⊆ B ? Justify your conclusion with a proof or a counterexample.


(b) Is B ⊆ A ? Justify your conclusion with a proof or a counterexample.
Problem Set 2

1. Let A = {1, 2}, B = {a, b, c, d}, and C = {1, a, b}. Use the roster method to list all of
the elements of each of the following sets:
(a) A × B
(b) B × A
(c) A × C
(d) A2
(e) A × (B ∩ C)
(f) (A × B) ∩ (A × C)
(g) A × ∅
(h) B × {2}

2. Let A= {1}, B= {2}, and C= {3}.


(a) Explain why A × B ≠ B × A
(b) Explain why (A×B) × C ≠ A × (B × C)

3. Let A and B be nonempty sets. Prove that A × B = B × A if and only if A = B.

4.

5. Show that if F : X → Y is a bijection, then F-1 : Y → X is a bijection.


References

McMillan, Jack F. (2007). Lecture Notes on Set Theory and Point-Set Topology. Hawaii
Pacific University, College of Natural and Computational Sciences

[Link]

[Link]
/[Link]

[Link]

[Link]

Common questions

Powered by AI

Cartesian products provide the foundational structure for forming ordered pairs, which are essential for defining relations and functions . If A and B are sets, their Cartesian product, A × B, consists of all ordered pairs (a, b) where a ∈ A and b ∈ B. This concept underpins the formal definition of functions, which map elements from one set to another, and relations, describing associations between sets . Cartesian products thus serve as the groundwork for exploring complex mathematical concepts, including mappings, connectivity, and functional analysis .

The fundamental laws of set algebra, including commutative, associative, and distributive laws, facilitate the reordering and grouping of sets, respectively, thereby simplifying complex set operations . For example, using these laws, a union or intersection can be rearranged for easier evaluation, akin to algebraic manipulation of numbers. By providing structured methods for analyzing and combining set expressions, these laws offer a robust toolkit for constructing rigorous mathematical proofs, problem-solving, and deducing properties and relationships within sets .

A power set represents the set of all subsets, including the empty set and the set itself, for any given set . If a set has n elements, its power set has 2^n elements, illustrating exponential growth in potential combinations. Power sets are critical in combinatorics and logic, providing insight into the structure and complexity of sets and their interrelations. Understanding the cardinality of power sets helps illuminate relationships between finite and infinite sets, valuable in foundational mathematical theories like Cantor's theorem .

Equivalence relations in set theory group elements that are related, satisfying reflexive, symmetric, and transitive properties. They naturally partition a set into disjoint equivalence classes, where each class is a subset in which every element is equivalent under a given relation . This partitioning effectively categorizes elements into distinct, non-overlapping groups, facilitating the analysis of set structure and the simplification of problems through representative elements. By defining clear boundaries and structures within sets, equivalence relations and partitions enable a comprehensive understanding of mathematical entities and their interrelations .

Ordered pairs are foundational structures in defining Cartesian products, where the sequence of elements (a, b) matters and is distinct from (b, a). This strict ordering is crucial for defining precise relationships between elements of sets A and B in the Cartesian product A × B. These pairs establish a clear basis for modeling complex relationships and functions, where the directionality or mapping of elements is essential. Applying ordered pairs within Cartesian products helps delineate structured mathematical models, pivotal in areas like graph theory, databases, and functional analysis .

Set builder notation provides a flexible method for describing sets by specifying a property that elements must satisfy. It is expressed as {x | x has property P}, allowing precise formulation of sets, such as {x ∈ R | x^2 < 4} which defines the set of real numbers where x squared is less than 4 . This approach is particularly useful for defining infinite sets or those based on conditional properties, facilitating clearer communication and abstraction in mathematical discourse .

De Morgan's laws are fundamental in set theory for translating between unions and intersections of sets. They state: (A ∪ B)′ = A′ ∩ B′ and (A ∩ B)′ = A′ ∪ B′, facilitating the simplification of set expressions . For example, considering sets A and B, the complement of the union (A ∪ B) is equivalent to the intersection of their complements (A′ ∩ B′), useful in logic and probability for simplifying complex statements. Applying these laws helps manage and manipulate set operations, particularly in logical proofs and problem-solving .

To prove that if A ⊆ B, then A ∩ B = A, consider any element x. If x ∈ A, since A is a subset of B (A ⊆ B), it follows that x ∈ B. Consequently, x is in both A and B, meaning x ∈ A ∩ B. Conversely, if x ∈ A ∩ B, by definition of intersection, x must be in both A and B, confirming x ∈ A. Therefore, every element of A is in A ∩ B and vice versa, thus proving A ∩ B = A .

The identity laws, such as A ∪ ∅ = A and A ∩ U = A, confirm that the union with an empty set or intersection with a universal set leaves a set unchanged . Domination laws, like A ∪ U = U and A ∩ ∅ = ∅, illustrate that a set union with a universal set results in the universal set, and intersection with an empty set yields the empty set . Absorption laws, such as A ∪ (A ∩ B) = A and A ∩ (A ∪ B) = A, consolidate expressions by absorbing redundant elements. These laws streamline set calculations and provide efficient mechanisms to simplify mathematical operations in set algebra .

Set theory utilizes several notations to effectively communicate about sets and their elements. Curly braces '{}', represent sets with elements listed inside, separated by commas . The symbols '∈' and '∉' indicate whether an element belongs to a set or not. Also fundamental are specific notations like N (natural numbers), Z (integers), Q (rational numbers), R (real numbers), and C (complex numbers). Additionally, the use of capital letters depicts sets, while lowercase letters denote elements, ensuring clarity and distinction. These notations enable precise mathematical discourse and foundational operations within set theory .

You might also like