当前位置:网站首页>[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 ,
边栏推荐
- Intercept string fixed length to array
- Table structure of Navicat export database
- node,npm以及yarn下载安装
- Ffmpeg one / more pictures synthetic video
- Section 26 detailed explanation and demonstration of IPSec virtual private network configuration experiment - simulation experiment based on packettracer8.0
- redis在服务器linux下的启动的相关命令(安装和配置)
- Is pytorch difficult to learn? How to learn pytorch well?
- 没有sXid,suid&sgid将进入险境!-尚文网络xUP楠哥
- Wechat applet + Alibaba IOT platform + Hezhou air724ug build a serverless IOT system (III) -- wechat applet is directly connected to Alibaba IOT platform aliiot
- TCP, the heavyweight guest in tcp/ip model -- Kuige of Shangwen network
猜你喜欢

Latest version of NPM: the "NPM" item cannot be recognized as the name of a cmdlet, function, script file, or runnable program. Please check

pytorch难学吗?如何学好pytorch?

Pytorch multi card distributed training distributeddataparallel usage

递归:快速排序,归并排序和堆排序

FileZilla Client下載安裝

Nce detail of softmax approximation
![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

In Net 6 project using startup cs

Use three JS make a simple 3D scene

Is pytorch open source?
随机推荐
Numpy warning visibledeprecationwarning: creating an ndarray from ragged needed sequences
[mathematical logic] propositions and connectives (propositions | propositional symbolization | truth connectives | no | conjunction | disjunction | non truth connectives | implication | equivalence)
How to move towards IPv6: IPv6 Transition Technology - Shangwen network quigo
用Three.js做一个简单的3D场景
Applet get user avatar and nickname
2020-01-01t00:00:00.000000z date format conversion
[embedded module] OLED display module
Introduction à mongodb
Nanning water leakage detection: warmly congratulate Guangxi Zhongshui on winning the first famous brand in Guangxi
Basic operations of mongodb [add, delete, modify, query]
The calculation of stripe, kernel and padding in CNN
js中#号的作用
How to download pytorch? Where can I download pytorch?
Stepping on pits and solutions when using inputfilter to limit EditText
Role of JS No
Leetcode: dynamic planning template
渤、黄海的潮汐特征
Docker install and start MySQL service
Wechat applet + Alibaba IOT platform + Hezhou air724ug build a serverless IOT system (III) -- wechat applet is directly connected to Alibaba IOT platform aliiot
Convert binary stream to byte array