This document was uploaded by user and they confirmed that they have the permission to share
it. If you are author or own the copyright of this book, please report to us by using this DMCA
report form. Report DMCA
Overview
Download & View Chapter-i Set Theory as PDF for free.
SET THEORY 1.1 Introduction to Set theory: Set theory lies at the foundation of all modern mathematics. It gives a very general framework in which almost every branch of mathematics can be discussed.A set is a collection of objects, numbers, ideas, etc. The different objects are called the elements or members of a set. Each element of a set can be listed, or they may be represented using builder notation. Give some examples of sets below. V = {a, e, i, o, u} A = {5, 10, 15, 20, ...} C = {x | x ∈N, 0 < x ≤ 1000} P is the set of all students in Math Studies. Numerical Sets :So what does this have to do with math? When we define a set, all we have to specify is a common characteristic. Who says we can't do so with numbers? Set of even numbers: {..., -4, -2, 0, 2, 4, ...} Set of odd numbers: {..., -3, -1, 1, 3, ...} Set of prime numbers: {2, 3, 5, 7, 11, 13, 17, ...} Positive multiples of 3 that are less than 10: {3, 6, 9} And the list goes on. We can come up with all different types of sets. There can also be sets of numbers that have no common trait, they are just defined that way. For example: {2, 3, 6, 828, 3839, 8827} {4, 5, 6, 10, 21} {2, 949, 48282, 42882959, 119484203} Are all sets that I just randomly banged on my keyboard to produce.
Basic symbols: , \in : belongs to , \not\in : does not belong to
, @ : empty set U,
: universal set , \subset : proper subset
, \not\subset : not a proper subset , \subseteq : subset , \not\subseteq : not a subset , \cup : set union Ai , \cup(i=1 to n) A_i : union of n sets , \cap : set intersection Ai , \cap(i=1 to n) A_i : intersection of n sets , \bar A : complement of set A (A) , P(A) : power set of set A
, X : Cartesian product Ai , X(i=1 to n) A_i : cartesian product of n sets 1.2 Operation On Sets: Union: The union of sets A and B, denoted by A U B , is the set defined as A
B={x|xєA
xєB}
Example 1: If A = {1, 2, 3} and B = {4, 5} , then A
B = {1, 2, 3, 4, 5} .
Example 2: If A = {1, 2, 3} and B = {1, 2, 4, 5} , then A
B = {1, 2, 3, 4, 5} .
Note that elements are not repeated in a set. Intersection: The intersection of sets A and B, denoted by A A
B={x|xєA
B , is the set defined as
xєB}
Example 3: If A = {1, 2, 3} and B = {1, 2, 4, 5} , then A Example 4: If A = {1, 2, 3} and B = {4, 5} , then A
B = {1, 2} .
B=Ø
Difference: The difference of sets A from B , denoted by A - B , is the set defined as A-B={x|xєA
x B}
Example 5: If A = {1, 2, 3} and B = {1, 2, 4, 5} , then A - B = {3} . Example 6: If A = {1, 2, 3} and B = {4, 5}, then A - B = {1, 2, 3}. Note that in general A - B ≠ B - A Complement: For a set A, the difference U - A, where U is the universe, is called the complement of A and it is denoted by . Thus is the set of everything that is not in A. Example 7: Suppose U = set of positive integers less than 10, And A = {1, 2, 5, 6, 7}