当前位置:网站首页>[mathematical logic] predicate logic (first-order predicate logic formula | example)
[mathematical logic] predicate logic (first-order predicate logic formula | example)
2022-07-03 03:48:00 【Programmer community】
List of articles
- One 、 First order predicate logic formula
- Two 、 First order predicate logic formula Example
Last blog : 【 Mathematical logic 】 Predicate logic ( Individual words | Individual domain | The predicate | Full name quantifier | There are quantifiers | Predicate formula | exercises )
One 、 First order predicate logic formula
Propositional formula : Basic proposition ( Propositional constant / Argument ) and A number of Conjunctions Form a finite length string ;
① Single Propositional argument / Propositional constant Is a proposition formula ;
② If
A
A
A Is a proposition formula , be
(
¬
A
)
(\lnot A)
(¬A) It is also a propositional formula ;
③ If
A
,
B
A,B
A,B Is a proposition formula , be
(
A
∧
B
)
,
(
A
∨
B
)
,
(
A
→
B
)
,
(
A
B
)
(A \land B) , (A \lor B), (A \to B), (A \leftrightarrow B)
(A∧B),(A∨B),(A→B),(AB) It is also a propositional formula ;
④ A limited number of times application ① ② ③ Formed symbol string Is a proposition formula ; ( Infinite times cannot )
First order predicate logic formula : stay Propositional formula On the basis of , Add a condition :
If
A
A
A It's the formula , be
∀
x
A
\forall x A
∀xA and
∃
x
A
\exist x A
∃xA Is also a formula
Related concepts of first-order predicate logic formula : With
∀
x
A
\forall x A
∀xA ,
∃
x
A
\exist x A
∃xA Take the formula as an example ;
Guide arguments :
∀
,
∃
\forall , \exist
∀,∃ After quantifier
x
x
x be called Guide arguments
Jurisdiction :
A
A
A be called The scope of the corresponding quantifier ;
Constraints appear : stay
∀
x
\forall x
∀x ,
∃
x
\exist x
∃x Jurisdiction
A
A
A in ,
x
x
x All appearances are constrained , This is called constraint occurrence ;
Free to appear : Jurisdiction
A
A
A in , It is not the argument of the constraint , Are free to appear ;
Two 、 First order predicate logic formula Example
First order predicate logic formula :
∀
x
(
F
(
x
)
→
∃
y
(
G
(
y
)
∧
H
(
x
,
y
,
z
)
)
)
\forall x ( F(x) \to \exist y ( G(y) \land H(x,y,z) ) )
∀x(F(x)→∃y(G(y)∧H(x,y,z)))
Formula interpretation : about All satisfied
F
F
F Nature
x
x
x , all There is satisfaction
G
G
G The object of nature
y
y
y , bring
x
,
y
,
z
x,y,z
x,y,z Satisfaction
H
H
H ;
∀
x
\forall x
∀x Of Jurisdiction yes
(
F
(
x
)
→
∃
y
(
G
(
y
)
∧
H
(
x
,
y
,
z
)
)
)
( F(x) \to \exist y ( G(y) \land H(x,y,z) ) )
(F(x)→∃y(G(y)∧H(x,y,z)))
∃
y
\exist y
∃y Of Jurisdiction yes
(
G
(
y
)
∧
H
(
x
,
y
,
z
)
)
)
( G(y) \land H(x,y,z) ) )
(G(y)∧H(x,y,z)))
x
,
y
x , y
x,y After the quantifier , yes Guide arguments , yes Constraints appear Argument of ;
z
z
z Not after the quantifier , yes Free to appear Argument of ;
Guide arguments Similar to the predefined Variable / Parameters , Free to appear Argument of It's equivalent to Temporary variable ,
边栏推荐
- Learning notes of C programming [compiled by Mr. Tan Haoqiang] (Chapter III sequence programming) 04 C sentence
- Wechat applet + Alibaba IOT platform + Hezhou air724ug build a serverless IOT system (III) -- wechat applet is directly connected to Alibaba IOT platform aliiot
- Node start server
- Hutool动态添加定时任务
- Hutool dynamically adds scheduled tasks
- 阿洛对自己的思考
- Lvgl usage experience
- [learning notes] seckill - seckill project - (11) project summary
- 释放数据力量的Ceph-尚文网络xUP楠哥
- 可分离债券与可转债
猜你喜欢

简易版 微信小程序开发之for指令、上传图片及展示效果优化

Hutool动态添加定时任务

Download and install node, NPM and yarn

Docker install and start MySQL service

For instruction, uploading pictures and display effect optimization of simple wechat applet development
![Learning notes of C programming [compiled by Mr. Tan Haoqiang] (Chapter III sequence programming) 04 C sentence](/img/60/bae0e8d92a53bcd2b2de3fb22b3b99.jpg)
Learning notes of C programming [compiled by Mr. Tan Haoqiang] (Chapter III sequence programming) 04 C sentence

Mongodb installation & Deployment

Table structure of Navicat export database

IPv6 transition technology-6to4 manual tunnel configuration experiment -- Kuige of Shangwen network

Simple wechat applet development page Jump, data binding, obtaining user information, obtaining user location information
随机推荐
Without sxid, suid & sgid will be in danger- Shangwen network xUP Nange
错误 C2694 “void Logger::log(nvinfer1::ILogger::Severity,const char *)”: 重写虚函数的限制性异常规范比基类虚成员函数
ffmpeg录制屏幕和截屏
TCP, the heavyweight guest in tcp/ip model -- Kuige of Shangwen network
[leetcode question brushing day 34] 540 Unique element in array, 384 Disrupt array, 202 Happy number, 149 Maximum number of points on a line
Web会话管理安全问题
MongoDB复制集【主从复制】
Nanning water leakage detection: warmly congratulate Guangxi Zhongshui on winning the first famous brand in Guangxi
Makefile demo
递归:快速排序,归并排序和堆排序
User value is the last word in the competition of mobile phone market
Lvgl usage experience
[national programming] [software programming - Lecture Video] [zero foundation introduction to practical application]
TCP/IP模型中的重磅嘉宾TCP--尚文网络奎哥
Nce detail of softmax approximation
编译文件时报错:错误: 编码GBK的不可映射字符
Recursion: quick sort, merge sort and heap sort
Error in compiled file: error: unmapped character encoding GBK
Is pytorch difficult to learn? How to learn pytorch well?
机械臂速成小指南(八):运动学建模(标准DH法)