SlideShare a Scribd company logo
1 of 22
Made by :- navneet
Of class – 11
School – kv khanapara
Batch – 2015-16
State -assam
Made by :- navneet
Of class – 11
School – kv khanapara
Batch – 2015-16
State -assam
Sets : sets are the well defined collection of objects.
• The objects in a set are called its members or elements.
• We denote sets by capital letters A, B, C,X, Y, Z, etc.
• If a is an element of a set A, we write, aA, which mens
that a belongs to A or that a is an element of A.
• If a does not belong to A, we write, aA.
“Standard” Sets:
• Natural numbers N = {0, 1, 2, 3, …}
• Integers Z = {…, -2, -1, 0, 1, 2, …}
• Positive Integers Z+ = {1, 2, 3, 4, …}
• Real Numbers R = {47.3, -12, , …}
• Rational Numbers Q = {1.5, 2.6, -3.8, 15, …}
Examples for Sets
• A =  “empty set/null set”
• A = {z} Note: zA, but z  {z}
• A = {{b, c}, {c, x, d}}
• A = {{x, y}}
Note: {x, y} A, but {x, y}  {{x, y}}
• A = {x | P(x)}
“set of all x such that P(x)”
• A = {x | xN  x > 7} = {8, 9, 10, …}
“set builder notation”
Examples for Sets
•We are now able to define the set of rational numbers
Q:
•Q = {a/b | aZ  bZ+}
•or
•Q = {a/b | aZ  bZ  b0}
•And how about the set of real numbers R?
•R = {r | r is a real number}
That is the best we can do.
7
•A  B “A is a subset of B”
•A  B if and only if every element of A is also
an element of B.
•We can completely formalize this:
•A  B  x (xA  xB)
• Useful rules:
• A = B  (A  B)  (B  A)
• (A  B)  (B  C)  A  C (see Venn Diagram)
U
A
B
C
•If a set S contains n distinct elements, nN,
we call S a finite set with cardinality n.
•Examples:
•A = {Mercedes, BMW, Porsche}, |A| = 3
B = {1, {2, 3}, {4, 5}, 6} |B| = 4
• P(A) “power set of A”
• P(A) = {B | B  A} (contains all subsets of A)
• Examples:
• A = {x, y, z}
• P(A) = {, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z}}
• A = 
• P(A) = {}
• Note: |A| = 0, |P(A)| = 1
The Power Set
• Cardinality of power sets:
• | P(A) | = 2|A|
• Imagine each element in A has an “on/off” switch
• Each possible switch configuration in A corresponds to
one element in 2A
zzzzzzzzz
yyyyyyyyy
xxxxxxxxx
87654321A
•The ordered n-tuple (a1, a2, a3, …, an) is an ordered
collection of objects.
•Two ordered n-tuples (a1, a2, a3, …, an) and
(b1, b2, b3, …, bn) are equal if and only if they contain
exactly the same elements in the same order, i.e. ai = bi
for 1  i  n.
•The Cartesian product of two sets is defined as:
•AB = {(a, b) | aA  bB}
•Example: A = {x, y}, B = {a, b, c}
AB = {(x, a), (x, b), (x, c), (y, a), (y, b), (y, c)}
Cartesian Product
•The Cartesian product of two sets is defined as: AB =
{(a, b) | aA  bB}
•Example:
•A = {good, bad}, B = {student, prof}
•AB = {(good, student), (good, prof), (bad, student), (bad, prof)}
Cartesian Product
•Note that:
• A = 
• A = 
• For non-empty sets A and B: AB  AB  BA
• |AB| = |A||B|
•The Cartesian product of two or more sets is defined
as:
•A1A2…An = {(a1, a2, …, an) | aiA for 1  i  n}
• Union: AB = {x | xA  xB}
• Example: A = {a, b}, B = {b, c, d}
• AB = {a, b, c, d}
• Intersection: AB = {x | xA  xB}
• Example: A = {a, b}, B = {b, c, d}
• AB = {b}
Set Operations
•Two sets are called disjoint if their intersection is
empty, that is, they share no elements:
•AB = 
•The difference between two sets A and B contains
exactly those elements of A that are not in B:
•A-B = {x | xA  xB}
Example: A = {a, b}, B = {b, c, d}, A-B = {a}
Set Operations
•The complement of a set A contains exactly those
elements under consideration that are not in A:
•Ac = U-A
•Example: U = N, B = {250, 251, 252, …}
• Bc = {0, 1, 2, …, 248, 249}
Set Operations
• Table 1 in Section 1.5 shows many useful equations.
• How can we prove A(BC) = (AB)(AC)?
• Method I:
• xA(BC)
 xA  x(BC)
 xA  (xB  xC)
 (xA  xB)  (xA  xC)
