SlideShare a Scribd company logo
1 of 10
January 29, Applied Discrete Mathematics 1
Set TheorySet Theory
..
January 29, Applied Discrete Mathematics 2
Set TheorySet Theory
• Set: Collection of objects (“elements”)Set: Collection of objects (“elements”)
• aa∈∈AA “a is an element of A”“a is an element of A”
“a is a member of A”“a is a member of A”
• aa∉∉AA “a is not an element of A”“a is not an element of A”
• A = {aA = {a11, a, a22, …, a, …, ann}} “A contains…”“A contains…”
• Order of elements is meaninglessOrder of elements is meaningless
• It does not matter how often the same elementIt does not matter how often the same element
is listed.is listed.
January 29, Applied Discrete Mathematics 3
Set EqualitySet Equality
Sets A and B are equal if and only if they containSets A and B are equal if and only if they contain
exactly the same elements.exactly the same elements.
Examples:Examples:
• A = {9, 2, 7, -3}, B = {7, 9, -3, 2} :A = {9, 2, 7, -3}, B = {7, 9, -3, 2} : A = BA = B
• A = {dog, cat, horse},A = {dog, cat, horse},
B = {cat, horse, squirrel, dog} :B = {cat, horse, squirrel, dog} : AA ≠≠ BB
• A = {dog, cat, horse},A = {dog, cat, horse},
B = {cat, horse, dog, dog} :B = {cat, horse, dog, dog} : A = BA = B
January 29, Applied Discrete Mathematics 4
Examples for SetsExamples for Sets
““Standard” Sets:Standard” Sets:
• Natural numbersNatural numbers NN = {0, 1, 2, 3, …}= {0, 1, 2, 3, …}
• IntegersIntegers ZZ = {…, -2, -1, 0, 1, 2, …}= {…, -2, -1, 0, 1, 2, …}
• Positive IntegersPositive Integers ZZ++
= {1, 2, 3, 4, …}= {1, 2, 3, 4, …}
• Real NumbersReal Numbers RR = {47.3, -12,= {47.3, -12, ππ, …}, …}
• Rational NumbersRational Numbers QQ = {1.5, 2.6, -3.8, 15, …}= {1.5, 2.6, -3.8, 15, …}
(correct definition will follow)(correct definition will follow)
January 29, Applied Discrete Mathematics 5
Examples for SetsExamples for Sets
• A =A = ∅∅ “empty set/null set”“empty set/null set”
• A = {z}A = {z} Note: zNote: z∈∈A, but zA, but z ≠≠ {z}{z}
• A = {{b, c}, {c, x, d}}A = {{b, c}, {c, x, d}}
• A = {{x, y}}A = {{x, y}}
Note: {x, y}Note: {x, y} ∈∈A, but {x, y}A, but {x, y} ≠≠ {{x, y}}{{x, y}}
• A = {x | P(x)}A = {x | P(x)}
“set of all x such that P(x)”“set of all x such that P(x)”
• A = {x | xA = {x | x∈∈NN ∧∧ x > 7} = {8, 9, 10, …}x > 7} = {8, 9, 10, …}
“set builder notation”“set builder notation”
January 29, Applied Discrete Mathematics 6
Examples for SetsExamples for Sets
We are now able to define the set of rationalWe are now able to define the set of rational
numbers Q:numbers Q:
QQ = {a/b | a= {a/b | a∈∈ZZ ∧∧ bb∈∈ZZ++
}}
oror
QQ = {a/b | a= {a/b | a∈∈ZZ ∧∧ bb∈∈ZZ ∧∧ bb≠≠0}0}
And how about the set of real numbers R?And how about the set of real numbers R?
RR = {r | r is a real number}= {r | r is a real number}
That is the best we can do.That is the best we can do.
January 29, Applied Discrete Mathematics 7
SubsetsSubsets
AA ⊆⊆ BB “A is a subset of B”“A is a subset of B”
AA ⊆⊆ B if and only if every element of A is alsoB if and only if every element of A is also
an element of B.an element of B.
We can completely formalize this:We can completely formalize this:
AA ⊆⊆ BB ⇔⇔ ∀∀x (xx (x∈∈AA →→ xx∈∈B)B)
Examples:Examples:
A = {3, 9}, B = {5, 9, 1, 3}, AA = {3, 9}, B = {5, 9, 1, 3}, A ⊆⊆ B ?B ? truetrue
A = {3, 3, 3, 9}, B = {5, 9, 1, 3}, AA = {3, 3, 3, 9}, B = {5, 9, 1, 3}, A ⊆⊆ B ?B ?
falsefalse
truetrue
A = {1, 2, 3}, B = {2, 3, 4}, AA = {1, 2, 3}, B = {2, 3, 4}, A ⊆⊆ B ?B ?
January 29, Applied Discrete Mathematics 8
SubsetsSubsets
Useful rules:Useful rules:
• A = BA = B ⇔⇔ (A(A ⊆⊆ B)B) ∧∧ (B(B ⊆⊆ A)A)
• (A(A ⊆⊆ B)B) ∧∧ (B(B ⊆⊆ C)C) ⇒⇒ AA ⊆⊆ CC (see Venn Diagram)(see Venn Diagram)
UU
AA
BB
CC
January 29, Applied Discrete Mathematics 9
SubsetsSubsets
Useful rules:Useful rules:
∀ ∅∅ ⊆⊆ A for any set AA for any set A
• AA ⊆⊆ A for any set AA for any set A
Proper subsets:Proper subsets:
AA ⊂⊂ BB “A is a proper subset of B”“A is a proper subset of B”
AA ⊂⊂ BB ⇔⇔ ∀∀x (xx (x∈∈AA →→ xx∈∈B)B) ∧∧ ∃∃x (xx (x∈∈BB ∧∧ xx∉∉A)A)
oror
AA ⊂⊂ BB ⇔⇔ ∀∀x (xx (x∈∈AA →→ xx∈∈B)B) ∧∧ ¬∀¬∀x (xx (x∈∈BB →→ xx∈∈A)A)
January 29, Applied Discrete Mathematics 9
SubsetsSubsets
Useful rules:Useful rules:
∀ ∅∅ ⊆⊆ A for any set AA for any set A
• AA ⊆⊆ A for any set AA for any set A
Proper subsets:Proper subsets:
AA ⊂⊂ BB “A is a proper subset of B”“A is a proper subset of B”
AA ⊂⊂ BB ⇔⇔ ∀∀x (xx (x∈∈AA →→ xx∈∈B)B) ∧∧ ∃∃x (xx (x∈∈BB ∧∧ xx∉∉A)A)
oror
AA ⊂⊂ BB ⇔⇔ ∀∀x (xx (x∈∈AA →→ xx∈∈B)B) ∧∧ ¬∀¬∀x (xx (x∈∈BB →→ xx∈∈A)A)

