SlideShare a Scribd company logo
Oleh 
Arif Djunaidi
Definisi Himpunan 
Sebuah koleksi benda-benda yang disebut Himpunan 
benda-benda yang disebut elemen, unsur atau anggota 
dari himpunan 
Deskripsi verbal "himpunan semua negara bagian di Amerika 
Serikat yang berbatasan dengan Samudera Pasifik" dapat 
direpresentasikan dalam dua cara berbeda sebagai berikut: 
Didaftar: {Alaska, California, Hawaii, Oregon, Washington}. 
Set-builder: {x/x adalah negara bagian AS yang berbatasan 
dengan Samudera Pasifik}. (Notasi set-builder ini dibaca: 
"Himpunan semua x sehingga x adalah negara bagian AS yang 
berbatasan dengan Samudera Pasifik.")
Himpunan biasanya dilambangkan dengan huruf 
kapital seperti A, B, C, dan seterusnya. Simbol “ " 
dan "" digunakan untuk menunjukkan bahwa sebuah 
objek atau bukan dari anggota himpunan. 
Misalnya, jika S merupakan himpunan semua negara 
bagian AS yang berbatasan dengan Pasifik, maka 
Alaska  S dan Michigan  S. 
Himpunan tanpa elemen disebut himpunan kosong 
(atau set null) dan dilambangkan dengan {} atau 
simbol . Himpunan semua negara bagian AS yang 
berbatasan Antartika adalah himpunan kosong.
Dua himpunan A dan B adalah sama, ditulis A = B, jika dan hanya 
jika mereka unsur-unsur sudah sesuai adalah sama. Jadi {x /x adalah 
negara yang berbatasan dengan Danau Michigan} = {Illinois, 
Indiana, Michigan, Wisconsin}. 
Perhatikan bahwa dua set, A dan B, yang sama jika setiap elemen A 
adalah di B, dan sebaliknya. Jika A tidak sama dengan B, kita 
menulis A = B. 
Ada dua aturan yang melekat mengenai set: (1) unsur yang sama 
tidak tercantum lebih dari sekali dalam satu set, dan (2) urutan unsur-unsur 
dalam satu set tidak material. 
Dengan demikian, berdasarkan aturan 1, set {a, a, b } akan ditulis 
sebagai {a, b} dan menurut aturan 2 {a, b} = {b, a}, {x, y, z} = {y, z, 
x}, dan seterusnya. 
Konsep 1-1 korespondensi, baca "satu-ke-satu korespondensi," 
diperlukan untuk menentukan arti seluruh bilangan.
DEFINISI 
One-to-One Correspondence 
Korespondensi satu satu antara dua set A dan B adalah 
pasangan dari elemen A dengan elemen B sehingga 
setiap elemen A berhubungan dengan tepat satu 
elemen dari B, dan sebaliknya. Jika ada 1-1 
korespondensi antara set A dan B, kita menulis A  B 
dan mengatakan bahwa A dan B adalah himpunan 
sama atau cocok.
example 
{1, 2}  {a, b}, but {1, 2}  {a, b}. The two sets A = 
{a, b} and B = {a, b, c} are not equivalent. However, 
they do satisfy the relationship defined next.
Definisi 
Subset of a Set: A  B 
Set A is said to be a subset of B, written A B, if and only 
if every element of A is also an element of B. 
The set consisting of New Hampshire is a subset of the set 
of all New England states and {a, b, c}  {a, b, c, d, e, f }. 
Since every element in a set A is in A, A  A for all sets A. 
Also, {a, b, c} ⊈ {a, b, d} because c is in the set {a, b, c} 
but not in the set {a, b, d}. Using similar reasoning, you 
can argue that A for any set A since it is impossible to 
find an element in that is not in A.
If A  B and B has an element that is not in A, we 
write A  B and say that A is a proper subset of B. 
Thus {a, b}  {a, b, c}, since {a, b}  {a, b, c} and 
c is in the second set but not in the first.
Circles or other closed curves are used in Venn 
diagrams (named after the English logician John 
Venn) to illustrate relationships between sets. These 
circles are usually pictured within a rectangle, U, 
where the rectangle represents the universal set or 
universe
Finite and Infinite Sets 
a set is finite if it is empty or can have its 
elements listed (where the list eventually ends), 
and a set is infinite if it goes on without end. 
Example: Determine whether the following 
sets are finite or infinite. 
a. {a, b, c} 
b. {1, 2, 3, . . . } 
c. {2, 4, 6, . . . , 2 0 }
SOLUTION 
a. {a, b, c} is finite since it can be matched 
with the set {1, 2, 3}. 
b. {1, 2, 3, . . .} is an infinite set. 
c. {2, 4, 6, . . . , 20} is a finite set since it can 
be matched with the set {1, 2, 3, . . . ,10}. 
(Here, the ellipsis means to continue the 
pattern until the last element is reached.)
Operations on Sets 
Two sets A and B that have no elements in common 
are called disjoint sets. The sets {a, b, c} and {d, e, f 
} are disjoint
Union of Sets: A  B 
The union of two sets A and B, written A  B, 
is the set that consists of all elements belonging 
either to A or to B (or to both). 
Example: Find the union of the given pairs of 
sets. 
a. {a, b}  {c, d, e} 
b. {1, 2, 3, 4, 5}   
c. {m, n, q}  {m, n, p}
SOLUTION 
a. {a, b}  {c, d, e} = {a, b, c, d, e} 
b. {1, 2, 3, 4, 5}   ={1, 2, 3, 4, 5} 
c. {m, n, q}  {m, n, p} = {m, n, p, q}
Intersection of Sets: A  B 
The intersection of sets A and B, written AB, 
is the set of all elements common to sets A and 
B. 
Example: Find the intersection of the given 
pairs of sets. 
a. {a, b, c}  {b, d, f } 
b. {a, b, c}  {a, b, c} 
c. {a, b}  {c, d}
SOLUTION 
a. {a, b, c}  {b, d, f} = {b} since b is the only 
element in both sets. 
b. {a, b, c}  {a, b, c} = {a, b, c} since a, b, c are in 
both sets. 
c. {a, b}  {c, d} =  since there are no elements 
common to the given two sets.
Complement of a Set: 
The complement of a set A, written , is the set of all 
elements in the universe, U, that are not in A.
Example: Find the following sets. 
a. 푨 where U = {a, b, c, d} and A = {a} 
b. 푩 where U = {1, 2, 3, . . .} and B = {2, 4, 6, . 
. . } 
c. 푨 ∪ 푩 and 푨 ∩ 푩 where U={1, 2, 3, 4, 5}, 
A={1, 2, 3}, and B= {3, 4}
SOLUTION 
a. 푨 ={b, c, d} 
b. 푩 = {1, 3, 5, . . . } 
c. 푨 ∪ 푩={4, 5} ∪{1, 2, 5} = {1, 2, 4, 5} 
푨 ∩ 푩 = 3 ={1, 2, 4, 5}
Difference of Sets: A – B 
The set difference (or relative complement) of set B 
from set A, written A – B, is the set of all elements in 
A that are not in B.
Example: Find the difference of the 
given pairs of sets. 
a. {a, b, c} - {b, d} 
b. {a, b, c} - {e} 
c. {a, b, c, d} - {b, c, d}
SOLUTION 
a. {a, b, c} - {b, d} = {a, c} 
b. {a, b, c} - {e} = {a, b, c} 
c. {a, b, c, d} - {b, c, d} = {a}
Cartesian Product of Sets: A  B 
The Cartesian product of set A with set B, written A 
B and read “A cross B,” is the set of all ordered pairs (a, 
b), where a  A and b  B. 
Example: Find the Cartesian product of the given 
pairs of sets. 
a. {x, y, z}  {m, n} 
b. {7}  {a, b, c}
SOLUTION 
a. {x, y, z}  {m, n} = {(x, m), (x, n), (y, m), (y, n), (z, m), (z, n)} 
b. {7}  {a, b, c} = {(7, a), (7, b), (7, c)}
Himpunan plpg
Himpunan plpg
Himpunan plpg

More Related Content

What's hot

Sets Class XI Chapter 1
Sets Class XI Chapter 1Sets Class XI Chapter 1
Sets Class XI Chapter 1
Nishant Narvekar
 
SET
SETSET
Types of sets
Types of setsTypes of sets
Types of sets
Mahitha Davala
 
Week 5 ( basic concept of relation )
Week 5 ( basic concept of relation )Week 5 ( basic concept of relation )
Week 5 ( basic concept of relation )
OliverBaltazar2
 
Set theory
Set theorySet theory
Set theory
Robert Geofroy
 
Partial-Orderings in Discrete Mathematics
 Partial-Orderings in Discrete Mathematics Partial-Orderings in Discrete Mathematics
Partial-Orderings in Discrete Mathematics
Meghaj Mallick
 
Sets by navneet class 11
Sets by navneet class 11Sets by navneet class 11
Sets by navneet class 11
Navneet Anand
 
A review on sets (equal, equivalent, empty, joint, disjoint)
A review on sets (equal, equivalent, empty, joint, disjoint)A review on sets (equal, equivalent, empty, joint, disjoint)
A review on sets (equal, equivalent, empty, joint, disjoint)
MartinGeraldine
 
operations on sets
operations on setsoperations on sets
operations on sets
Juhi Kumari
 
Discrete math (sets)
Discrete math (sets)Discrete math (sets)
Discrete math (sets)
SAIFUR RAHMAN
 
Discrete mathematics presentation
Discrete mathematics presentationDiscrete mathematics presentation
Discrete mathematics presentation
MdZiad
 
Set relationships
Set relationshipsSet relationships
Set relationships
AjayQuines
 
SETS
SETSSETS
Identifying universal, equal and equivalent sets,
Identifying universal, equal and equivalent sets,Identifying universal, equal and equivalent sets,
Identifying universal, equal and equivalent sets,
MartinGeraldine
 
Identifying subsets of a set
Identifying subsets of a setIdentifying subsets of a set
Identifying subsets of a set
MartinGeraldine
 
Classifying sets
Classifying setsClassifying sets
Classifying sets
MartinGeraldine
 
CMSC 56 | Lecture 14: Representing Relations
CMSC 56 | Lecture 14: Representing RelationsCMSC 56 | Lecture 14: Representing Relations
CMSC 56 | Lecture 14: Representing Relations
allyn joy calcaben
 
CMSC 56 | Lecture 15: Closures of Relations
CMSC 56 | Lecture 15: Closures of RelationsCMSC 56 | Lecture 15: Closures of Relations
CMSC 56 | Lecture 15: Closures of Relations
allyn joy calcaben
 
I lustrating sets using venn diagram
I lustrating sets using venn diagramI lustrating sets using venn diagram
I lustrating sets using venn diagram
MartinGeraldine
 
5literal equations x
5literal equations x5literal equations x
5literal equations x
Tzenma
 

What's hot (20)

Sets Class XI Chapter 1
Sets Class XI Chapter 1Sets Class XI Chapter 1
Sets Class XI Chapter 1
 
SET
SETSET
SET
 
Types of sets
Types of setsTypes of sets
Types of sets
 
Week 5 ( basic concept of relation )
Week 5 ( basic concept of relation )Week 5 ( basic concept of relation )
Week 5 ( basic concept of relation )
 
Set theory
Set theorySet theory
Set theory
 
Partial-Orderings in Discrete Mathematics
 Partial-Orderings in Discrete Mathematics Partial-Orderings in Discrete Mathematics
Partial-Orderings in Discrete Mathematics
 
Sets by navneet class 11
Sets by navneet class 11Sets by navneet class 11
Sets by navneet class 11
 
A review on sets (equal, equivalent, empty, joint, disjoint)
A review on sets (equal, equivalent, empty, joint, disjoint)A review on sets (equal, equivalent, empty, joint, disjoint)
A review on sets (equal, equivalent, empty, joint, disjoint)
 
operations on sets
operations on setsoperations on sets
operations on sets
 
Discrete math (sets)
Discrete math (sets)Discrete math (sets)
Discrete math (sets)
 
Discrete mathematics presentation
Discrete mathematics presentationDiscrete mathematics presentation
Discrete mathematics presentation
 
Set relationships
Set relationshipsSet relationships
Set relationships
 
SETS
SETSSETS
SETS
 
Identifying universal, equal and equivalent sets,
Identifying universal, equal and equivalent sets,Identifying universal, equal and equivalent sets,
Identifying universal, equal and equivalent sets,
 
Identifying subsets of a set
Identifying subsets of a setIdentifying subsets of a set
Identifying subsets of a set
 
Classifying sets
Classifying setsClassifying sets
Classifying sets
 
CMSC 56 | Lecture 14: Representing Relations
CMSC 56 | Lecture 14: Representing RelationsCMSC 56 | Lecture 14: Representing Relations
CMSC 56 | Lecture 14: Representing Relations
 
CMSC 56 | Lecture 15: Closures of Relations
CMSC 56 | Lecture 15: Closures of RelationsCMSC 56 | Lecture 15: Closures of Relations
CMSC 56 | Lecture 15: Closures of Relations
 
I lustrating sets using venn diagram
I lustrating sets using venn diagramI lustrating sets using venn diagram
I lustrating sets using venn diagram
 
5literal equations x
5literal equations x5literal equations x
5literal equations x
 

Similar to Himpunan plpg

Sets
SetsSets
POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdf
MaryAnnBatac1
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
gowhiksankar54
 
SET AND ITS OPERATIONS
SET AND ITS OPERATIONSSET AND ITS OPERATIONS
SET AND ITS OPERATIONS
RohithV15
 
Sets (Mathematics class XI)
Sets (Mathematics class XI)Sets (Mathematics class XI)
Sets (Mathematics class XI)
VihaanBhambhani
 
mathematical sets.pdf
mathematical sets.pdfmathematical sets.pdf
mathematical sets.pdf
Jihudumie.Com
 
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
 
Sets functions-sequences-exercises
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercises
Roshayu Mohamad
 
Final maths presentation on sets
Final maths presentation on setsFinal maths presentation on sets
Final maths presentation on sets
Rahul Avicii
 
Chap2_SETS_PDF.pdf
Chap2_SETS_PDF.pdfChap2_SETS_PDF.pdf
Chap2_SETS_PDF.pdf
RatipornChomrit
 
2.1 Sets
2.1 Sets2.1 Sets
2.1 Sets
showslidedump
 
Discrete mathematics for diploma students
Discrete mathematics for diploma studentsDiscrete mathematics for diploma students
Discrete mathematics for diploma students
Zubair Khan
 
4898850.ppt
4898850.ppt4898850.ppt
4898850.ppt
UsamaManzoorLucky1
 
Sets class 11
Sets class 11Sets class 11
Sets class 11
Nitishkumar0105999
 
CMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 6: Sets & Set OperationsCMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 6: Sets & Set Operations
allyn joy calcaben
 
Set theory and Venn Diagram.docx
Set theory and Venn Diagram.docxSet theory and Venn Diagram.docx
Set theory and Venn Diagram.docx
RenierXanderUy
 
pdf_20221016_194015_0000.pdf
pdf_20221016_194015_0000.pdfpdf_20221016_194015_0000.pdf
pdf_20221016_194015_0000.pdf
SenaJover
 
Sets in discrete mathematics
Sets in discrete mathematicsSets in discrete mathematics
Sets in discrete mathematics
University of Potsdam
 
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
 
G-1-SETS.pdf
G-1-SETS.pdfG-1-SETS.pdf
G-1-SETS.pdf
catadajasmin903
 

Similar to Himpunan plpg (20)

Sets
SetsSets
Sets
 
POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdf
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
 
SET AND ITS OPERATIONS
SET AND ITS OPERATIONSSET AND ITS OPERATIONS
SET AND ITS OPERATIONS
 
Sets (Mathematics class XI)
Sets (Mathematics class XI)Sets (Mathematics class XI)
Sets (Mathematics class XI)
 
mathematical sets.pdf
mathematical sets.pdfmathematical sets.pdf
mathematical sets.pdf
 
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
 
Sets functions-sequences-exercises
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercises
 
Final maths presentation on sets
Final maths presentation on setsFinal maths presentation on sets
Final maths presentation on sets
 
Chap2_SETS_PDF.pdf
Chap2_SETS_PDF.pdfChap2_SETS_PDF.pdf
Chap2_SETS_PDF.pdf
 
2.1 Sets
2.1 Sets2.1 Sets
2.1 Sets
 
Discrete mathematics for diploma students
Discrete mathematics for diploma studentsDiscrete mathematics for diploma students
Discrete mathematics for diploma students
 
4898850.ppt
4898850.ppt4898850.ppt
4898850.ppt
 
Sets class 11
Sets class 11Sets class 11
Sets class 11
 
CMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 6: Sets & Set OperationsCMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 6: Sets & Set Operations
 
Set theory and Venn Diagram.docx
Set theory and Venn Diagram.docxSet theory and Venn Diagram.docx
Set theory and Venn Diagram.docx
 
pdf_20221016_194015_0000.pdf
pdf_20221016_194015_0000.pdfpdf_20221016_194015_0000.pdf
pdf_20221016_194015_0000.pdf
 
Sets in discrete mathematics
Sets in discrete mathematicsSets in discrete mathematics
Sets in discrete mathematics
 
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
 
G-1-SETS.pdf
G-1-SETS.pdfG-1-SETS.pdf
G-1-SETS.pdf
 

Recently uploaded

Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
SkillCertProExams
 
Gregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptxGregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptx
gharris9
 
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
gpww3sf4
 
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
OECD Directorate for Financial and Enterprise Affairs
 
Suzanne Lagerweij - Influence Without Power - Why Empathy is Your Best Friend...
Suzanne Lagerweij - Influence Without Power - Why Empathy is Your Best Friend...Suzanne Lagerweij - Influence Without Power - Why Empathy is Your Best Friend...
Suzanne Lagerweij - Influence Without Power - Why Empathy is Your Best Friend...
Suzanne Lagerweij
 
Gregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics PresentationGregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics Presentation
gharris9
 
Tom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issueTom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issue
amekonnen
 
Carrer goals.pptx and their importance in real life
Carrer goals.pptx  and their importance in real lifeCarrer goals.pptx  and their importance in real life
Carrer goals.pptx and their importance in real life
artemacademy2
 
Updated diagnosis. Cause and treatment of hypothyroidism
Updated diagnosis. Cause and treatment of hypothyroidismUpdated diagnosis. Cause and treatment of hypothyroidism
Updated diagnosis. Cause and treatment of hypothyroidism
Faculty of Medicine And Health Sciences
 
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Dutch Power
 
ASONAM2023_presection_slide_track-recommendation.pdf
ASONAM2023_presection_slide_track-recommendation.pdfASONAM2023_presection_slide_track-recommendation.pdf
ASONAM2023_presection_slide_track-recommendation.pdf
ToshihiroIto4
 
XP 2024 presentation: A New Look to Leadership
XP 2024 presentation: A New Look to LeadershipXP 2024 presentation: A New Look to Leadership
XP 2024 presentation: A New Look to Leadership
samililja
 
Competition and Regulation in Professions and Occupations – ROBSON – June 202...
Competition and Regulation in Professions and Occupations – ROBSON – June 202...Competition and Regulation in Professions and Occupations – ROBSON – June 202...
Competition and Regulation in Professions and Occupations – ROBSON – June 202...
OECD Directorate for Financial and Enterprise Affairs
 
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
OECD Directorate for Financial and Enterprise Affairs
 
Burning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdfBurning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdf
kkirkland2
 
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Dutch Power
 
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussion
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussionPro-competitive Industrial Policy – OECD – June 2024 OECD discussion
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussion
OECD Directorate for Financial and Enterprise Affairs
 
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussionArtificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
OECD Directorate for Financial and Enterprise Affairs
 
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussionPro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
OECD Directorate for Financial and Enterprise Affairs
 
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussionArtificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
OECD Directorate for Financial and Enterprise Affairs
 

Recently uploaded (20)

Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
 
Gregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptxGregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptx
 
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
 
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
 
Suzanne Lagerweij - Influence Without Power - Why Empathy is Your Best Friend...
Suzanne Lagerweij - Influence Without Power - Why Empathy is Your Best Friend...Suzanne Lagerweij - Influence Without Power - Why Empathy is Your Best Friend...
Suzanne Lagerweij - Influence Without Power - Why Empathy is Your Best Friend...
 
Gregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics PresentationGregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics Presentation
 
Tom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issueTom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issue
 
Carrer goals.pptx and their importance in real life
Carrer goals.pptx  and their importance in real lifeCarrer goals.pptx  and their importance in real life
Carrer goals.pptx and their importance in real life
 
Updated diagnosis. Cause and treatment of hypothyroidism
Updated diagnosis. Cause and treatment of hypothyroidismUpdated diagnosis. Cause and treatment of hypothyroidism
Updated diagnosis. Cause and treatment of hypothyroidism
 
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
 
ASONAM2023_presection_slide_track-recommendation.pdf
ASONAM2023_presection_slide_track-recommendation.pdfASONAM2023_presection_slide_track-recommendation.pdf
ASONAM2023_presection_slide_track-recommendation.pdf
 
XP 2024 presentation: A New Look to Leadership
XP 2024 presentation: A New Look to LeadershipXP 2024 presentation: A New Look to Leadership
XP 2024 presentation: A New Look to Leadership
 
Competition and Regulation in Professions and Occupations – ROBSON – June 202...
Competition and Regulation in Professions and Occupations – ROBSON – June 202...Competition and Regulation in Professions and Occupations – ROBSON – June 202...
Competition and Regulation in Professions and Occupations – ROBSON – June 202...
 
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
 
Burning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdfBurning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdf
 
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
 
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussion
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussionPro-competitive Industrial Policy – OECD – June 2024 OECD discussion
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussion
 
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussionArtificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
 
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussionPro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
 
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussionArtificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
 

Himpunan plpg

  • 2. Definisi Himpunan Sebuah koleksi benda-benda yang disebut Himpunan benda-benda yang disebut elemen, unsur atau anggota dari himpunan Deskripsi verbal "himpunan semua negara bagian di Amerika Serikat yang berbatasan dengan Samudera Pasifik" dapat direpresentasikan dalam dua cara berbeda sebagai berikut: Didaftar: {Alaska, California, Hawaii, Oregon, Washington}. Set-builder: {x/x adalah negara bagian AS yang berbatasan dengan Samudera Pasifik}. (Notasi set-builder ini dibaca: "Himpunan semua x sehingga x adalah negara bagian AS yang berbatasan dengan Samudera Pasifik.")
  • 3. Himpunan biasanya dilambangkan dengan huruf kapital seperti A, B, C, dan seterusnya. Simbol “ " dan "" digunakan untuk menunjukkan bahwa sebuah objek atau bukan dari anggota himpunan. Misalnya, jika S merupakan himpunan semua negara bagian AS yang berbatasan dengan Pasifik, maka Alaska  S dan Michigan  S. Himpunan tanpa elemen disebut himpunan kosong (atau set null) dan dilambangkan dengan {} atau simbol . Himpunan semua negara bagian AS yang berbatasan Antartika adalah himpunan kosong.
  • 4. Dua himpunan A dan B adalah sama, ditulis A = B, jika dan hanya jika mereka unsur-unsur sudah sesuai adalah sama. Jadi {x /x adalah negara yang berbatasan dengan Danau Michigan} = {Illinois, Indiana, Michigan, Wisconsin}. Perhatikan bahwa dua set, A dan B, yang sama jika setiap elemen A adalah di B, dan sebaliknya. Jika A tidak sama dengan B, kita menulis A = B. Ada dua aturan yang melekat mengenai set: (1) unsur yang sama tidak tercantum lebih dari sekali dalam satu set, dan (2) urutan unsur-unsur dalam satu set tidak material. Dengan demikian, berdasarkan aturan 1, set {a, a, b } akan ditulis sebagai {a, b} dan menurut aturan 2 {a, b} = {b, a}, {x, y, z} = {y, z, x}, dan seterusnya. Konsep 1-1 korespondensi, baca "satu-ke-satu korespondensi," diperlukan untuk menentukan arti seluruh bilangan.
  • 5. DEFINISI One-to-One Correspondence Korespondensi satu satu antara dua set A dan B adalah pasangan dari elemen A dengan elemen B sehingga setiap elemen A berhubungan dengan tepat satu elemen dari B, dan sebaliknya. Jika ada 1-1 korespondensi antara set A dan B, kita menulis A  B dan mengatakan bahwa A dan B adalah himpunan sama atau cocok.
  • 6. example {1, 2}  {a, b}, but {1, 2}  {a, b}. The two sets A = {a, b} and B = {a, b, c} are not equivalent. However, they do satisfy the relationship defined next.
  • 7. Definisi Subset of a Set: A  B Set A is said to be a subset of B, written A B, if and only if every element of A is also an element of B. The set consisting of New Hampshire is a subset of the set of all New England states and {a, b, c}  {a, b, c, d, e, f }. Since every element in a set A is in A, A  A for all sets A. Also, {a, b, c} ⊈ {a, b, d} because c is in the set {a, b, c} but not in the set {a, b, d}. Using similar reasoning, you can argue that A for any set A since it is impossible to find an element in that is not in A.
  • 8. If A  B and B has an element that is not in A, we write A  B and say that A is a proper subset of B. Thus {a, b}  {a, b, c}, since {a, b}  {a, b, c} and c is in the second set but not in the first.
  • 9. Circles or other closed curves are used in Venn diagrams (named after the English logician John Venn) to illustrate relationships between sets. These circles are usually pictured within a rectangle, U, where the rectangle represents the universal set or universe
  • 10. Finite and Infinite Sets a set is finite if it is empty or can have its elements listed (where the list eventually ends), and a set is infinite if it goes on without end. Example: Determine whether the following sets are finite or infinite. a. {a, b, c} b. {1, 2, 3, . . . } c. {2, 4, 6, . . . , 2 0 }
  • 11. SOLUTION a. {a, b, c} is finite since it can be matched with the set {1, 2, 3}. b. {1, 2, 3, . . .} is an infinite set. c. {2, 4, 6, . . . , 20} is a finite set since it can be matched with the set {1, 2, 3, . . . ,10}. (Here, the ellipsis means to continue the pattern until the last element is reached.)
  • 12. Operations on Sets Two sets A and B that have no elements in common are called disjoint sets. The sets {a, b, c} and {d, e, f } are disjoint
  • 13. Union of Sets: A  B The union of two sets A and B, written A  B, is the set that consists of all elements belonging either to A or to B (or to both). Example: Find the union of the given pairs of sets. a. {a, b}  {c, d, e} b. {1, 2, 3, 4, 5}   c. {m, n, q}  {m, n, p}
  • 14. SOLUTION a. {a, b}  {c, d, e} = {a, b, c, d, e} b. {1, 2, 3, 4, 5}   ={1, 2, 3, 4, 5} c. {m, n, q}  {m, n, p} = {m, n, p, q}
  • 15. Intersection of Sets: A  B The intersection of sets A and B, written AB, is the set of all elements common to sets A and B. Example: Find the intersection of the given pairs of sets. a. {a, b, c}  {b, d, f } b. {a, b, c}  {a, b, c} c. {a, b}  {c, d}
  • 16. SOLUTION a. {a, b, c}  {b, d, f} = {b} since b is the only element in both sets. b. {a, b, c}  {a, b, c} = {a, b, c} since a, b, c are in both sets. c. {a, b}  {c, d} =  since there are no elements common to the given two sets.
  • 17. Complement of a Set: The complement of a set A, written , is the set of all elements in the universe, U, that are not in A.
  • 18. Example: Find the following sets. a. 푨 where U = {a, b, c, d} and A = {a} b. 푩 where U = {1, 2, 3, . . .} and B = {2, 4, 6, . . . } c. 푨 ∪ 푩 and 푨 ∩ 푩 where U={1, 2, 3, 4, 5}, A={1, 2, 3}, and B= {3, 4}
  • 19. SOLUTION a. 푨 ={b, c, d} b. 푩 = {1, 3, 5, . . . } c. 푨 ∪ 푩={4, 5} ∪{1, 2, 5} = {1, 2, 4, 5} 푨 ∩ 푩 = 3 ={1, 2, 4, 5}
  • 20. Difference of Sets: A – B The set difference (or relative complement) of set B from set A, written A – B, is the set of all elements in A that are not in B.
  • 21. Example: Find the difference of the given pairs of sets. a. {a, b, c} - {b, d} b. {a, b, c} - {e} c. {a, b, c, d} - {b, c, d}
  • 22. SOLUTION a. {a, b, c} - {b, d} = {a, c} b. {a, b, c} - {e} = {a, b, c} c. {a, b, c, d} - {b, c, d} = {a}
  • 23. Cartesian Product of Sets: A  B The Cartesian product of set A with set B, written A B and read “A cross B,” is the set of all ordered pairs (a, b), where a  A and b  B. Example: Find the Cartesian product of the given pairs of sets. a. {x, y, z}  {m, n} b. {7}  {a, b, c}
  • 24. SOLUTION a. {x, y, z}  {m, n} = {(x, m), (x, n), (y, m), (y, n), (z, m), (z, n)} b. {7}  {a, b, c} = {(7, a), (7, b), (7, c)}