(distributive law for logical expressions)
 x(AB)  x(AC)
 x(AB)(AC)
Set Operations
•Method II: Membership table
•1 means “x is an element of this set”
0 means “x is not an element of this set”
111111 1 1
111101 1 0
111101 0 1
111101 0 0
111110 1 1
001000 1 0
010000 0 1
000000 0 0
(A B) (A C)A CA BA (B C)B CA B C
Set Operations
•Every logical expression can be transformed into an
equivalent expression in set theory and vice versa.
CLICK HERE TO BEGIN
Made by :- navneet
Of class – 11
School – kv khanapara
Batch – 2015-16
State -assam

More Related Content

What's hot

2D Rotation- Transformation in Computer Graphics
2D Rotation- Transformation in Computer Graphics2D Rotation- Transformation in Computer Graphics
2D Rotation- Transformation in Computer GraphicsSusmita
 
Lesson 5: Matrix Algebra (slides)
Lesson 5: Matrix Algebra (slides)Lesson 5: Matrix Algebra (slides)
Lesson 5: Matrix Algebra (slides)Matthew Leingang
 
Computer graphics
Computer graphicsComputer graphics
Computer graphicsBala Murali
 
2D transformation (Computer Graphics)
2D transformation (Computer Graphics)2D transformation (Computer Graphics)
2D transformation (Computer Graphics)Timbal Mayank
 
Discrete mathematics .
Discrete mathematics .Discrete mathematics .
Discrete mathematics .RichaDasila
 
Mathematics of quantum mechanics bridge course calicut university
Mathematics of quantum mechanics bridge course calicut universityMathematics of quantum mechanics bridge course calicut university
Mathematics of quantum mechanics bridge course calicut universityAthulKrishna45
 
Sample paper class XII MATHEMATICS
Sample paper class XII MATHEMATICSSample paper class XII MATHEMATICS
Sample paper class XII MATHEMATICSKarunaGupta1982
 
5 1 quadratic transformations
5 1 quadratic transformations5 1 quadratic transformations
5 1 quadratic transformationslothomas
 

What's hot (19)

Hasse diagram
Hasse diagramHasse diagram
Hasse diagram
 
2D Rotation- Transformation in Computer Graphics
2D Rotation- Transformation in Computer Graphics2D Rotation- Transformation in Computer Graphics
2D Rotation- Transformation in Computer Graphics
 
Lesson 5: Matrix Algebra (slides)
Lesson 5: Matrix Algebra (slides)Lesson 5: Matrix Algebra (slides)
Lesson 5: Matrix Algebra (slides)
 
Integers
IntegersIntegers
Integers
 
Computer graphics
Computer graphicsComputer graphics
Computer graphics
 
2D transformation (Computer Graphics)
2D transformation (Computer Graphics)2D transformation (Computer Graphics)
2D transformation (Computer Graphics)
 
Ch18 26
Ch18 26Ch18 26
Ch18 26
 
Method of washer
Method of washerMethod of washer
Method of washer
 
Discrete mathematics .
Discrete mathematics .Discrete mathematics .
Discrete mathematics .
 
Mathematics of quantum mechanics bridge course calicut university
Mathematics of quantum mechanics bridge course calicut universityMathematics of quantum mechanics bridge course calicut university
Mathematics of quantum mechanics bridge course calicut university
 
Sets class 11
Sets class 11Sets class 11
Sets class 11
 
Co-factor matrix..
Co-factor matrix..Co-factor matrix..
Co-factor matrix..
 
Singular and non singular matrix
Singular and non singular matrixSingular and non singular matrix
Singular and non singular matrix
 
Linear Algebra
Linear AlgebraLinear Algebra
Linear Algebra
 
Sample paper class XII MATHEMATICS
Sample paper class XII MATHEMATICSSample paper class XII MATHEMATICS
Sample paper class XII MATHEMATICS
 
ASA Theorem
ASA TheoremASA Theorem
ASA Theorem
 
5 1 quadratic transformations
5 1 quadratic transformations5 1 quadratic transformations
5 1 quadratic transformations
 
Information Security Seminar #2
Information Security Seminar #2Information Security Seminar #2
Information Security Seminar #2
 
Hasse Diagram
Hasse DiagramHasse Diagram
Hasse Diagram
 

Viewers also liked

Review of the 11 KV saturated-core inductive FCL for the UK low-carbon networ...
Review of the 11 KV saturated-core inductive FCL for the UK low-carbon networ...Review of the 11 KV saturated-core inductive FCL for the UK low-carbon networ...
Review of the 11 KV saturated-core inductive FCL for the UK low-carbon networ...Franco Moriconi
 