More Related Content

What's hot

統計(人間科学のための基礎数学)
統計(人間科学のための基礎数学)統計(人間科学のための基礎数学)
統計(人間科学のための基礎数学)Masahiro Okano
 
Discrete Structure Mathematics lecture 1
Discrete Structure Mathematics lecture 1Discrete Structure Mathematics lecture 1
Discrete Structure Mathematics lecture 1Amr Rashed
 
微分(人間科学のための基礎数学)
微分(人間科学のための基礎数学)微分(人間科学のための基礎数学)
微分(人間科学のための基礎数学)Masahiro Okano
 
Generalizing Addition and Multiplication to an Operator Parametrized by a Rea...
Generalizing Addition and Multiplication to an Operator Parametrized by a Rea...Generalizing Addition and Multiplication to an Operator Parametrized by a Rea...
Generalizing Addition and Multiplication to an Operator Parametrized by a Rea...Daren Scot Wilson
 
Bit-wise Operation Slides
Bit-wise Operation SlidesBit-wise Operation Slides
Bit-wise Operation SlidesMohamed Amin
 
Ejercicios de algebra lineal
Ejercicios de algebra linealEjercicios de algebra lineal
Ejercicios de algebra linealJenny D.
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...mathsjournal
 
HypergroupsAssociationSchemes_leejuntaek
HypergroupsAssociationSchemes_leejuntaekHypergroupsAssociationSchemes_leejuntaek
HypergroupsAssociationSchemes_leejuntaekJun Taek Lee
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematicNaralaswapna
 
capstone magic squares
capstone magic squarescapstone magic squares
capstone magic squaresCara Colotti
 
multiplication of integers
multiplication of integersmultiplication of integers
multiplication of integerssufiyafatima
 
properties of multiplication of integers
properties of multiplication of integersproperties of multiplication of integers
properties of multiplication of integerssufiyafatima
 

What's hot (18)

MT102 Лекц 4
MT102 Лекц 4MT102 Лекц 4
MT102 Лекц 4
 
