SlideShare a Scribd company logo
A 
B C 
Made by 
Anshika Singh, 
Mansi Bhatia & 
Payal Batra 
XI F
A set is a collection of distinct objects, considered as an 
object in its own right. 
Theory of sets wwaass iinnvveenntteedd bbyy 
GGeeoorrggee CCaannttoorr iinn eenndd ooff 
nniinneetteeeenntthh cceennttuurryy.. 
F o r e x a m p l e c o l l e c t i o n o f 
b e s t t e a c h e r s o f a s c h o o l 
i s n o t d e f i n e d t h u s , i t i s 
n o t a s e t w h e r e a s 
c o l l e c t i o n o f m o s t 
e x p e r i e n c e d t e a c h e r s c a n 
b e d e f i n e d a n d i t i s a s e t .
Roaster form 
Roaster form is notated by enclosing the list of members in 
braces. 
Roaster form of A is the set whose members 
are the first four positive integers is {1,2,3,4}. 
All set operations preserve the property that each element of the set 
is unique. The order in which the elements of a set are listed is 
irrelevant, unlike a sequence. For example, 
{6, 11} = {11, 6} = {11, 11, 6, 11}
Set builder form 
 In set-builder form, all the members of a set has a single common 
Property which is not possessed by any other element outside the set. 
E = {playing card suits} is the set whose four members are ♠, 
♦, ♥, and ♣. 
The set F of the twenty smallest integers that are 
four less than perfect squares can be denoted: 
F = {n2 − 4 : n is an integer; and 0 ≤ n ≤ 19} 
In this notation, the colon (":") means "such that", and the 
description can be interpreted as "F is the set of all numbers 
of the form n2 − 4, such that n is a whole number in the 
range from 0 to 19 inclusive." Sometimes the vertical bar 
("|") is used instead of the colon.
The Empty set 
the empty set is the unique set having no 
elements; its size is zero. Many possible 
properties of sets are trivially true for the 
empty set. Common notations for the empty set 
include "{},“ and “ ". The latter two symbols 
were introduced by the Bourbaki group 
(specifically Andre Weil) in 1939, inspired by 
the letter Ø in the Danish and Norwegian 
alphabet Other notations for the empty set 
include "Λ", "0 it is also called void set or null 
set.
For example Consider the set 
A = { x : x is a student presently studying in both Classes II and I } 
We observe that a student cannot study simultaneously in 
both Classes I and II. Thus, the set A contains no element 
at all. It is empty set, null set or void set. 
Equal sets 
When every element of set A is present in set B and 
vice versa then A and B are called equal sets. 
we write A = B. Otherwise, the sets are said to be unequal 
and we write A ≠ B. 
We consider the following examples : 
(i) Let A = {1, 2, 3, 4} and B = {3, 1, 4, 2}. Then A = B. 
(ii) Let A be the set of two consecutive natural numbers less 
than 6 and P the set of prime factors of 20. Then A and P are 
equal, since 4 and 5are the only prime factors of 20 and also 
these are less than 6.
Finite and Infinite Sets 
Finite set is a set that has a finite number of 
elements. 
For example, 
is a finite set with five elements. The number of elements of 
a finite set is a natural number (non-negative integer), and is 
called the cardinality of the set. A set that is not finite is 
called infinite. For example, the set of all positive integers is 
infinite:
Venn diagrams or set diagrams are diagrams that 
show all hypothetically possible logical relations 
between a finite collection of sets (groups of 
things) The universal set is represented usually by 
a rectangle and its subsets by circles. Venn 
diagrams were conceived around 1880 by John Venn. 
They are used to teach elementary set theory, as 
well as illustrate simple set relationships in 
probability, logic, statistics, linguistics and 
computer science.
If every member of set A is also a member of set B, then A is 
said to be a subset of B, written A ⊊ B (also pronounced A is 
contained in B). Equivalently, we can write B ⊊ A, read as B is a 
superset of A, B includes A, or B contains A. The relationship 
between sets established by ⊊ is called inclusion or containment. 
B 
A 
For example 
set of all girls of a school is 
subset set of all students of 
that school. 
{1, 3} ⊊ {1, 2, 3, 4}. 
{1, 2, 3, 4} ⊊ {1, 2, 3, 4}. 
U
A universal set is the set of all elements under consideration, ... The 
elements of sets A and B can only be selected from the given universal 
set U . 
A 
A’ 
U
The power set of S, written , P(S), ℘(S) or 2S, is the set of all 
subsets of S, including the empty set and S itself. the existence of 
the power set of any set is postulated by the axiom of power set. 
Any subset F of is called a family of sets over S. 
The set of non-empty subsets of S may be denoted by , P1(S) or 
similar. for example If S is the set {x, y, z}, then the subsets of S 
are: 
{ } (also denoted , the empty set) 
{x} 
{y} 
{z} 
{x, y} 
{x, z} 
{y, z} 
{x, y, z} 
and hence the power set of S is
Unions 
A B 
The union of A and B, denoted 
A UB .Two sets can be "added" 
A U B 
together. The union of A and B, 
denoted by A U B, is the set of all things which are members of 
either A or B. 
Examples: 
{1, 2} {red, white} = {1, 2, red, white}. 
{1, 2, green} U {red, white, green} = {1, 2, red, white, 
green}. 
{1, 2} U {1, 2} = {1, 2}.
Intersections 
A new set can also be constructed by determining which members 
two sets have "in common". The intersection of A and B, denoted 
by A ∩ B, is the set of all things which are members of both A and 
B. If A ∩ B = ∅, then A and B are said to be disjoint. 
The intersection of A and B, denoted 
A ∩ B 
Examples: 
{1, 2} ∩ {1, 2} = {1, 2}. 
{1, 2} ∩ {red, white} = ∅.{1, 2, green} 
∩ {red, white, green} = {green}. 
A 
B 
A ∩ B
Complements 
Two sets can also be "subtracted". The relative complement of 
B in A (also called the set-theoretic difference of A and B), 
denoted by A −B is the set of all elements which are members 
of A but not members of B. In certain settings all sets under 
discussion are considered to be subsets of a given universal set 
U. In such cases, U -A is called the absolute complement or 
simply complement of A, and is denoted by A', that is shown as 
shaded portion in Venn diagram. 
U 
A A’
Examples: 
{1, 2} - {red, white} = {1, 2}. Fig 1 
{1, 2,red} - {red, white} ={1, 2}. Fig 2 
{1, 2} - {1, 2} = ∅. 
{1, 2, 3, 4} - {1, 3} = {2, 4}. 
If U is the set of integers, E is the set 
of even integers, and O is the set 
of odd integers, then E′ = O. 
{1, 2} 
U 
•1 {red, white} 
•2 
•red 
Fig 2 
•Red 
•white 
U 
Fig 1
Some Properties of Complement Sets 
1. Complement laws: (i) A U A′ = U fig 3 (ii) A ∩ A′ = φ 
2. De Morgan’s law: (i) (A U B)´ = A′ ∩ B′ (ii) (A ∩ B )′ = A′ ∩B′ 
3. Law of double complementation : (A′ )′ = A fig 4 
4. Laws of empty set and 
universal set φ′ = U and U′ = φ. 
These laws can be verified by 
using Venn diagrams. 
U 
A’ 
A 
Fig 3 
U 
(A’)’=A 
A’ 
Fig 4
In a survey of 300 children's in a 
colony, 225 children's were found to 
be taking milkshake and 50 taking 
coffee, 100 were taking both 
milkshake and coffee. Find how many 
students were taking neither 
milkshake nor coffee
Here n(M) = 225, n(C) = 50, n(M ∩ C) = 100 
Also we know that 
n(M U C) = n(M) + n(C) – n(T ∩ C) 
= 225 + 50 – 100 = 175 
Total no. of students = 300 
No. of students who neither take milkshake 
nor coffee 
= 300 – 175 = 125 
M 225 
C 50 
U 300 
(M∩C)100
Sets

