SlideShare a Scribd company logo
Set
Theory
T- 1-855-694-8886
Email- info@iTutor.com
By iTutor.com
What is a set?
 Sets are used to define the concepts of relations and functions.
The study of geometry, sequences, probability, etc. requires the
knowledge of sets.
 The theory of sets was developed by German
mathematician Georg Cantor (1845-1918).
 He first encountered sets while working on
“problems on trigonometric series”.
 Studying sets helps us categorize information.
It allows us to make sense of a large amount
of information by breaking it down into
smaller groups.
Georg Cantor
(1845-1918)
Definition: A set is any collection of objects specified in such
a way that we can determine whether a given object is or is
not in the collection.
 In other words A set is a collection of objects.
 These objects are called elements or members of the set.
 The symbol for element is .
 For example, if you define the set as all the fruit found in
my refrigerator, then apple and orange would be elements
or members of that set.
 The following points are noted while writing a set.
 Sets are usually denoted by capital letters A, B, S, etc.
 The elements of a set are usually denoted by small letters a,
b, t, u, etc
Examples:
 A = {a, b, d, 2, 4}
 B = {math, religion, literature, computer science}
 C = { }
Sets
 Sets can be well defined.
 A well defined set is a set whose contents are clearly
determined. The set defined as “colors” would not be
well defined while “the set of colors in a standard box of
eight crayons” is well defined.
 Other ways to denote sets
 Ellipses
 N = {0, 1, 2, 3, 4. . .}
(set of natural numbers)
 Z = {. . ., -3, -2, -1, 0, 1, 2, 3,. . .}
(set of integers)
 E = {0, 2, 4, 6. . .}
(set of even natural numbers)
There are three methods used to indicate a set:
1. Description
2. Roster form
3. Set-builder notation
 Description : Description means just that, words
describing what is included in a set.
 For example, Set M is the set of months that start with the
letter J.
 Roster Form : Roster form lists all of the elements in the
set within braces {element 1, element 2, …}.
 For example, Set M = { January, June, July}
 Set-Builder Notation: Set-builder notation is frequently
used in algebra.
 For example, M = { x x is a month of the year and x starts
with the letter J}
 This is read, “Set M is the set of all the elements x such that
x is a month of the year and x starts with the letter J”.
Subsets
 A is a subset of B if every element of A is also contained
in B. This is written
A B.
For example, the set of integers
{ …-3, -2, -1, 0, 1, 2, 3, …}
is a subset of the set of real numbers.
Formal Definition:
A B means “if x A, then x B.”
Empty set
 Set with no elements
 { } or Ø.
Elements may be sets
A = {1,2,{1,3,5},3,{4,6,8}}
B = {{1,2,3},{4,5,6}}
C = {Ø, 1, 3} = {{},1,3}
D = {Ø} = {{}} Ø
 Set size
 Called cardinality
 Number of elements in set
 Denoted |A| is the size of set A
 If A = {2,3,5,7,8}, then |A| = 5
 If a set A has a finite number of elements, it is a finite
set.
 A set which is not finite is infinite.
Set relations
 - "is a member of"
 x A
 - "subset"
 A B A is a subset of B
 Every element in A is
also in B
 x: x A x B
 - "proper subset"
 A B - A is a proper subset of B (A B)
 Every element in A is also in B and
 A B
 ( x: x A x B) A B
 - "proper superset"
 A B - A is a proper superset of B (A B)
 Every element in B is also in A and
 A B
 ( x: x B x A) A B
 Example: N Z Q R
 - "superset"
 A B
 A is a superset of B
 Every element in B is also in A
 x: x B x A
Numbers and Set
 There are different types of numbers:
 Cardinal numbers - answer the question “How many?”
 Ordinal numbers - such as first, second, third. . .
 Nominal numbers – which are used to name things.
Examples of nominal numbers would be your driver’s
license number or your student ID number.
 The cardinal number of a set S, symbolized as n(S), is the