3 mal1
3 mal13 mal1
3 mal1
 
統計(人間科学のための基礎数学)
統計(人間科学のための基礎数学)統計(人間科学のための基礎数学)
統計(人間科学のための基礎数学)
 
Discrete Structure Mathematics lecture 1
Discrete Structure Mathematics lecture 1Discrete Structure Mathematics lecture 1
Discrete Structure Mathematics lecture 1
 
微分(人間科学のための基礎数学)
微分(人間科学のための基礎数学)微分(人間科学のための基礎数学)
微分(人間科学のための基礎数学)
 
Generalizing Addition and Multiplication to an Operator Parametrized by a Rea...
Generalizing Addition and Multiplication to an Operator Parametrized by a Rea...Generalizing Addition and Multiplication to an Operator Parametrized by a Rea...
Generalizing Addition and Multiplication to an Operator Parametrized by a Rea...
 
4 mal1
4 mal1 4 mal1
4 mal1
 
Bit-wise Operation Slides
Bit-wise Operation SlidesBit-wise Operation Slides
Bit-wise Operation Slides
 
Set
SetSet
Set
 
Group Theory
Group TheoryGroup Theory
Group Theory
 
Ejercicios de algebra lineal
Ejercicios de algebra linealEjercicios de algebra lineal
Ejercicios de algebra lineal
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
 
HypergroupsAssociationSchemes_leejuntaek
HypergroupsAssociationSchemes_leejuntaekHypergroupsAssociationSchemes_leejuntaek
HypergroupsAssociationSchemes_leejuntaek
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematic
 
capstone magic squares
capstone magic squarescapstone magic squares
capstone magic squares
 
multiplication of integers
multiplication of integersmultiplication of integers
multiplication of integers
 
properties of multiplication of integers
properties of multiplication of integersproperties of multiplication of integers
properties of multiplication of integers
 
1
11
1
 

Viewers also liked

Havnelederforum 2013 uniformsreglement
Havnelederforum 2013 uniformsreglementHavnelederforum 2013 uniformsreglement
Havnelederforum 2013 uniformsreglementHavneforeningen
 
S. GIBSON_ISO 9001 Certificate
S. GIBSON_ISO 9001 CertificateS. GIBSON_ISO 9001 Certificate
S. GIBSON_ISO 9001 CertificateSarah Gibson
 
Tc 18.3.2016 cámaras sin conoc. empleado voto part1
Tc 18.3.2016 cámaras sin conoc. empleado voto part1Tc 18.3.2016 cámaras sin conoc. empleado voto part1
Tc 18.3.2016 cámaras sin conoc. empleado voto part1Juan Segura Aguiló
 
Scriptie Doorwerking Ladder voor duurzame verstedelijking Fiona Sinoo
Scriptie Doorwerking Ladder voor duurzame verstedelijking Fiona SinooScriptie Doorwerking Ladder voor duurzame verstedelijking Fiona Sinoo
Scriptie Doorwerking Ladder voor duurzame verstedelijking Fiona SinooFiona Sinoo
 
Application Developer - DB2_9
Application Developer - DB2_9Application Developer - DB2_9
Application Developer - DB2_9Swapnil Awasthi
 
Ht3 komit-rapport
Ht3 komit-rapportHt3 komit-rapport
Ht3 komit-rapportjegerbusola
 
Bringing sites to life with iBeacons
Bringing sites to life with iBeaconsBringing sites to life with iBeacons
Bringing sites to life with iBeaconsgiasemi
 
Junior parent night elh website ppt
Junior parent night elh website pptJunior parent night elh website ppt
Junior parent night elh website pptNathan Horner
 

Viewers also liked (12)

Havnelederforum 2013 uniformsreglement
Havnelederforum 2013 uniformsreglementHavnelederforum 2013 uniformsreglement
Havnelederforum 2013 uniformsreglement
 
Seattle mural artist
Seattle mural artistSeattle mural artist
Seattle mural artist
 
S. GIBSON_ISO 9001 Certificate
S. GIBSON_ISO 9001 CertificateS. GIBSON_ISO 9001 Certificate
S. GIBSON_ISO 9001 Certificate
 
Tc 18.3.2016 cámaras sin conoc. empleado voto part1
Tc 18.3.2016 cámaras sin conoc. empleado voto part1Tc 18.3.2016 cámaras sin conoc. empleado voto part1
Tc 18.3.2016 cámaras sin conoc. empleado voto part1
 