More Related Content

What's hot

Introduction to sets
Introduction to setsIntroduction to sets
Introduction to sets
Sonia Pahuja
 
Sets
SetsSets
Sets, functions and groups
Sets, functions and groupsSets, functions and groups
Sets, functions and groups
Muhammad Adnan Ejaz
 
Sets and there different types.
Sets and there different types.Sets and there different types.
Sets and there different types.
Ashufb2323
 
Set Concepts
Set ConceptsSet Concepts
Set Conceptsshbest
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
Manik Bhola
 
Set Difference
Set DifferenceSet Difference
Set Difference
Reymart Bargamento
 
Set Theory
Set TheorySet Theory
Set theory-ppt
Set theory-pptSet theory-ppt
Set theory-ppt
vipulAtri
 
Linear dependence & independence vectors
Linear dependence & independence vectorsLinear dependence & independence vectors
Linear dependence & independence vectors
Rakib Hossain
 
1. sets and basic notations
1. sets and basic notations1. sets and basic notations
1. sets and basic notationseduardman
 
Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
Akshit Saxena
 
Sets Introduction
Sets IntroductionSets Introduction
Sets Introduction
JonJonDMarcos
 
Relations in Discrete Math
Relations in Discrete MathRelations in Discrete Math
Relations in Discrete Math
Pearl Rose Cajenta
 
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
 
