




已阅读5页,还剩72页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1,Chapter0:Introduction,mathematicalnotation,prooftechniques,2,0.2.1StandardSetTheoryreview,Asetisanunorderedcollectionofobjects.Elements(members)DonotdistinguishrepetitionsoftheelementsMultiset-Dodistinguishrepetitionsoftheelements7,7and7Singleton-mayhaveonlyoneelementTheemptysetwithnoelementatall:NonemptyNaturalnumbersN(0inclusive)IntegersZ,3,written,ListingRefertoothersetsandproperties,4,5,6,Setoperations,Union:ABIntersection:ABComplement:ADifference:A-BDisjointSets:AB=Null,7,LawsandProperties,CommutativelawAssociativelawDistributivelawAbsorptionlawDemoganslawIdempotentlaw,8,SuperSet,Acollectionofanysets,9,10,Coverage,Differencebetweencoverageandpartition,11,0.2.2sequencesandtuples,HowtoexpressrelationsbetweenobjectsThelanguageofsetsFortheobjectsbelongtotherelationNotheobjectsnotdistinguished,12,OrderedPairs,13,Cartesianproduct,14,Binaryrelation,15,Orderedtuple,Ordered2-tupleorderedpairsOrdered3-tupleorderedtriplesOrdered4-tuplequadruplesOrdered5-tuplequintuplesOrdered6-tuplesextuplesSequenceisanorderedn-tupleforsomeunspecifiedn,wherenisthelengthofthesequence.N-foldCartesianproduct,16,N-aryrelation,1-aryrelationunaryrelations2-aryrelationbinaryrelations3-aryrelationternaryrelations,17,18,5composition,QR=(a,b):forsomec,(a,c)Qand(c,b)R,Compositionoff:ABandg:BCisafunctionhfromAtoCsuchthath(a)=g(f(a).,19,6specialtypesofbinaryrelations,directedgraphNodeEdgesNotes:donotallow“parallelarrows”.Adjacentmatrix,20,Propertiesofrelations,ReflexiveSymmetricAsymmetricAnti-symmetricTransitive,21,Reflexive,ArelationRAAisreflexiveif(a,a)RforeachaA.Thedirectedgraphrepresentingareflexiverelationhasaloopfromeachnodetoitself.Whatisthecharacteristicsofitsmatrix?Alloftheelementsonthediagonallineofitsmatrixare1.,22,Symmetric,ArelationRAAissymmetricif(b,a)Rwhenever(a,b)R.Inthedirectedgraphrepresentingasymmetricrelation,wheneverthereisanarrowbetweentwonodes,therearearrowsbetweenthosenodesinbothdirections.Characteristicsofmatrix?,Example:(a,b):aandbarepersonswiththesamefather,23,undirectedgraph,Asymmetricrelationwithoutpairsoftheform(a,a)isrepresentedasanundirectedgraph,orsimpleagraph.,24,Asymmetric(非对称性),ArelationRAAisasymmetricif:(a,bA(a,b)R(b,a)R),25,Antisymmetric(反对称性),ArelationRAAisanti-symmetric:a,bAab(a,b)R(b,a)R,Example1:LetPbethesetofallpersons,(a,b):a,bPandaisthefatherofb,26,Transitive,ArelationRAAistransitiveifwhenever(a,b)Rand(b,c)R,then(a,c)R.Intermsofthedirectedgraphrepresentation,transitivityisequivalenttotherequirementthatwheneverthereisasequenceofarrowsleadingfromanelementatoanelementz,thereisanarrowdirectlyfromatoz.,27,Equivalencerelation,ReflexiveSymmetricTransitive,28,EachelementofthepartitionisanequivalenceclassofA.,29,Exampleatable(relation)abouttoybrickssetU=x1,x2,x3,x4,x5,x6,x7,x8,30,ApathinabinaryrelationRisasequence(a1,.,an)forsomen1suchthat(ai,ai+1)Rfori=1,n-1;thispathissaidtobefroma1toan.Thelengthofapath(a1,.,an)isn.Thepath(a1,.,an)isacycleiftheaisarealldistinctandalso(an,a1)R.,31,32,Closuresofrelation,33,34,35,0.2.3function,1DefinitionAfunctionfromasetAtoasetBisabinaryrelationRonAandBwiththefollowingspecialproperty:foreachaA,thereisexactlyoneorderedpairinRwithfirstcomponenta.,R1=(x,y):xC,yS,andxisacityinstateyR2=(x,y):xS,yC,andyisacityinstatex,36,2expression,f:ABf(a)=b,Argumentvalue,f(a)imageofaunderf,Domain,37,3Certainkindsoffunctions,One-to-one一对一Onto满射Bijection双射,38,4InverseofabinaryrelationR-1,NoteTheinverseofafunctionneednotbeafunction.Iffisabijection,f-1isafunction.f-1(f(a)=a,foreachaA;f(f-1(b)=b,foreachbB;,39,FiniteandInfiniteSets,SizeWecalltwosetsAandBequinumerousifthereisabijectionf:AB.EquinumerosityisasymmetricrelationEquinumerosityisaequivalencerelation,1.4,40,finite,Ingeneral,wecallasetfiniteif,intuitively,itisequinumerouswith1,2,nforsomenaturalnumbern.Forn=0,1,2,nistheemptyset,soisfinite,beingequinumerouswithitself.IfAand1,2,nareequinumerous,thecardinalityofAisn,insymbol|A|.,41,infinite,AsetisinfiniteifitisnotfiniteThesetNofnaturalnumbersThesetofintegersThesetofrealsThesetofperfectsquaresNote:Notallinfinitesetsareequinumerous.,42,43,ThreeProofPrinciples,44,45,46,47,48,0.3typesofProof,ProofbyconstructionProofbycontradictionProofbyinduction,49,Example,ProofbyInduction(BaseCase)(InductionHypothesis)(InductiveStep):Nowcorrectlyprovethefollowingstatement:isdivisibleby6.,50,1.BasisStep:6divides13-1=0,clearly.,2.InductionStep:Suppose6|k3-k.,Wewanttoprovethat6|(k+1)3-(k+1)too.,Notethat(k+1)3-(k+1)=k3+3k2+2k=(k3k)+3k(k+1).,Now,6|k3-kbyassumption.,6|3k(k+1)too,since3|3k(k+1)(trivially)and2|k(k+1)(whichisaproductoftwoconsecutiveintegers).,Thus6|(k+1)3-(k+1)=(k3k)+3k(k+1).,51,0.2.5representinformation,Theabilitytorepresentinformationiscrucialtocommunicatingandprocessinginformation.Humansocietiescreatedspokenlanguagestocommunicateonabasiclevel,anddevelopedwritingtoreachamoresophisticatedlevel.TheEnglishlanguage,forinstance,initsspokenformreliesonsomefinitesetofbasicsoundsasasetofprimitives.Thewordsaredefinedintermoffinitesequencesofsuchsounds.Sentencesarederivedfromfinitesequencesofwords.Conversationsareachievedfromfinitesequencesofsentences,andsoforth.WrittenEnglishusessomefinitesetofsymbolsasasetofprimitives.Thewordsaredefinedbyfinitesequencesofsymbols.Sentencesarederivedfromfinitesequencesofwords.Paragraphsareobtainedfromfinitesequencesofsentences,andsoforth.,52,Similarapproacheshavebeendevelopedalsoforrepresentingelementsofothersets.Forinstance,thenaturalnumbercanberepresentedbyfinitesequencesofdecimaldigits.Computations,likenaturallanguages,areexpectedtodealwithinformationinitsmostgeneralform.Consequently,computationsfunctionasmanipulatorsofintegers,graphs,programs,andmanyotherkindsofentities.However,inrealitycomputationsonlymanipulatestringsofsymbolsthatrepresenttheobjects.Thepreviousdiscussionnecessitatesthefollowingdefinitions.,53,Alphabets,Afinite,nonemptyorderedsetwillbecalledanalphabetifitselementsaresymbols.exampleSymbols-letters,numerals,andothercommoncharacterssuchas$or#.,54,Strings,Afinitesequenceofsymbolsfromagivenalphabetwillbecalledastringoverthealphabet.Astringthatconsistsofasequencea1,a2,.,anofsymbolswillbedenotedbythejuxtapositiona1a2an.Stringsthathavezerosymbols,calledemptystrings,willbedenotedby.,55,Example,=a,.,zand=0,.,9arealphabets.abbisastringover1,and123isastringover2.ba12isnotastringover1,becauseitcontainssymbolsthatarenotin1.Similarly,314.isnotastringover2,becauseitisnotafinitesequence.Ontheotherhand,isastringoveranyalphabet.,56,Theemptysetisnotanalphabetbecauseitcontainsnoelement.Thesetofnaturalnumbersisnotanalphabet,becauseitisnotfinite.Theunionisanalphabetonlyifanorderingisplacedonitssymbols.,57,Example,0,1isabinaryalphabet,and1isaunaryalphabet.11isabinarystringoverthealphabet0,1,andaunarystringoverthealphabet1.Thelengthofastringisitslengthasasequence.Wedenotethelengthofastringwby|w|.11isastringoflength2,|=0,and|01|+|1|=3.,58,Operationsofstrings,ConcatenationSubstringExponentiationReversal,59,concatenation,60,61,62,reversal,63,Theuniverseofstringsisausefulmediumfortherepresentationofinformationaslongasthereexistsafunctionthatprovidestheinterpretationfortheinformationcarriedbythestrings.Aninterpretationisjusttheinverseofthemappingthatarepresentationprovides,thatis,aninterpretationisafunctiongfrom*toDforsomealphabetandsomesetD.Thestring111,forinstance,canbeinterpretedasthenumberonehundredandelevenrepresentedbyadecimalstring,asthenumbersevenrepresentedbyabinarystring,andasthenumberthreerepresentedbyaunarystring.,64,Thepartiescommunicatingapieceofinformationdotherepresentingandinterpreting.Therepresentationisprovidedbythesender,andtheinterpretationisprovidedbythereceiver.Theprocessisthesamenomatterwhetherthepartiesarehumanbeingsorprograms.Consequently,fromthepointofviewofthepartiesinvolved,alanguagecanbejustacollectionofstringsbecausethepartiesembedtherepresentationandinterpretationfunctionsinthemselves.,65,Example,IfRistherelation(,),(,01),thenR-1=(,),(01,),R0=(,),andR2=(,),(,01),(,0101).,66,67,language,Ingeneral,ifisanalphabetandLisasubsetof*,thenLissaidtobealanguageover,orsimplyalanguageifisunderstood.EachelementofLissaidtobeasentenceorawordorastringofthela
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年度生态旅游项目单包建筑工程施工合同
- 2025年标准砖新型城镇化建设专项采购合同
- 2025版公路桥梁施工安全保密协议书汇编
- 2025年度建筑工程居间合同协议书(新型城镇化)
- 2025版文化创意产业项目投标标前合作合同
- 2025年金融产品代理推广合同
- 2025版机器人设计制作合同范本模板
- 2025版电子商务平台提前终止合作协议书
- 2025版顺丰快递快递服务质量考核合同
- 2025版电信企业员工试用期劳动合同参考模板
- 中国哲学经典著作导读知到章节答案智慧树2023年西安交通大学
- 2023年泰州市高级教师职称考试试题
- 业余足球比赛技术统计表
- 社情民意写作基本知识要点课件
- 医疗器械生产企业GMP培训专家讲座
- 2023年中远海运船员管理有限公司招聘笔试题库及答案解析
- 辐射及其安全防护(共38张PPT)
- 金风15兆瓦机组变流部分培训课件
- 膀胱镜检查记录
- 沈阳终止解除劳动合同证明书(三联)
- 化工装置静设备基本知识
评论
0/150
提交评论