Scriptie Doorwerking Ladder voor duurzame verstedelijking Fiona Sinoo
Scriptie Doorwerking Ladder voor duurzame verstedelijking Fiona SinooScriptie Doorwerking Ladder voor duurzame verstedelijking Fiona Sinoo
Scriptie Doorwerking Ladder voor duurzame verstedelijking Fiona Sinoo
 
Application Developer - DB2_9
Application Developer - DB2_9Application Developer - DB2_9
Application Developer - DB2_9
 
Ht3 komit-rapport
Ht3 komit-rapportHt3 komit-rapport
Ht3 komit-rapport
 
Bringing sites to life with iBeacons
Bringing sites to life with iBeaconsBringing sites to life with iBeacons
Bringing sites to life with iBeacons
 
Junior parent night elh website ppt
Junior parent night elh website pptJunior parent night elh website ppt
Junior parent night elh website ppt
 
Update on Pavement Smoothness in California
Update on Pavement Smoothness in CaliforniaUpdate on Pavement Smoothness in California
Update on Pavement Smoothness in California
 
ENG II SLIDES
ENG II SLIDESENG II SLIDES
ENG II SLIDES
 
Dosage And Solutions
Dosage And SolutionsDosage And Solutions
Dosage And Solutions
 

Similar to Per1 himpunan umn

Similar to Per1 himpunan umn (20)

sets by navneet
sets by navneetsets by navneet
sets by navneet
 
Set Theory DM
Set Theory DMSet Theory DM
Set Theory DM
 
Set theory
Set theorySet theory
Set theory
 
Set Theory
Set TheorySet Theory
Set Theory
 
Per1 himpunan&fungsiumn
Per1 himpunan&fungsiumnPer1 himpunan&fungsiumn
Per1 himpunan&fungsiumn
 
Set theory
Set theorySet theory
Set theory
 
Lecture 1- DM Intro.pptx
Lecture 1- DM Intro.pptxLecture 1- DM Intro.pptx
Lecture 1- DM Intro.pptx
 
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
 
Set theory
Set theorySet theory
Set theory
 
Set theory
Set theory Set theory
Set theory
 
Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
 
Chpt 2-sets v.3
Chpt 2-sets v.3Chpt 2-sets v.3
Chpt 2-sets v.3
 
sets class 11.pptx
sets class 11.pptxsets class 11.pptx
sets class 11.pptx
 
Set Theory 1
Set Theory 1Set Theory 1
Set Theory 1
 
Introduction to set theory
Introduction to set theoryIntroduction to set theory
Introduction to set theory
 
Mtk3013 chapter 2-3
Mtk3013   chapter 2-3Mtk3013   chapter 2-3
Mtk3013 chapter 2-3
 
Set Concepts
Set ConceptsSet Concepts
Set Concepts
 
Set in discrete mathematics
Set in discrete mathematicsSet in discrete mathematics
Set in discrete mathematics
 
Sets
SetsSets
Sets
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
 

More from Evert Sandye Taasiringan

PENGARUH METODE PEMBELAJARAN COOPERATIVE LEARNING TIPE JIGSAW TERHADAP PENING...
PENGARUH METODE PEMBELAJARAN COOPERATIVE LEARNING TIPE JIGSAW TERHADAP PENING...PENGARUH METODE PEMBELAJARAN COOPERATIVE LEARNING TIPE JIGSAW TERHADAP PENING...
PENGARUH METODE PEMBELAJARAN COOPERATIVE LEARNING TIPE JIGSAW TERHADAP PENING...Evert Sandye Taasiringan
 

More from Evert Sandye Taasiringan (20)

Per4 induction
Per4 inductionPer4 induction
Per4 induction
 
Per7 kombinasi&permutasi
Per7 kombinasi&permutasiPer7 kombinasi&permutasi
Per7 kombinasi&permutasi
 
Per3 logika&pembuktian
Per3 logika&pembuktianPer3 logika&pembuktian
Per3 logika&pembuktian
 
Per1 pendahuluan umn
Per1 pendahuluan umnPer1 pendahuluan umn
Per1 pendahuluan umn
 
Pengantar matematikadiskrit
Pengantar matematikadiskritPengantar matematikadiskrit
Pengantar matematikadiskrit
 
Per2 logika umn
Per2 logika umnPer2 logika umn
Per2 logika umn
 
Per3 logika
Per3 logikaPer3 logika
Per3 logika
 
Pengantar matematika diskrit
Pengantar matematika diskritPengantar matematika diskrit
Pengantar matematika diskrit
 