General technical specification for construction
General technical specification for constructionGeneral technical specification for construction
General technical specification for constructionmool1005
 
SPECIFICATION AND ESTIMATION
SPECIFICATION AND ESTIMATIONSPECIFICATION AND ESTIMATION
SPECIFICATION AND ESTIMATIONAr Naveen Naveen
 
33/11 kV substation (u.p.p.c.l.)
33/11 kV substation (u.p.p.c.l.)33/11 kV substation (u.p.p.c.l.)
33/11 kV substation (u.p.p.c.l.)Prateek Agarwal
 

Viewers also liked (7)

11 KV MODEL FEEDER,DRAFT PRESENTATION
11 KV MODEL FEEDER,DRAFT PRESENTATION11 KV MODEL FEEDER,DRAFT PRESENTATION
11 KV MODEL FEEDER,DRAFT PRESENTATION
 
Review of the 11 KV saturated-core inductive FCL for the UK low-carbon networ...
Review of the 11 KV saturated-core inductive FCL for the UK low-carbon networ...Review of the 11 KV saturated-core inductive FCL for the UK low-carbon networ...
Review of the 11 KV saturated-core inductive FCL for the UK low-carbon networ...
 
SPECIFICATIONS
SPECIFICATIONSSPECIFICATIONS
SPECIFICATIONS
 
General technical specification for construction
General technical specification for constructionGeneral technical specification for construction
General technical specification for construction
 
SPECIFICATION AND ESTIMATION
SPECIFICATION AND ESTIMATIONSPECIFICATION AND ESTIMATION
SPECIFICATION AND ESTIMATION
 
Capacitor
CapacitorCapacitor
Capacitor
 
33/11 kV substation (u.p.p.c.l.)
33/11 kV substation (u.p.p.c.l.)33/11 kV substation (u.p.p.c.l.)
33/11 kV substation (u.p.p.c.l.)
 

Similar to sets by navneet

Similar to sets by navneet (20)

Sets (1).ppt
Sets (1).pptSets (1).ppt
Sets (1).ppt
 
Set theory
Set theorySet theory
Set theory
 
Sets automata
Sets automataSets automata
Sets automata
 
Set theory
Set theorySet theory
Set theory
 
Set theory
Set theorySet theory
Set theory
 
Per1 himpunan umn
Per1 himpunan umnPer1 himpunan umn
Per1 himpunan umn
 
SetTheory.ppt
SetTheory.pptSetTheory.ppt
SetTheory.ppt
 
SetTheory.ppt
SetTheory.pptSetTheory.ppt
SetTheory.ppt
 
1. set theory
1. set theory1. set theory
1. set theory
 
Ch01-2.ppt
Ch01-2.pptCh01-2.ppt
Ch01-2.ppt
 
Mtk3013 chapter 2-3
Mtk3013   chapter 2-3Mtk3013   chapter 2-3
Mtk3013 chapter 2-3
 
Blackbox task 2
Blackbox task 2Blackbox task 2
Blackbox task 2
 
Moazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptx
Moazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptxMoazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptx
Moazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptx
 
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 Theory
Set Theory Set Theory
Set Theory
 
Set theory-ppt
Set theory-pptSet theory-ppt
Set theory-ppt
 
Lecture 1- DM Intro.pptx
Lecture 1- DM Intro.pptxLecture 1- DM Intro.pptx
Lecture 1- DM Intro.pptx
 
Chap2_SETS_PDF.pdf
Chap2_SETS_PDF.pdfChap2_SETS_PDF.pdf
Chap2_SETS_PDF.pdf
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
 
Mkk1013 chapter 2.1
Mkk1013 chapter 2.1Mkk1013 chapter 2.1
Mkk1013 chapter 2.1
 

Recently uploaded

Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 

Recently uploaded (20)

Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 

