- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
The original set of clauses: { C(x, f(x)), ~C(x, y) ∨ P(y, x), ~P(y, A) } Note: the negation of universal quantifier changes into existential quantifier, and after eliminating the existential quantifier , we get a constant A. ~C(x, y) ∨ P(y, x) ~C(A, y) ~P(y, A) C(x, f(x)) NIL {A/x} {A/x, f(x)/y} ~C(x, y) ∨ P(y, x) ~C(A, y) ∨ P(y, A) ~P(y, A) ∨ P(y, A) C(x, f(x)) P(f(A), A) {A/x} {A/x, f(A)/y} 数理逻辑练习 3 姓名 学号 Prove (1) ?x ( P(x)∨ Q(x)), ? x ?Q(x), ?x ( R(x)→ ? P(x))┠ ? x ?R(x) (2) ?x ( P(x) → (Q(x) ∨ R(x) ) ), ? ? x (P(x)∧R(x)) ┠ ?x ( P(x) → Q(x)) (3) ?x ?y( P(x,y) →( P(y,z) → Q(x,z))), ?y ? x (P(x. y)) ┠ ? x ? yQ(x, y) elininating * 超级计算学院 数理逻辑 第 5 章 ResolutionRefutation 超级计算学院 数理逻辑 第 5 章 ResolutionRefutation 超级计算学院 数理逻辑 第 5 章 ResolutionRefutation CHAPTER 5 RESOLUTION REFUTATION SYSTEMS The main idea of resolution refutation: Suppose we want to prove w from SP = {f1, … , fn}, where w, f1, … , fn are wffs(w is called consequence and S is called premise set) , we transform f1, … , fn and ? w into set of clauses Cf1, … , Cfn and C?w, let S = Cf1 ? , … , ? Cfn ? C?w We do resolution in S, if we can get the empty clause NIL, then we prove SP ┠ w Example: Whoever can read is literate, Dolphins are not literate , Some dolphins are intelligent, Prove: Some who are intelligent can not read. Introduce Predicates R(x) : x can read L(x) : x is literate D(x) : x is Dolphin I(x) : x is Intelligent Example (1) Whoever can read is literate. f1 = ?x [R(x) ? L(x)] (2) Dolphins are not literate f2 = ?x [D(x) ? ? L(x)] (3) Some dolphins are intelligent f3 = ? x [D(x) ? I(x)] (4) Some who are intelligent can not read w = ? x[I(x) ? ? R(x)]
您可能关注的文档
- (电子显微课件)04-2SpeciPrepar.pdf
- (电子显微课件)04-1-4Operation.pdf
- (电子显微课件)04-3-2PhaseContrast.pdf
- (高级数据库)02-关系模型分析.pptx
- (高级数据库)01-前言.pptx
- (电子显微课件)04-3-1Imaging.pdf
- (高级数据库)05-MapReduce.pptx
- (高级数据库)03-聚合数据类型.pptx
- (高级数据库)04-BASE事务模型.pptx
- (高级数据库)06-Hadoop.pptx
- (数理逻辑与软件工程)MLChapter01PropositionalLogic.ppt
- (数理逻辑与软件工程)MLChapter03PredicateLogicApplication.ppt
- (数理逻辑与软件工程)MLChapter02PredicateLogic.ppt
- (数理逻辑与软件工程)MLChapter06RuleBasedDeductionnew.ppt
- (应用光学)2.1-2.2 几何光学系统的规律与成像概念.pptx
- (应用光学)2.3-2.4球面光学系统.pptx
- (应用光学)2.5-2.6-2.7共轴理想光学系统的基点计算.pptx
- (应用光学)2.8-2.16 理想光学系统的物像关系.pptx
- (应用光学)8.像差理论.ppt
- (应用光学)第四章平面镜棱镜成像.pptx
文档评论(0)