Per3 pembuktian
Per3 pembuktianPer3 pembuktian
Per3 pembuktian
 
Per4 function1
Per4 function1Per4 function1
Per4 function1
 
Per4 function2
Per4 function2Per4 function2
Per4 function2
 
Per5_matrix multiplication
Per5_matrix multiplicationPer5_matrix multiplication
Per5_matrix multiplication
 
Per5 relasi
Per5 relasiPer5 relasi
Per5 relasi
 
Per5 sequences
Per5 sequencesPer5 sequences
Per5 sequences
 
Per6 basis_Representations Of Integers
Per6 basis_Representations Of IntegersPer6 basis_Representations Of Integers
Per6 basis_Representations Of Integers
 
Pertemuan 5_Relation Matriks_01 (17)
Pertemuan 5_Relation Matriks_01 (17)Pertemuan 5_Relation Matriks_01 (17)
Pertemuan 5_Relation Matriks_01 (17)
 
Per6 basis2_NUMBER SYSTEMS
Per6 basis2_NUMBER SYSTEMSPer6 basis2_NUMBER SYSTEMS
Per6 basis2_NUMBER SYSTEMS
 
Per6dm0910
Per6dm0910Per6dm0910
Per6dm0910
 
Contoh Tugas Kuliah Matematika Diskrit
Contoh Tugas Kuliah Matematika DiskritContoh Tugas Kuliah Matematika Diskrit
Contoh Tugas Kuliah Matematika Diskrit
 
PENGARUH METODE PEMBELAJARAN COOPERATIVE LEARNING TIPE JIGSAW TERHADAP PENING...
PENGARUH METODE PEMBELAJARAN COOPERATIVE LEARNING TIPE JIGSAW TERHADAP PENING...PENGARUH METODE PEMBELAJARAN COOPERATIVE LEARNING TIPE JIGSAW TERHADAP PENING...
PENGARUH METODE PEMBELAJARAN COOPERATIVE LEARNING TIPE JIGSAW TERHADAP PENING...
 

Recently uploaded

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 

Recently uploaded (20)

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 