number of elements in set S.
 If S = { blue, red, green, yellow } then n(S) = 4.
 Two sets are considered equal sets if they contain exactly
the same elements.
 Two sets are considered equivalent sets if they contain the
same number of elements ( if n(A) = n(B) ).
 If E = { 1 , 2 , 3 } and F = { 3 , 2 , 1 }, then the sets are
equal (since they have the same elements), and equivalent
(since they both have 3 elements).
 If G = { cat , dog , horse , fish } and H = { 2 , 5 , 7 , 9
}, then the sets are not equal (since they do not have the
same elements), but they are equivalent (since they both
have 4 elements, n(G) = n(H) ).
Power Sets
 Given any set, we can form a set of all possible subsets.
 This set is called the power set.
 Notation: power set or set A denoted as P(A)
 Ex: Let A = {a}
 P(A) = {Ø, {a}}
 Let A = {a, b}
 P(A) = {Ø, {a}, {b}, { a, b}}
• Let B = {1, 2, 3}
P(B)={Ø,{1},{2},{3},{1,2},{1,3}
,{2,3},{1,2,3}}
Cartesain Product
 Ordered pairs - A list of elements in which the order is
significant.
 Order is not significant for sets!
 Notation: use round brackets.
• (a, b)
{a,b} = {b,a}
(a,b) (b,a)
 Cartesian Product: Given two sets A and B, the set of
– all ordered pairs of the form (a , b) where a is any
– element of A and b any element of B, is called the
– Cartesian product of A and B.
 Denoted as A x B
• A x B = {(a,b) | a A and b B}
• Ex: Let A = {1,2,3}; B = {x,y}
– A x B = {(1,x),(1,y),(2,x),(2,y),(3,x),(3,y)}
– B x A = {(x,1),(y,1),(x,2),(y,2),(x,3),(y,3)}
– B x B = B2 = {(x,x),(x,y),(y,x),(y,y)}
• (1, 2) • (2, 1)
Set Operators
 Union of two sets A and B is the set of all elements in
either set A or B.
 Written A B.
 A B = {x | x A or x B}
 Intersection of two sets A and B is the set of all elements
in both sets A or B.
 Written A B.
 A B = {x | x A and x B}
 Difference of two sets A and B is the set of all elements
in set A which are not in set B.
– Written A - B.
– A - B = {x | x A and x B}
– also called relative complement
 Complement of a set is the set of all elements not in
the set.
– Written Ac
– Need a universe of elements to draw from.
– Set U is usually called the universal set.
– Ac = {x | x U - A }
 Sets with no common elements are called disjoint
– If A B = Ø, then A and B are disjoint.
 If A1, A2, . . . An are sets, and no two have a common
element, then we say they are mutually disjoint.
– Ai Aj = Ø for all i,j n and i j
– Consider Md = {x | x MVNC students, d MVNC dorm
rooms}
– Consider Mn = {x I | (x MOD 5) = n}
 Partition - A collection of disjoint sets which
collectively
– Make up a larger set.
– Ex: Let A = {a,b}; B = {c,d,e}; C = {f,g} and
 D = {a,b,c,d,e,f,g}
 Then sets A,B,C form a partition of set D
 Let A be a nonempty set (A Ø), and suppose that
B1, B2, B3, . . ., Bn are subsets of A, such that:
– None of sets B1, B2, B3, . . ., Bn are empty;
– The sets B1, B2, B3, . . ., Bn are mutually disjoint.
(They have no elements in common)
– The union of sets B1, B2, B3, . . ., Bn is equal to A.
e.g. B1 B2 B3 . . . Bn = A
 Then we say the sets B1, B2, B3, . . ., Bn form a partition of
the set A.
 The subsets B1, B2, B3, . . ., Bn are called blocks of the
partition.
0
1
7
2
3
8
9
4
65
Universal Set
 A universal set is the super set of all sets under
