Knowledge 1:Propositional Logic 命题逻辑基础及符号
Keywords
- reasoning 推理
- Deductive reasoning(for a basic logic) 演绎推理
- analogy 类比;比喻 /əˈnælədʒi/
- definition of terminology /ˌtɜːmɪˈnɒlədʒi/术语的定义
- proposition/ˌprɒpəˈzɪʃn/命题
- distinction/dɪˈstɪŋkʃn/n. 区别;差别
- arithmetic /əˈrɪθmətɪk/ 算术,算法
- anthropomorphize/,ænθrəpəʊ'mɔːfaɪz/vt. 赋与人性,人格化
- knowledge base(KB) 知识库
- connectionism /kə'nekʃənizəm/ 联结主义
- retrieval /rɪˈtriːvl/n. 检索;恢复;取回;拯救
- inference: 推理
- entailment:蕴含
- syntax: /ˈsɪntæks/n. 语法;句法;
- semantic: /sɪˈmæntɪk/adj. 语义的;语义学的
- falsity: /ˈfɔːlsəti/n. 虚伪;错误;谎言;不真实
- notation /nəʊˈteɪʃn/n. 符号
- terminology:/ˌtɜːmɪˈnɒlədʒi/n. 术语,术语学;用辞
- theorem/ˈθɪərəm/n. [数] 定理;原理
- axiom: /ˈæksiəm/n. [数] 公理
- iff: 当且仅当
- K |= a是语义蕴含,K |- b是形式推演
What's all the Fuss about?
- Resources required to solve a problem
- Time(computational complexity)
- Memory
- Some problem are easy to solve
- 1+1=?
- This is good!
- Some problems are difficult to solve
- Playing chess, scheduling/timetabling...
- Is this bad?
- Some problems cannot be solved!
- Reasoning, planning,...
What is knowledge?
- taking the world to be one way and not another
- the propositions for the true or false encode what you know about the world.
What is representation?
- symbolic encoding of propositions believed by some agent 命题的符号编码,由某些行为者相信
- symbols standing for things in the world
What is reasoning?
- Manipulation of symbols encoding propositions to produce representations of new propositions.对编码命题的符号进行操作,以产生新命题的表示。
Why knowledge?
- taking an intentional stance
Why representation?
- intentional stance says nothing about what is / is not represented symbolically
Why reasoning?
- Want knowledge to affect action
- We don't want to do action A if sentence P is in KB,
- But rather do action A if world believed in satisfies P
- Difference:
- P may not be explicitly represented
- Need to apply what is known to particulars of given situation
- Usually need more than just DB-style retrieval of facts in the KB
Entailment
- Sentences P1, P2, ..., Pn entail sentence P iff the truth of P is implicit in the truth of P1, P2, ..., Pn
- Inference: the process of calculating entailments
- sound: get only entailment
- complete: get all entailment
- Sometimes want unsound / incomplete reasoning
- Logic: study of entailment relations
Using Logic
- No universal language / semantics
- No universal reasoning scheme
- Start with first-order predicate calculus(FOL)
Why do we need formal Knowledge Representation?
- Natural languages exhibit ambiguity
- ambiguity make it difficult to make any inferences
Syntax vs Semantics
- Syntax: Describe the legal sentences in a knowledge representation language.
- Semantics: Refers to the meaning of sentences. Semantics talks about truth and falsity.
Propositions
- Propositions are statements of fact.
- We shall use single letters to represent propositions
- P: Socrates is bald.
Formulae in Propositional Logic
Syntax
- BNF grammar
- Sentence ::= AtomicSentence || ComplexSentence
- AtomicSentence ::= True || False || P || Q || R || . .
- ComplexSentence ::= ( Sentence ) || Sentence Connective Sentence || ¬ Sentence
- Connective ::= ∧ || ∨ || → || ↔
Semantics
- The semantics of the connectives can be given by truth tables. It determines the semantics for complex formulae.
What is a logic?
- A logic consists of:
- A formal system for expressing knowledge about a domain consisting of
- Syntax: Sentences(well formed formulae)
- Semantics: Meaning
- A proof theory: rules of inference for deducing sentences from a knowledge base
Provability
- λ ⊢ ρ: we can construct a proof for ρ from λ using axioms and rules of inference
- If λ is empty (i.e., 0⊢ρ) and ρ is a single formula, then we say that ρ is a theorem of the logic
Entailment
- λ |= ρ: whenever the formula(s) λ are true, one of the formula(s) in ρ is true
- In the case where ρ is a single formula, we can determine whether λ |= ρ by constructing a truth table for λ and ρ. If, in any row of the truth table where all the formulae in λ are true, ρ is also true, then λ |= ρ.
- If λ is empty, we say that ρ is a tautology
Soundness and Completeness
- λ |= a是语义蕴含, λ |- b是形式推演
- An inference procedure (and hence a logic) is sound if and only if it preserves truth
- In other words ⊢ is sound iff whenever λ ⊢ ρ, then λ |= ρ
- Soundness 是说右侧推演的知识都是被λ蕴含的(推出来的知识都是正确的)
- A logic is complete if and only if it is capable of proving all truths
- In other words, whenever λ |= ρ, then λ ⊢ ρ
- Completeness 是说,左侧蕴含出来的知识都可以推演出来
- A logic is decidable if and only if we can write a mechanical procedure (computer program) which when asked λ ⊢ ρ it can eventually halt and answer “yes” or answer “no”
Knowledge 1:Propositional Logic 命题逻辑基础及符号的更多相关文章
- JQuery基础概念--$符号的实质
$符号的实质 //$其实就是一个函数,以后用$的时候,记得跟小括号 $(); //参数不同,功能就不同 //3种用法 //1. 参数是一个function, 入口函数 $(function () { ...
- python 基础 特殊符号的使用
python语句中的一些基本规则和特殊符号: 1.井号# 表示之后的字符为python注释 Python注释语句从#号字符开始,注释可以在语句的任何一个地方开始,解释器会忽略掉该行#号之后的所有内容 ...
- shell基础之符号与语法
shell脚本如今已经成为了一种非常普遍的脚本语言,之所以如此广泛的被应用,毋庸置疑它是有它的独到之处的.shell脚本语言和其它的语言比方说c/c++有何不同呢?c/c++等语言属于 ...
- C#语法基础----变量 符号 数据转换
变量的作用:为了更好的管理内存数据,不同类型的数据存放在不同的内存块中. 变量的特点:不同数据类型占用的存储空间大小不一样. 变量的意义:内存地址是一串十六进制数,非常不好记忆,通过变量可以快速找到数 ...
- Discrete Mathematics and Its Applications | 1 CHAPTER The Foundations: Logic and Proofs | 1.2 Applications of Propositional Logic
Translating English Sentences System Specifications Boolean Searches Logic Puzzles Logic Circuits
- Discrete Mathematics and Its Applications | 1 CHAPTER The Foundations: Logic and Proofs | 1.1 Propositional Logic
propositional variables (or statement variables), letters used for propositional variables are p, q, ...
- JAVA基础——运算符号
运算符(java) 算数运算符:+,-,*,/,%(取余),++,-- 赋值运算符:= 关系运算符:<, >, >= ,<= ,== , != 逻辑运算符:&& ...
- 2018美赛准备之路——Matlab基础——基本运算符号表示
π pi ln(x) log(x) lg(x) log10(x) log2(x) log2(x) 根号 sqrt(x) x的y次方 x^y e的y次方 exp(y)
- Python基础知识(Basic knowledge)
Python基础知识(Basic knowledge) 1.认识Python&基础环境搭建 2.Python基础(上) 3.Python基础(中) 4.Python基础(下) 5.Python ...
随机推荐
- 【算法•日更•第二期】查找算法:三分VS二分
▎前言:函数 如果你已经上过初二的数学课了,那么你十有八九会被函数折磨到吐血,这是一种中考压轴题类的题目,往往分类讨论到你恶心.不过没学过也不打紧,现场讲解一下: ☞『数学中的函数』 一般地,如果在一 ...
- 《Head First 设计模式》:适配器模式
正文 一.定义 适配器模式将一个类的接口(被适配者),转换成客户期望的另一个接口.适配器让原本接口不兼容的类可以合作无间. 要点: 适配器实现了目标接口,并持有被适配者的实例. 适配器使用被适配者的方 ...
- 实战开发,使用 Spring Session 与 Spring security 完成网站登录改造!!
上次小黑在文章中介绍了四种分布式一致性 Session 的实现方式,在这四种中最常用的就是后端集中存储方案,这样即使 web 应用重启或者扩容,Session 都没有丢失的风险. 今天我们就使用这种方 ...
- (转)@Autowired(required=false)注入注意的问题
1.前言 在使用spring开发过程中,我们基本上都是使用@Autowired这个注解,用来注入已有的bean.但是有些时候,会注入失败.当我们加上参数(required=false)就能解决.今天整 ...
- C++ Templates (1.1 初窥函数模板 A First Look at Function Templates)
返回完整目录 目录 1.1 初窥函数模板 A First Look at Function Templates 1.1.1 定义模板 Defining the Template 1.1.2 使用模板 ...
- Hyperledger Fabric 手动搭建【区块链学习三】
Hyperledger Fabric 手动搭建 前面我们学习了区块链是什么.还有自动搭建学习东西我们就要从简单到深入(入门到放弃),现在自动部署已经跑通了接下来就是手动搭建Fabric 网络可以更好的 ...
- HDFS的数据流读写数据 (面试开发重点)
1 HDFS写数据流程 1.1 剖析文件写入 HDFS写数据流程,如图所示 1)客户端通过Distributed FileSystem模块向NameNode请求上传文件,NameNode检查目标文件是 ...
- Java程序员值得拥有的TreeMap指南
先看再点赞,给自己一点思考的时间,微信搜索[沉默王二]关注这个有颜值却假装靠才华苟且的程序员.本文 GitHub github.com/itwanger 已收录,里面还有我精心为你准备的一线大厂面试题 ...
- Hadoop上小文件如何存储?
Block是文件块,HDFS中是以Block为单位进行文件的管理的,一个文件可能有多个块,每个块默认是3个副本,这些块分别存储在不同机器上.块与文件之前的映射关系会定时上报Namenode.HDFS中 ...
- 实用的git log用法
git log可以很方便地查看日志,可以根据自己需要,将日志按照特定格式显示,或者输出某种格式. 最原始的输出样式: $ git log commit ca82a6dff817ec66f4434200 ...