sets by navneet

  • 1. Made by :- navneet Of class – 11 School – kv khanapara Batch – 2015-16 State -assam
  • 2. Made by :- navneet Of class – 11 School – kv khanapara Batch – 2015-16 State -assam
  • 3. Sets : sets are the well defined collection of objects. • The objects in a set are called its members or elements. • We denote sets by capital letters A, B, C,X, Y, Z, etc. • If a is an element of a set A, we write, aA, which mens that a belongs to A or that a is an element of A. • If a does not belong to A, we write, aA.
  • 4. “Standard” Sets: • Natural numbers N = {0, 1, 2, 3, …} • Integers Z = {…, -2, -1, 0, 1, 2, …} • Positive Integers Z+ = {1, 2, 3, 4, …} • Real Numbers R = {47.3, -12, , …} • Rational Numbers Q = {1.5, 2.6, -3.8, 15, …}
  • 5. Examples for Sets • A =  “empty set/null set” • A = {z} Note: zA, but z  {z} • A = {{b, c}, {c, x, d}} • A = {{x, y}} Note: {x, y} A, but {x, y}  {{x, y}} • A = {x | P(x)} “set of all x such that P(x)” • A = {x | xN  x > 7} = {8, 9, 10, …} “set builder notation”
  • 6. Examples for Sets •We are now able to define the set of rational numbers Q: •Q = {a/b | aZ  bZ+} •or •Q = {a/b | aZ  bZ  b0} •And how about the set of real numbers R? •R = {r | r is a real number} That is the best we can do.
  • 7. 7 •A  B “A is a subset of B” •A  B if and only if every element of A is also an element of B. •We can completely formalize this: •A  B  x (xA  xB)
  • 8. • Useful rules: • A = B  (A  B)  (B  A) • (A  B)  (B  C)  A  C (see Venn Diagram) U A B C
  • 9. •If a set S contains n distinct elements, nN, we call S a finite set with cardinality n. •Examples: •A = {Mercedes, BMW, Porsche}, |A| = 3 B = {1, {2, 3}, {4, 5}, 6} |B| = 4
  • 10. • P(A) “power set of A” • P(A) = {B | B  A} (contains all subsets of A) • Examples: • A = {x, y, z} • P(A) = {, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z}} • A =  • P(A) = {} • Note: |A| = 0, |P(A)| = 1
  • 11. The Power Set • Cardinality of power sets: • | P(A) | = 2|A| • Imagine each element in A has an “on/off” switch • Each possible switch configuration in A corresponds to one element in 2A zzzzzzzzz yyyyyyyyy xxxxxxxxx 87654321A
  • 12. •The ordered n-tuple (a1, a2, a3, …, an) is an ordered collection of objects. •Two ordered n-tuples (a1, a2, a3, …, an) and (b1, b2, b3, …, bn) are equal if and only if they contain exactly the same elements in the same order, i.e. ai = bi for 1  i  n. •The Cartesian product of two sets is defined as: •AB = {(a, b) | aA  bB} •Example: A = {x, y}, B = {a, b, c} AB = {(x, a), (x, b), (x, c), (y, a), (y, b), (y, c)}
  • 13. Cartesian Product •The Cartesian product of two sets is defined as: AB = {(a, b) | aA  bB} •Example: •A = {good, bad}, B = {student, prof} •AB = {(good, student), (good, prof), (bad, student), (bad, prof)}
  • 14. Cartesian Product •Note that: • A =  • A =  • For non-empty sets A and B: AB  AB  BA • |AB| = |A||B| •The Cartesian product of two or more sets is defined as: •A1A2…An = {(a1, a2, …, an) | aiA for 1  i  n}
  • 15. • Union: AB = {x | xA  xB} • Example: A = {a, b}, B = {b, c, d} • AB = {a, b, c, d} • Intersection: AB = {x | xA  xB} • Example: A = {a, b}, B = {b, c, d} • AB = {b}
  • 16. Set Operations •Two sets are called disjoint if their intersection is empty, that is, they share no elements: •AB =  •The difference between two sets A and B contains exactly those elements of A that are not in B: •A-B = {x | xA  xB} Example: A = {a, b}, B = {b, c, d}, A-B = {a}
  • 17. Set Operations •The complement of a set A contains exactly those elements under consideration that are not in A: •Ac = U-A •Example: U = N, B = {250, 251, 252, …} • Bc = {0, 1, 2, …, 248, 249}
  • 18. Set Operations • Table 1 in Section 1.5 shows many useful equations. • How can we prove A(BC) = (AB)(AC)? • Method I: • xA(BC)  xA  x(BC)  xA  (xB  xC)  (xA  xB)  (xA  xC) (distributive law for logical expressions)  x(AB)  x(AC)  x(AB)(AC)
  • 19. Set Operations •Method II: Membership table •1 means “x is an element of this set” 0 means “x is not an element of this set” 111111 1 1 111101 1 0 111101 0 1 111101 0 0 111110 1 1 001000 1 0 010000 0 1 000000 0 0 (A B) (A C)A CA BA (B C)B CA B C
  • 20. Set Operations •Every logical expression can be transformed into an equivalent expression in set theory and vice versa.
  • 21. CLICK HERE TO BEGIN
  • 22. Made by :- navneet Of class – 11 School – kv khanapara Batch – 2015-16 State -assam