Treść książki

Przejdź do opcji czytnikaPrzejdź do nawigacjiPrzejdź do informacjiPrzejdź do stopki
CHAPTER2
SETS
2010BASICCONCEPTS
THEORYINANUTSHELL
Set
ismostoftenclassifiedasoneofthe
primitivenotions
,thatisundefined.
Forourpurposes,wecancharacterizesetasacollectionof
uniqueandnot
orderedelements
3
.
Wedenotethesetsbycapitalletters:A,B,C,ł,andtheircomponents(called
members
)bythelowercaseletters.Thefactthattheelementxbelongstothe
setA,iswrittenas:xA,whilethefactthatitdoesn’t:xA.
ThenumberofmembersofAisdenotedby|A|andiscalledthecardinalityofA.
Ifitisfinite,sometimesitisdenotedbyn(A).
Setsmaybedescribedinvariousways.Inthisbook,wewillbemostly
interestedinfinitesetsandsetsofnumbers.Therefore,torepresentthemembers
ofasetwewilluse:
enumerationofallthemembersoftheset,forexampleA={1,2,3,4};
notationusingformulae,inequalities,equations,etc.,forexample:
A={x:xNx
ł
1x
ś
4}(“:”colonmeans“suchthat”;given
expressionmeanthusAisthesetofxsuchthatxisanaturalnumber,x
isnotlowerthan1andxisnotgreaterthan4”;notethatthesetdefined
thiswayisexactlythesameasthesetfromthepreviousbulletpoint);
notationusingintervals(seelaterinthischapter),forexample:A=[1,4]
(observethatthistimethesetisnotsameasbefore,asforinstance3.5is
itsmember).
The
equality
oftwosetsAandBmeansthattheyhaveexactlythesame
members.WewriteitasA=B.Moreformally,equalityoftwosetscanbe
definedasfollows:
A
=
B
§
¨
©
x
x
A
x
B
·
¸
¹
.
The
inclusion
oftwosetsAandBmeansthatallthemembersofonesetarealso
themembersofanotherone.InclusionofAinBisdenotedbyABorAB.
InsuchacasewesaythatA
issubsetof
B.IfAisnotsubsetofB,thenwe
3
Inthecaseofrepetitionsofelementswearetalkingaboutmultisets.Inthecaseof
orderedelementswearetalkingaboutsequences.Thislastconceptisdiscussedindetail
laterinthebook.
22