QRMT Lectures 2024.6 Distribution
QRMT Lectures 2024.6 Distribution
Lecture # 06
11 September 2024
BBB
Ashoka University
Quiz # 1 Answer-Scripts will be returned
today.
Venn diagram C B A
Flash Quiz
1. Let B = {3, 6, 9, 12,…} be a set
Is 36 B? Yes R: set of real numbers
2. What are the elements of set
E = {y R | y2 =100} E = {− 10, 10}
TRUE or FALSE ?
T
F
F
F
T
Flash Quiz
1. List all subsets of X = {a, b}
ab
00
{a} 10
{b} 01
Power set of X: P(X)
{a, b} 11 = Set of all subsets of X
P(X) =
Flash Quiz
1. List all subsets of X = {a, b, c}
abc
000 |X| = 3
{a} 100 Number of subsets of X
{b} 010 = number of binary
{c} 001 strings of length |X| = 3
{a, b} 110 = 2 2 2 = 23 = 8
{b, c} 011
{a, c} 101 Power Set of X = P(X)
111 = {, {a}, {b}, {c}, {a, b},
{a, b, c}
{b, c}, {a, c}, {a, b, c}}
Power Set of a Set
If |X| = n
Number of subsets of X
= number of binary strings of length n
= 2n
i.,e., |P(X)| = 2n
Universal Set
All sets under investigation in any application
of set theory are assumed to belong to some
fixed large set called the universal set which
we denote by U Venn Diagram
A: Set of history students at Ashoka
B. Set of Eco students at Ashoka
C. Set of Physics students at Ashoka
U: universal set – e.g., set of all
Elements blue
students at Ashoka
zone belong to
A, B, and C
Theorem: For any set A, we have ∅ ⊆ A ⊆ U
Union and Intersection of Sets
The union of two sets A and B, denoted by
A ∪ B, is the set of all elements which belong
to A or to B; that is,
A ∪ B = {x | x ∈ A or x ∈ B}
Example: Let A = {1, 2, 3, 4}, C = {2, 3, 8, 9}
A ∪ C = {1, 2, 3, 4, 8, 9}
Let A1 = {cat-dad, cat-mom, cat-me}
A1 ∪ C = {cat-dad, 2, 3, cat-mom, 8, 9, cat-me}
Union and Intersection of Sets
The intersection of two sets A and B, denoted
by A ∩ B, is the set of elements which belong
to both A and B; that is,
A ∩ B = {x | x ∈ A and x ∈ B}
Example: Let A = {1, 2, 3, 4}, C = {2, 3, 8, 9}
A ∩ C = {2, 3}
Let A1 = {cat-dad, cat-mom, cat-me}
A1 ∩ C =
Union and Intersection of Sets
Example: Let A = {1, 2, 3, 4},
B = {3, 4, 5, 6, 7}, C = {2, 3, 8, 9}
Then A ∪ B = {1, 2, 3, 4, 5, 6, 7}
A ∩ B = {3, 4}
B ∩ C = {3}
Union and Intersection of Sets
Example: Let A ⊆ B
Then A ∪ B = B
Venn Diagram
A∩B= A
John Venn
(1823 – 1914)
Venn Diagram
• A Venn diagram is a pictorial representation
where sets are represented by disks (circular or
oval shaped) in the plane. The universal set U is
shown as a rectangle, and the other sets are
represented by disks lying within the rectangle
U
A B
= A ∩ BC
Shaded area: A B
read as A XOR B or
symmetric difference
A B = {x | x A and x B, but x A B}
Venn Diagram: Flash Quiz
What is the set representation
of the shaded area?
= (A∩B) ∪ (A∩C)
= A∩(B∪C)
U U
B A A B
Venn Diagram: Flash Quiz
Claim: (A ∪ B)C = AC ∩ BC
|||
For other configurations of A
and B, e.g., when A and B are
disjoint or when one contains
the other, the proof is similar
HMK
1. Prove that for any two sets A, B
if AB AB, then A = B
Duality of , ; , U
QRMT
Intersection of art and math
U
|(E ∪ H)| = 40 + 60 − 20
E H = 80
20
Principle of Inclusion and Exclusion
Proof: HMK U
U B A
U
A B
Principle of Inclusion and Exclusion
|(N ∪ T ∪ F)|
= |N| + |T| + |F|
− |N ∩ T| − |N ∩ F| − |T ∩ F|
+ |N ∩ T ∩ F |
= 65 + 45 + 42 − 20 − 25 − 15 + 8 = 100