LIST IN PYTHON
LIST IN PYTHONLIST IN PYTHON
LIST IN PYTHON
vikram mahendra
 
Relations and functions
Relations and functions Relations and functions
Relations and functions
Seyid Kadher
 

What's hot (20)

Introduction to sets
Introduction to setsIntroduction to sets
Introduction to sets
 
Set Theory Presentation
Set Theory PresentationSet Theory Presentation
Set Theory Presentation
 
Sets
SetsSets
Sets
 
Sets, functions and groups
Sets, functions and groupsSets, functions and groups
Sets, functions and groups
 
Sets and there different types.
Sets and there different types.Sets and there different types.
Sets and there different types.
 
Set Concepts
Set ConceptsSet Concepts
Set Concepts
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
 
2.1 Sets
2.1 Sets2.1 Sets
2.1 Sets
 
Set Difference
Set DifferenceSet Difference
Set Difference
 
Set Theory
Set TheorySet Theory
Set Theory
 
Set theory-ppt
Set theory-pptSet theory-ppt
Set theory-ppt
 
Linear dependence & independence vectors
Linear dependence & independence vectorsLinear dependence & independence vectors
Linear dependence & independence vectors
 
1. sets and basic notations
1. sets and basic notations1. sets and basic notations
1. sets and basic notations
 
Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
 
Sets Introduction
Sets IntroductionSets Introduction
Sets Introduction
 
Relations in Discrete Math
Relations in Discrete MathRelations in Discrete Math
Relations in Discrete Math
 
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
 
LIST IN PYTHON
LIST IN PYTHONLIST IN PYTHON
LIST IN PYTHON
 
Relations and functions
Relations and functions Relations and functions
Relations and functions
 

Similar to Sets

Sets (Mathematics class XI)
Sets (Mathematics class XI)Sets (Mathematics class XI)
Sets (Mathematics class XI)
VihaanBhambhani
 
SETS PPT-XI.pptx
SETS PPT-XI.pptxSETS PPT-XI.pptx
SETS PPT-XI.pptx
TamannaNayak5
 
Maths Project on sets
Maths Project on setsMaths Project on sets
Maths Project on setsatifansari17
 
Types of sets
Types of setsTypes of sets
Types of sets
Mahitha Davala
 
Lecture 1 - Concept of Sets.pdf
Lecture 1 - Concept of Sets.pdfLecture 1 - Concept of Sets.pdf
Lecture 1 - Concept of Sets.pdf
SheinahdenMayTenerif
 
SETS
SETSSETS
Module week 1 Q1
Module week 1 Q1Module week 1 Q1
Module week 1 Q1
Rommel Limbauan
 
Digital text sets pdf
Digital text sets  pdfDigital text sets  pdf
Digital text sets pdf
stephy1234
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
petermulei3
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
petermulei3
 
Chapter 1, Sets
Chapter   1, SetsChapter   1, Sets
Chapter 1, Sets
Ananya Sharma
 
Digital text book sets
Digital text book   setsDigital text book   sets
Digital text book sets
libinkalappila
 
ARNAV DHAMA.pptx
ARNAV DHAMA.pptxARNAV DHAMA.pptx
ARNAV DHAMA.pptx
Kunal219998
 
Set concepts
Set conceptsSet concepts
Set concepts
AarjavPinara
 
Set concepts
Set conceptsSet concepts
Maths Project 11 class(SETS)
Maths Project 11 class(SETS)Maths Project 11 class(SETS)
Maths Project 11 class(SETS)
Sahil Mehra
 
maths
mathsmaths
Discrete mathematics for diploma students
Discrete mathematics for diploma studentsDiscrete mathematics for diploma students
Discrete mathematics for diploma students
Zubair Khan
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
gowhiksankar54
 
Sets in mathematics
Sets in mathematicsSets in mathematics
Sets in mathematics
Arooba Siddiquie
 

Similar to Sets (20)

Sets (Mathematics class XI)
Sets (Mathematics class XI)Sets (Mathematics class XI)
Sets (Mathematics class XI)
 
SETS PPT-XI.pptx
SETS PPT-XI.pptxSETS PPT-XI.pptx
SETS PPT-XI.pptx
 