Per1 himpunan umn

  • 1. January 29, Applied Discrete Mathematics 1 Set TheorySet Theory ..
  • 2. January 29, Applied Discrete Mathematics 2 Set TheorySet Theory • Set: Collection of objects (“elements”)Set: Collection of objects (“elements”) • aa∈∈AA “a is an element of A”“a is an element of A” “a is a member of A”“a is a member of A” • aa∉∉AA “a is not an element of A”“a is not an element of A” • A = {aA = {a11, a, a22, …, a, …, ann}} “A contains…”“A contains…” • Order of elements is meaninglessOrder of elements is meaningless • It does not matter how often the same elementIt does not matter how often the same element is listed.is listed.
  • 3. January 29, Applied Discrete Mathematics 3 Set EqualitySet Equality Sets A and B are equal if and only if they containSets A and B are equal if and only if they contain exactly the same elements.exactly the same elements. Examples:Examples: • A = {9, 2, 7, -3}, B = {7, 9, -3, 2} :A = {9, 2, 7, -3}, B = {7, 9, -3, 2} : A = BA = B • A = {dog, cat, horse},A = {dog, cat, horse}, B = {cat, horse, squirrel, dog} :B = {cat, horse, squirrel, dog} : AA ≠≠ BB • A = {dog, cat, horse},A = {dog, cat, horse}, B = {cat, horse, dog, dog} :B = {cat, horse, dog, dog} : A = BA = B
  • 4. January 29, Applied Discrete Mathematics 4 Examples for SetsExamples for Sets ““Standard” Sets:Standard” Sets: • Natural numbersNatural numbers NN = {0, 1, 2, 3, …}= {0, 1, 2, 3, …} • IntegersIntegers ZZ = {…, -2, -1, 0, 1, 2, …}= {…, -2, -1, 0, 1, 2, …} • Positive IntegersPositive Integers ZZ++ = {1, 2, 3, 4, …}= {1, 2, 3, 4, …} • Real NumbersReal Numbers RR = {47.3, -12,= {47.3, -12, ππ, …}, …} • Rational NumbersRational Numbers QQ = {1.5, 2.6, -3.8, 15, …}= {1.5, 2.6, -3.8, 15, …} (correct definition will follow)(correct definition will follow)
  • 5. January 29, Applied Discrete Mathematics 5 Examples for SetsExamples for Sets • A =A = ∅∅ “empty set/null set”“empty set/null set” • A = {z}A = {z} Note: zNote: z∈∈A, but zA, but z ≠≠ {z}{z} • A = {{b, c}, {c, x, d}}A = {{b, c}, {c, x, d}} • A = {{x, y}}A = {{x, y}} Note: {x, y}Note: {x, y} ∈∈A, but {x, y}A, but {x, y} ≠≠ {{x, y}}{{x, y}} • A = {x | P(x)}A = {x | P(x)} “set of all x such that P(x)”“set of all x such that P(x)” • A = {x | xA = {x | x∈∈NN ∧∧ x > 7} = {8, 9, 10, …}x > 7} = {8, 9, 10, …} “set builder notation”“set builder notation”
  • 6. January 29, Applied Discrete Mathematics 6 Examples for SetsExamples for Sets We are now able to define the set of rationalWe are now able to define the set of rational numbers Q:numbers Q: QQ = {a/b | a= {a/b | a∈∈ZZ ∧∧ bb∈∈ZZ++ }} oror QQ = {a/b | a= {a/b | a∈∈ZZ ∧∧ bb∈∈ZZ ∧∧ bb≠≠0}0} And how about the set of real numbers R?And how about the set of real numbers R? RR = {r | r is a real number}= {r | r is a real number} That is the best we can do.That is the best we can do.
  • 7. January 29, Applied Discrete Mathematics 7 SubsetsSubsets AA ⊆⊆ BB “A is a subset of B”“A is a subset of B” AA ⊆⊆ B if and only if every element of A is alsoB if and only if every element of A is also an element of B.an element of B. We can completely formalize this:We can completely formalize this: AA ⊆⊆ BB ⇔⇔ ∀∀x (xx (x∈∈AA →→ xx∈∈B)B) Examples:Examples: A = {3, 9}, B = {5, 9, 1, 3}, AA = {3, 9}, B = {5, 9, 1, 3}, A ⊆⊆ B ?B ? truetrue A = {3, 3, 3, 9}, B = {5, 9, 1, 3}, AA = {3, 3, 3, 9}, B = {5, 9, 1, 3}, A ⊆⊆ B ?B ? falsefalse truetrue A = {1, 2, 3}, B = {2, 3, 4}, AA = {1, 2, 3}, B = {2, 3, 4}, A ⊆⊆ B ?B ?
  • 8. January 29, Applied Discrete Mathematics 8 SubsetsSubsets Useful rules:Useful rules: • A = BA = B ⇔⇔ (A(A ⊆⊆ B)B) ∧∧ (B(B ⊆⊆ A)A) • (A(A ⊆⊆ B)B) ∧∧ (B(B ⊆⊆ C)C) ⇒⇒ AA ⊆⊆ CC (see Venn Diagram)(see Venn Diagram) UU AA BB CC
  • 9. January 29, Applied Discrete Mathematics 9 SubsetsSubsets Useful rules:Useful rules: ∀ ∅∅ ⊆⊆ A for any set AA for any set A • AA ⊆⊆ A for any set AA for any set A Proper subsets:Proper subsets: AA ⊂⊂ BB “A is a proper subset of B”“A is a proper subset of B” AA ⊂⊂ BB ⇔⇔ ∀∀x (xx (x∈∈AA →→ xx∈∈B)B) ∧∧ ∃∃x (xx (x∈∈BB ∧∧ xx∉∉A)A) oror AA ⊂⊂ BB ⇔⇔ ∀∀x (xx (x∈∈AA →→ xx∈∈B)B) ∧∧ ¬∀¬∀x (xx (x∈∈BB →→ xx∈∈A)A)
  • 10. January 29, Applied Discrete Mathematics 9 SubsetsSubsets Useful rules:Useful rules: ∀ ∅∅ ⊆⊆ A for any set AA for any set A • AA ⊆⊆ A for any set AA for any set A Proper subsets:Proper subsets: AA ⊂⊂ BB “A is a proper subset of B”“A is a proper subset of B” AA ⊂⊂ BB ⇔⇔ ∀∀x (xx (x∈∈AA →→ xx∈∈B)B) ∧∧ ∃∃x (xx (x∈∈BB ∧∧ xx∉∉A)A) oror AA ⊂⊂ BB ⇔⇔ ∀∀x (xx (x∈∈AA →→ xx∈∈B)B) ∧∧ ¬∀¬∀x (xx (x∈∈BB →→ xx∈∈A)A)