consideration and is denoted by U.
 Example: If we consider the sets A, B and C as the
cricketers of India, Australia and England respectively,
then we can say that the universal set (U) of these sets
contains all the cricketers of the world.
 The union of two sets A and B is the set which contains
all those elements which
 are only in A, only in B and in both A and B, and this set
is denoted by “A B”.
 A B {x : x A or x B}
 Example: If A = {a, 1, x, p} and B = {p, q, 2, x},
then A B = {a, p, q, x, 1, 2}.
Here, a and 1 are contained only in A; q and 2 are
contained only in B; and p and x are contained in both A and B.
Set Properties
 Property 1 (Properties of Ø and )
– A Ø = A , A U = A
– A U = U , A Ø = Ø
 Property 2 ( The idempotent properties)
– A
 Property 3 (The commutative properties)
– A
 Property 4 (The associative properties)
– A C) = (A C
– A C) = (A B) C
 Property 5 (The distributive properties)
– A C) = (A B) C)
– A C) = (A B) (A C)
 Property 6 (Properties of the complement)
– ØC = U , UC = Ø
– A C = U , A AC = Ø
– (AC)C = A
 Property 7 (De Morgan's laws)
– (A B)C = AC BC
– (A B)C = AC BC
 Property 8 (Absortion laws)
– A (A B) = A
– A (A B) = A
The End
Call us for more
information:
www.iTutor.com
1-855-694-8886
Visit

More Related Content

What's hot

Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
Akshit Saxena
 
Set Concepts
Set ConceptsSet Concepts
Set Conceptsshbest
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functions
suthi
 
Introduction to Sets
Introduction to SetsIntroduction to Sets
Introduction to Sets
Ashita Agrawal
 
Final maths presentation on sets
Final maths presentation on setsFinal maths presentation on sets
Final maths presentation on sets
Rahul Avicii
 
SET THEORY
SET THEORYSET THEORY
SET THEORYLena
 
1. sets and basic notations
1. sets and basic notations1. sets and basic notations
1. sets and basic notationseduardman
 
Operations on sets
Operations on setsOperations on sets
Operations on sets
renceLongcop
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
Manik Bhola
 
Sets in discrete mathematics
Sets in discrete mathematicsSets in discrete mathematics
Sets in discrete mathematics
University of Potsdam
 
Introduction to set theory
Introduction to set theoryIntroduction to set theory
Introduction to set theory
DR. TIRIMBA IBRAHIM
 
Set theory-ppt
Set theory-pptSet theory-ppt
Set theory-ppt
vipulAtri
 
Set Difference
Set DifferenceSet Difference
Set Difference
Reymart Bargamento
 
The natural numbers
The natural numbersThe natural numbers
The natural numbersJudi Maee
 
Sets
SetsSets
maths set
maths setmaths set
maths set
Ashish Agarwal
 
Mathematics class XI SETS
Mathematics class XI SETSMathematics class XI SETS
Mathematics class XI SETS
Naveen R
 
Sets, functions and groups
Sets, functions and groupsSets, functions and groups
Sets, functions and groups
Muhammad Adnan Ejaz
 

What's hot (20)

Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
 
Set Concepts
Set ConceptsSet Concepts
Set Concepts
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functions
 
Introduction to Sets
Introduction to SetsIntroduction to Sets
Introduction to Sets
 
Final maths presentation on sets
Final maths presentation on setsFinal maths presentation on sets
Final maths presentation on sets
 
Sets
SetsSets
Sets
 
SET THEORY
SET THEORYSET THEORY
SET THEORY
 
1. sets and basic notations
1. sets and basic notations1. sets and basic notations
1. sets and basic notations
 
Operations on sets
Operations on setsOperations on sets
Operations on sets
 
2.2 Set Operations
2.2 Set Operations2.2 Set Operations
2.2 Set Operations
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
 
Sets in discrete mathematics
Sets in discrete mathematicsSets in discrete mathematics
Sets in discrete mathematics
 
Introduction to set theory
Introduction to set theoryIntroduction to set theory
Introduction to set theory
 
Set theory-ppt
Set theory-pptSet theory-ppt
Set theory-ppt
 
Set Difference
Set DifferenceSet Difference
Set Difference
 
The natural numbers
The natural numbersThe natural numbers
The natural numbers
 
Sets
SetsSets
Sets
 
maths set
maths setmaths set
maths set
 
Mathematics class XI SETS
Mathematics class XI SETSMathematics class XI SETS
Mathematics class XI SETS
 
Sets, functions and groups
Sets, functions and groupsSets, functions and groups
Sets, functions and groups
 

Viewers also liked

Set Theory
Set TheorySet Theory
Maths Project on sets
Maths Project on setsMaths Project on sets
Maths Project on setsatifansari17
 
Plant and Animalcell
Plant and AnimalcellPlant and Animalcell
Plant and AnimalcellMalti Aswal
 
Ppt sets and set operations
Ppt sets and set operationsPpt sets and set operations
Ppt sets and set operations
geckbanaag
 
Set Theory and its Applications
Set Theory and its ApplicationsSet Theory and its Applications
Set Theory and its Applications
Engr Sajid IRan Khan
 
Maths Project 11 class(SETS)
Maths Project 11 class(SETS)Maths Project 11 class(SETS)
Maths Project 11 class(SETS)
Sahil Mehra
 

Viewers also liked (6)

Set Theory
Set TheorySet Theory
Set Theory
 
Maths Project on sets
Maths Project on setsMaths Project on sets
Maths Project on sets
 
Plant and Animalcell
Plant and AnimalcellPlant and Animalcell
Plant and Animalcell
 
Ppt sets and set operations
Ppt sets and set operationsPpt sets and set operations
Ppt sets and set operations
 
Set Theory and its Applications
Set Theory and its ApplicationsSet Theory and its Applications
Set Theory and its Applications
 
Maths Project 11 class(SETS)
Maths Project 11 class(SETS)Maths Project 11 class(SETS)
Maths Project 11 class(SETS)
 

Similar to Set Theory

Discrete mathematics OR Structure
Discrete mathematics OR Structure Discrete mathematics OR Structure
Discrete mathematics OR Structure
Abdullah Jan
 
discrete maths notes.ppt
discrete maths notes.pptdiscrete maths notes.ppt
discrete maths notes.ppt
NamuwayaPhionah1
 
Module week 1 Q1
Module week 1 Q1Module week 1 Q1
Module week 1 Q1
Rommel Limbauan
 
Sets functions-sequences-exercises
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercises
Roshayu Mohamad
 
sets and their introduction and their exercises.pptx
sets and their introduction and their exercises.pptxsets and their introduction and their exercises.pptx
sets and their introduction and their exercises.pptx
ZenLooper
 
Set and Set operations, UITM KPPIM DUNGUN
Set and Set operations, UITM KPPIM DUNGUNSet and Set operations, UITM KPPIM DUNGUN
Set and Set operations, UITM KPPIM DUNGUN
baberexha
 
POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdf
MaryAnnBatac1
 
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptxQ1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
NovyFacun1
 
SETS PPT-XI.pptx
SETS PPT-XI.pptxSETS PPT-XI.pptx
SETS PPT-XI.pptx
TamannaNayak5
 
SET AND ITS OPERATIONS
SET AND ITS OPERATIONSSET AND ITS OPERATIONS
SET AND ITS OPERATIONS
RohithV15
 
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptxSet Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptx
KalirajMariappan
 
mathematicsclassxi-140217035536-phpapp01(1).pdf
mathematicsclassxi-140217035536-phpapp01(1).pdfmathematicsclassxi-140217035536-phpapp01(1).pdf
mathematicsclassxi-140217035536-phpapp01(1).pdf
OluyemiOkunlola
 
Sets and functions daniyal khan
Sets and functions daniyal khanSets and functions daniyal khan
Sets and functions daniyal khan
Daniyal Khan
 
Sets (Mathematics class XI)
Sets (Mathematics class XI)Sets (Mathematics class XI)
Sets (Mathematics class XI)
VihaanBhambhani
 
Sets and there different types.
Sets and there different types.Sets and there different types.
Sets and there different types.
Ashufb2323
 
7-Sets-1.ppt
7-Sets-1.ppt7-Sets-1.ppt
7-Sets-1.ppt
jaffarbikat
 
Sets class 11
Sets class 11Sets class 11
Sets class 11
Nitishkumar0105999
 
Bba i-bm-u-1.2 set theory -
Bba i-bm-u-1.2 set theory  - Bba i-bm-u-1.2 set theory  -
Bba i-bm-u-1.2 set theory -
Rai University
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
gowhiksankar54
 

Similar to Set Theory (20)

Discrete mathematics OR Structure
Discrete mathematics OR Structure Discrete mathematics OR Structure
Discrete mathematics OR Structure
 
discrete maths notes.ppt
discrete maths notes.pptdiscrete maths notes.ppt
discrete maths notes.ppt
 
Module week 1 Q1
Module week 1 Q1Module week 1 Q1
Module week 1 Q1
 
Sets functions-sequences-exercises
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercises
 
sets and their introduction and their exercises.pptx
sets and their introduction and their exercises.pptxsets and their introduction and their exercises.pptx
sets and their introduction and their exercises.pptx
 
Set and Set operations, UITM KPPIM DUNGUN
Set and Set operations, UITM KPPIM DUNGUNSet and Set operations, UITM KPPIM DUNGUN
Set and Set operations, UITM KPPIM DUNGUN
 
POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdf
 
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptxQ1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
 
4898850.ppt
4898850.ppt4898850.ppt
4898850.ppt
 
SETS PPT-XI.pptx
SETS PPT-XI.pptxSETS PPT-XI.pptx
SETS PPT-XI.pptx
 
SET AND ITS OPERATIONS
SET AND ITS OPERATIONSSET AND ITS OPERATIONS
SET AND ITS OPERATIONS
 
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptxSet Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptx
 
mathematicsclassxi-140217035536-phpapp01(1).pdf
mathematicsclassxi-140217035536-phpapp01(1).pdfmathematicsclassxi-140217035536-phpapp01(1).pdf
mathematicsclassxi-140217035536-phpapp01(1).pdf
 
Sets and functions daniyal khan
Sets and functions daniyal khanSets and functions daniyal khan
Sets and functions daniyal khan
 
Sets (Mathematics class XI)
Sets (Mathematics class XI)Sets (Mathematics class XI)
Sets (Mathematics class XI)
 
Sets and there different types.
Sets and there different types.Sets and there different types.
Sets and there different types.
 
7-Sets-1.ppt
7-Sets-1.ppt7-Sets-1.ppt
7-Sets-1.ppt
 
Sets class 11
Sets class 11Sets class 11
Sets class 11
 
Bba i-bm-u-1.2 set theory -
Bba i-bm-u-1.2 set theory  - Bba i-bm-u-1.2 set theory  -
Bba i-bm-u-1.2 set theory -
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
 

More from itutor

Comparing Fractions
Comparing FractionsComparing Fractions
Comparing Fractionsitutor
 
Fractions
FractionsFractions
Fractionsitutor
 
Quadrilaterals
QuadrilateralsQuadrilaterals
Quadrilateralsitutor
 
Properties of Addition & Multiplication
Properties of Addition & MultiplicationProperties of Addition & Multiplication
Properties of Addition & Multiplicationitutor
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theoremitutor
 
Equation of Hyperbola
Equation of HyperbolaEquation of Hyperbola
Equation of Hyperbolaitutor
 
Equation of Strighjt lines
Equation of Strighjt linesEquation of Strighjt lines
Equation of Strighjt linesitutor
 
Evolution and Changes
Evolution and ChangesEvolution and Changes
Evolution and Changesitutor
 
Slops of the Straight lines
Slops of the Straight linesSlops of the Straight lines
Slops of the Straight linesitutor
 
Equations of Straight Lines
Equations of Straight LinesEquations of Straight Lines
Equations of Straight Linesitutor
 
Parabola
ParabolaParabola
Parabolaitutor
 
Ellipse
EllipseEllipse
Ellipseitutor
 
Periodic Relationships
Periodic RelationshipsPeriodic Relationships
Periodic Relationshipsitutor
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinantsitutor
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrixitutor
 
Living System
Living SystemLiving System
Living Systemitutor
 
Ecosystems- A Natural Balance
Ecosystems- A Natural BalanceEcosystems- A Natural Balance
Ecosystems- A Natural Balanceitutor
 
Ecosystems
EcosystemsEcosystems
Ecosystemsitutor
 
Gravitation
GravitationGravitation
Gravitationitutor
 
Home bound instruction presentation
Home bound instruction presentationHome bound instruction presentation
Home bound instruction presentationitutor
 

More from itutor (20)

Comparing Fractions
Comparing FractionsComparing Fractions
Comparing Fractions
 
Fractions
FractionsFractions
Fractions
 
Quadrilaterals
QuadrilateralsQuadrilaterals
Quadrilaterals
 
Properties of Addition & Multiplication
Properties of Addition & MultiplicationProperties of Addition & Multiplication
Properties of Addition & Multiplication
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theorem
 
Equation of Hyperbola
Equation of HyperbolaEquation of Hyperbola
Equation of Hyperbola
 
Equation of Strighjt lines
Equation of Strighjt linesEquation of Strighjt lines
Equation of Strighjt lines
 
Evolution and Changes
Evolution and ChangesEvolution and Changes
Evolution and Changes
 
Slops of the Straight lines
Slops of the Straight linesSlops of the Straight lines
Slops of the Straight lines
 
Equations of Straight Lines
Equations of Straight LinesEquations of Straight Lines
Equations of Straight Lines
 
Parabola
ParabolaParabola
Parabola
 
Ellipse
EllipseEllipse
Ellipse
 
Periodic Relationships
Periodic RelationshipsPeriodic Relationships
Periodic Relationships
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
 
Living System
Living SystemLiving System
Living System
 
Ecosystems- A Natural Balance
Ecosystems- A Natural BalanceEcosystems- A Natural Balance
Ecosystems- A Natural Balance
 
Ecosystems
EcosystemsEcosystems
Ecosystems
 
Gravitation
GravitationGravitation
Gravitation
 
Home bound instruction presentation
Home bound instruction presentationHome bound instruction presentation
Home bound instruction presentation
 

Recently uploaded

The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 

Recently uploaded (20)

The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 

Set Theory

  • 2. What is a set?  Sets are used to define the concepts of relations and functions. The study of geometry, sequences, probability, etc. requires the knowledge of sets.  The theory of sets was developed by German mathematician Georg Cantor (1845-1918).  He first encountered sets while working on “problems on trigonometric series”.  Studying sets helps us categorize information. It allows us to make sense of a large amount of information by breaking it down into smaller groups. Georg Cantor (1845-1918)
  • 3. Definition: A set is any collection of objects specified in such a way that we can determine whether a given object is or is not in the collection.  In other words A set is a collection of objects.  These objects are called elements or members of the set.  The symbol for element is .  For example, if you define the set as all the fruit found in my refrigerator, then apple and orange would be elements or members of that set.  The following points are noted while writing a set.  Sets are usually denoted by capital letters A, B, S, etc.  The elements of a set are usually denoted by small letters a, b, t, u, etc Examples:  A = {a, b, d, 2, 4}  B = {math, religion, literature, computer science}  C = { }
  • 4. Sets  Sets can be well defined.  A well defined set is a set whose contents are clearly determined. The set defined as “colors” would not be well defined while “the set of colors in a standard box of eight crayons” is well defined.  Other ways to denote sets  Ellipses  N = {0, 1, 2, 3, 4. . .} (set of natural numbers)  Z = {. . ., -3, -2, -1, 0, 1, 2, 3,. . .} (set of integers)  E = {0, 2, 4, 6. . .} (set of even natural numbers)
  • 5. There are three methods used to indicate a set: 1. Description 2. Roster form 3. Set-builder notation  Description : Description means just that, words describing what is included in a set.  For example, Set M is the set of months that start with the letter J.  Roster Form : Roster form lists all of the elements in the set within braces {element 1, element 2, …}.  For example, Set M = { January, June, July}  Set-Builder Notation: Set-builder notation is frequently used in algebra.  For example, M = { x x is a month of the year and x starts with the letter J}  This is read, “Set M is the set of all the elements x such that x is a month of the year and x starts with the letter J”.
  • 6. Subsets  A is a subset of B if every element of A is also contained in B. This is written A B. For example, the set of integers { …-3, -2, -1, 0, 1, 2, 3, …} is a subset of the set of real numbers. Formal Definition: A B means “if x A, then x B.” Empty set  Set with no elements  { } or Ø. Elements may be sets A = {1,2,{1,3,5},3,{4,6,8}} B = {{1,2,3},{4,5,6}} C = {Ø, 1, 3} = {{},1,3} D = {Ø} = {{}} Ø
  • 7.  Set size  Called cardinality  Number of elements in set  Denoted |A| is the size of set A  If A = {2,3,5,7,8}, then |A| = 5  If a set A has a finite number of elements, it is a finite set.  A set which is not finite is infinite. Set relations  - "is a member of"  x A  - "subset"  A B A is a subset of B  Every element in A is also in B  x: x A x B
  • 8.  - "proper subset"  A B - A is a proper subset of B (A B)  Every element in A is also in B and  A B  ( x: x A x B) A B  - "proper superset"  A B - A is a proper superset of B (A B)  Every element in B is also in A and  A B  ( x: x B x A) A B  Example: N Z Q R  - "superset"  A B  A is a superset of B  Every element in B is also in A  x: x B x A
  • 9. Numbers and Set  There are different types of numbers:  Cardinal numbers - answer the question “How many?”  Ordinal numbers - such as first, second, third. . .  Nominal numbers – which are used to name things. Examples of nominal numbers would be your driver’s license number or your student ID number.  The cardinal number of a set S, symbolized as n(S), is the number of elements in set S.  If S = { blue, red, green, yellow } then n(S) = 4.  Two sets are considered equal sets if they contain exactly the same elements.  Two sets are considered equivalent sets if they contain the same number of elements ( if n(A) = n(B) ).
  • 10.  If E = { 1 , 2 , 3 } and F = { 3 , 2 , 1 }, then the sets are equal (since they have the same elements), and equivalent (since they both have 3 elements).  If G = { cat , dog , horse , fish } and H = { 2 , 5 , 7 , 9 }, then the sets are not equal (since they do not have the same elements), but they are equivalent (since they both have 4 elements, n(G) = n(H) ). Power Sets  Given any set, we can form a set of all possible subsets.  This set is called the power set.  Notation: power set or set A denoted as P(A)  Ex: Let A = {a}  P(A) = {Ø, {a}}  Let A = {a, b}  P(A) = {Ø, {a}, {b}, { a, b}} • Let B = {1, 2, 3} P(B)={Ø,{1},{2},{3},{1,2},{1,3} ,{2,3},{1,2,3}}
  • 11. Cartesain Product  Ordered pairs - A list of elements in which the order is significant.  Order is not significant for sets!  Notation: use round brackets. • (a, b) {a,b} = {b,a} (a,b) (b,a)  Cartesian Product: Given two sets A and B, the set of – all ordered pairs of the form (a , b) where a is any – element of A and b any element of B, is called the – Cartesian product of A and B.  Denoted as A x B • A x B = {(a,b) | a A and b B} • Ex: Let A = {1,2,3}; B = {x,y} – A x B = {(1,x),(1,y),(2,x),(2,y),(3,x),(3,y)} – B x A = {(x,1),(y,1),(x,2),(y,2),(x,3),(y,3)} – B x B = B2 = {(x,x),(x,y),(y,x),(y,y)} • (1, 2) • (2, 1)
  • 12. Set Operators  Union of two sets A and B is the set of all elements in either set A or B.  Written A B.  A B = {x | x A or x B}  Intersection of two sets A and B is the set of all elements in both sets A or B.  Written A B.  A B = {x | x A and x B}  Difference of two sets A and B is the set of all elements in set A which are not in set B. – Written A - B. – A - B = {x | x A and x B} – also called relative complement
  • 13.  Complement of a set is the set of all elements not in the set. – Written Ac – Need a universe of elements to draw from. – Set U is usually called the universal set. – Ac = {x | x U - A }  Sets with no common elements are called disjoint – If A B = Ø, then A and B are disjoint.  If A1, A2, . . . An are sets, and no two have a common element, then we say they are mutually disjoint. – Ai Aj = Ø for all i,j n and i j – Consider Md = {x | x MVNC students, d MVNC dorm rooms} – Consider Mn = {x I | (x MOD 5) = n}
  • 14.  Partition - A collection of disjoint sets which collectively – Make up a larger set. – Ex: Let A = {a,b}; B = {c,d,e}; C = {f,g} and  D = {a,b,c,d,e,f,g}  Then sets A,B,C form a partition of set D  Let A be a nonempty set (A Ø), and suppose that B1, B2, B3, . . ., Bn are subsets of A, such that: – None of sets B1, B2, B3, . . ., Bn are empty; – The sets B1, B2, B3, . . ., Bn are mutually disjoint. (They have no elements in common) – The union of sets B1, B2, B3, . . ., Bn is equal to A. e.g. B1 B2 B3 . . . Bn = A
  • 15.  Then we say the sets B1, B2, B3, . . ., Bn form a partition of the set A.  The subsets B1, B2, B3, . . ., Bn are called blocks of the partition. 0 1 7 2 3 8 9 4 65
  • 16. Universal Set  A universal set is the super set of all sets under consideration and is denoted by U.  Example: If we consider the sets A, B and C as the cricketers of India, Australia and England respectively, then we can say that the universal set (U) of these sets contains all the cricketers of the world.  The union of two sets A and B is the set which contains all those elements which  are only in A, only in B and in both A and B, and this set is denoted by “A B”.  A B {x : x A or x B}  Example: If A = {a, 1, x, p} and B = {p, q, 2, x}, then A B = {a, p, q, x, 1, 2}. Here, a and 1 are contained only in A; q and 2 are contained only in B; and p and x are contained in both A and B.
  • 17. Set Properties  Property 1 (Properties of Ø and ) – A Ø = A , A U = A – A U = U , A Ø = Ø  Property 2 ( The idempotent properties) – A  Property 3 (The commutative properties) – A  Property 4 (The associative properties) – A C) = (A C – A C) = (A B) C  Property 5 (The distributive properties) – A C) = (A B) C) – A C) = (A B) (A C)
  • 18.  Property 6 (Properties of the complement) – ØC = U , UC = Ø – A C = U , A AC = Ø – (AC)C = A  Property 7 (De Morgan's laws) – (A B)C = AC BC – (A B)C = AC BC  Property 8 (Absortion laws) – A (A B) = A – A (A B) = A
  • 19. The End Call us for more information: www.iTutor.com 1-855-694-8886 Visit