Maths Project on sets
Maths Project on setsMaths Project on sets
Maths Project on sets
 
Types of sets
Types of setsTypes of sets
Types of sets
 
Lecture 1 - Concept of Sets.pdf
Lecture 1 - Concept of Sets.pdfLecture 1 - Concept of Sets.pdf
Lecture 1 - Concept of Sets.pdf
 
SETS
SETSSETS
SETS
 
Module week 1 Q1
Module week 1 Q1Module week 1 Q1
Module week 1 Q1
 
Digital text sets pdf
Digital text sets  pdfDigital text sets  pdf
Digital text sets pdf
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
 
Chapter 1, Sets
Chapter   1, SetsChapter   1, Sets
Chapter 1, Sets
 
Digital text book sets
Digital text book   setsDigital text book   sets
Digital text book sets
 
ARNAV DHAMA.pptx
ARNAV DHAMA.pptxARNAV DHAMA.pptx
ARNAV DHAMA.pptx
 
Set concepts
Set conceptsSet concepts
Set concepts
 
Set concepts
Set conceptsSet concepts
Set concepts
 
Maths Project 11 class(SETS)
Maths Project 11 class(SETS)Maths Project 11 class(SETS)
Maths Project 11 class(SETS)
 
maths
mathsmaths
maths
 
Discrete mathematics for diploma students
Discrete mathematics for diploma studentsDiscrete mathematics for diploma students
Discrete mathematics for diploma students
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
 
Sets in mathematics
Sets in mathematicsSets in mathematics
Sets in mathematics
 

Recently uploaded

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
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
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
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
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
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
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 French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
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
 

Recently uploaded (20)

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
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
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
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
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
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
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 French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
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
 

Sets

  • 1. A B C Made by Anshika Singh, Mansi Bhatia & Payal Batra XI F
  • 2. A set is a collection of distinct objects, considered as an object in its own right. Theory of sets wwaass iinnvveenntteedd bbyy GGeeoorrggee CCaannttoorr iinn eenndd ooff nniinneetteeeenntthh cceennttuurryy.. F o r e x a m p l e c o l l e c t i o n o f b e s t t e a c h e r s o f a s c h o o l i s n o t d e f i n e d t h u s , i t i s n o t a s e t w h e r e a s c o l l e c t i o n o f m o s t e x p e r i e n c e d t e a c h e r s c a n b e d e f i n e d a n d i t i s a s e t .
  • 3. Roaster form Roaster form is notated by enclosing the list of members in braces. Roaster form of A is the set whose members are the first four positive integers is {1,2,3,4}. All set operations preserve the property that each element of the set is unique. The order in which the elements of a set are listed is irrelevant, unlike a sequence. For example, {6, 11} = {11, 6} = {11, 11, 6, 11}
  • 4. Set builder form  In set-builder form, all the members of a set has a single common Property which is not possessed by any other element outside the set. E = {playing card suits} is the set whose four members are ♠, ♦, ♥, and ♣. The set F of the twenty smallest integers that are four less than perfect squares can be denoted: F = {n2 − 4 : n is an integer; and 0 ≤ n ≤ 19} In this notation, the colon (":") means "such that", and the description can be interpreted as "F is the set of all numbers of the form n2 − 4, such that n is a whole number in the range from 0 to 19 inclusive." Sometimes the vertical bar ("|") is used instead of the colon.
  • 5. The Empty set the empty set is the unique set having no elements; its size is zero. Many possible properties of sets are trivially true for the empty set. Common notations for the empty set include "{},“ and “ ". The latter two symbols were introduced by the Bourbaki group (specifically Andre Weil) in 1939, inspired by the letter Ø in the Danish and Norwegian alphabet Other notations for the empty set include "Λ", "0 it is also called void set or null set.
  • 6. For example Consider the set A = { x : x is a student presently studying in both Classes II and I } We observe that a student cannot study simultaneously in both Classes I and II. Thus, the set A contains no element at all. It is empty set, null set or void set. Equal sets When every element of set A is present in set B and vice versa then A and B are called equal sets. we write A = B. Otherwise, the sets are said to be unequal and we write A ≠ B. We consider the following examples : (i) Let A = {1, 2, 3, 4} and B = {3, 1, 4, 2}. Then A = B. (ii) Let A be the set of two consecutive natural numbers less than 6 and P the set of prime factors of 20. Then A and P are equal, since 4 and 5are the only prime factors of 20 and also these are less than 6.
  • 7. Finite and Infinite Sets Finite set is a set that has a finite number of elements. For example, is a finite set with five elements. The number of elements of a finite set is a natural number (non-negative integer), and is called the cardinality of the set. A set that is not finite is called infinite. For example, the set of all positive integers is infinite:
  • 8. Venn diagrams or set diagrams are diagrams that show all hypothetically possible logical relations between a finite collection of sets (groups of things) The universal set is represented usually by a rectangle and its subsets by circles. Venn diagrams were conceived around 1880 by John Venn. They are used to teach elementary set theory, as well as illustrate simple set relationships in probability, logic, statistics, linguistics and computer science.
  • 9. If every member of set A is also a member of set B, then A is said to be a subset of B, written A ⊊ B (also pronounced A is contained in B). Equivalently, we can write B ⊊ A, read as B is a superset of A, B includes A, or B contains A. The relationship between sets established by ⊊ is called inclusion or containment. B A For example set of all girls of a school is subset set of all students of that school. {1, 3} ⊊ {1, 2, 3, 4}. {1, 2, 3, 4} ⊊ {1, 2, 3, 4}. U
  • 10. A universal set is the set of all elements under consideration, ... The elements of sets A and B can only be selected from the given universal set U . A A’ U
  • 11. The power set of S, written , P(S), ℘(S) or 2S, is the set of all subsets of S, including the empty set and S itself. the existence of the power set of any set is postulated by the axiom of power set. Any subset F of is called a family of sets over S. The set of non-empty subsets of S may be denoted by , P1(S) or similar. for example If S is the set {x, y, z}, then the subsets of S are: { } (also denoted , the empty set) {x} {y} {z} {x, y} {x, z} {y, z} {x, y, z} and hence the power set of S is
  • 12. Unions A B The union of A and B, denoted A UB .Two sets can be "added" A U B together. The union of A and B, denoted by A U B, is the set of all things which are members of either A or B. Examples: {1, 2} {red, white} = {1, 2, red, white}. {1, 2, green} U {red, white, green} = {1, 2, red, white, green}. {1, 2} U {1, 2} = {1, 2}.
  • 13. Intersections A new set can also be constructed by determining which members two sets have "in common". The intersection of A and B, denoted by A ∩ B, is the set of all things which are members of both A and B. If A ∩ B = ∅, then A and B are said to be disjoint. The intersection of A and B, denoted A ∩ B Examples: {1, 2} ∩ {1, 2} = {1, 2}. {1, 2} ∩ {red, white} = ∅.{1, 2, green} ∩ {red, white, green} = {green}. A B A ∩ B
  • 14. Complements Two sets can also be "subtracted". The relative complement of B in A (also called the set-theoretic difference of A and B), denoted by A −B is the set of all elements which are members of A but not members of B. In certain settings all sets under discussion are considered to be subsets of a given universal set U. In such cases, U -A is called the absolute complement or simply complement of A, and is denoted by A', that is shown as shaded portion in Venn diagram. U A A’
  • 15. Examples: {1, 2} - {red, white} = {1, 2}. Fig 1 {1, 2,red} - {red, white} ={1, 2}. Fig 2 {1, 2} - {1, 2} = ∅. {1, 2, 3, 4} - {1, 3} = {2, 4}. If U is the set of integers, E is the set of even integers, and O is the set of odd integers, then E′ = O. {1, 2} U •1 {red, white} •2 •red Fig 2 •Red •white U Fig 1
  • 16. Some Properties of Complement Sets 1. Complement laws: (i) A U A′ = U fig 3 (ii) A ∩ A′ = φ 2. De Morgan’s law: (i) (A U B)´ = A′ ∩ B′ (ii) (A ∩ B )′ = A′ ∩B′ 3. Law of double complementation : (A′ )′ = A fig 4 4. Laws of empty set and universal set φ′ = U and U′ = φ. These laws can be verified by using Venn diagrams. U A’ A Fig 3 U (A’)’=A A’ Fig 4
  • 17. In a survey of 300 children's in a colony, 225 children's were found to be taking milkshake and 50 taking coffee, 100 were taking both milkshake and coffee. Find how many students were taking neither milkshake nor coffee
  • 18. Here n(M) = 225, n(C) = 50, n(M ∩ C) = 100 Also we know that n(M U C) = n(M) + n(C) – n(T ∩ C) = 225 + 50 – 100 = 175 Total no. of students = 300 No. of students who neither take milkshake nor coffee = 300 – 175 = 125 M 225 C 50 U 300 (M∩C)100