离散数学学习笔记----一阶逻辑等值演算与推理

一阶逻辑等值演算与推理

一阶逻辑中的基本等值式:

第一组:16组等值式给出的代换实例都是一阶逻辑的等值式。

第二组:

量词否等等值式

¬ ∀ x A ( x ) ⇔ ∃ x ¬ A ( x ) \neg \forall xA(x) \Leftrightarrow \exists x \neg A(x) ¬xA(x)x¬A(x)

¬ ∃ x A ( x ) ⇔ ∀ x ¬ A ( x ) \neg \exists xA(x) \Leftrightarrow \forall x \neg A(x) ¬xA(x)x¬A(x)

量词辖域收缩域扩张等值式:
∀ x ( A ( x ) ∨ B ) ⇔ ∀ x A ( x ) ∨ B ∀ x ( A ( x ) ∧ B ) ⇔ ∀ x A ( x ) ∧ B ∀ x ( A ( x ) → B ) ⇔ ∃ x A ( x ) → B ∀ x ( B → A ( x ) ) ⇔ B → ∀ x A ( x ) ∃ x ( A ( x ) ∨ B ) ⇔ ∃ x A ( x ) ∨ B ∃ x ( A ( x ) ∧ B ) ⇔ ∃ x A ( x ) ∧ B ∃ x ( A ( x ) → B ) ⇔ ∀ x A ( x ) → B ∃ x ( B → A ( x ) ) ⇔ B → ∃ x A ( x ) \begin{array}{l} \forall x(A(x) \vee B) \Leftrightarrow \forall x A(x) \vee B \\ \forall x(A(x) \wedge B) \Leftrightarrow \forall x A(x) \wedge B \\ \begin{aligned} \forall x(A(x) \rightarrow B) & \Leftrightarrow \exists x A(x) \rightarrow B \\ \forall x(B \rightarrow A(x)) & \Leftrightarrow B \rightarrow \forall x A(x) \end{aligned} \\ \exists x(A(x) \vee B) \Leftrightarrow \exists x A(x) \vee B \\ \exists x(A(x) \wedge B) \Leftrightarrow \exists x A(x) \wedge B \\ \begin{array}{l} \exists x(A(x) \rightarrow B) \Leftrightarrow \forall x A(x) \rightarrow B \\ \exists x(B \rightarrow A(x)) \Leftrightarrow B \rightarrow \exists x A(x) \end{array} \end{array} x(A(x)B)xA(x)Bx(A(x)B)xA(x)Bx(A(x)B)x(BA(x))xA(x)BBxA(x)x(A(x)B)xA(x)Bx(A(x)B)xA(x)Bx(A(x)B)xA(x)Bx(BA(x))BxA(x)
量词分配等值式:
∀ x ( A ( x ) ∧ B ( x ) ) ⇔ ∀ x A ( x ) ∧ ∀ x B ( x ) ∃ x ( A ( x ) ∨ B ( x ) ) ⇔ ∃ x A ( x ) ∨ ∃ x B ( x ) \forall x(A(x) \wedge B(x)) \Leftrightarrow \forall x A(x) \wedge \forall x B(x) \\ \exists x(A(x) \vee B(x)) \Leftrightarrow \exists x A(x) \vee \exists x B(x) x(A(x)B(x))xA(x)xB(x)x(A(x)B(x))xA(x)xB(x)

换名规则:设A为一公式,将A中某量词辖域中的一个约束变项的所有出现及响应的指导变元全部改成该量词辖域中未曾出现过的某个个体变项符号,公式中其余部分不变,将所得公式记作A‘,A’<=>A。

一阶逻辑的推理定律

1.命题逻辑推理定律的代换实例

2.基本等值式生成的推理定律

3.一些常用的重要推理定律:
∀ x A ( x ) ∨ ∀ x B ( x ) ⇒ ∀ x ( A ( x ) ∨ B ( x ) ) ∃ x ( A ( x ) ∧ B ( x ) ) ⇒ ∃ x A ( x ) ∧ ∃ x B ( x ) ∀ x ( A ( x ) → B ( x ) ) ⇒ ∀ x A ( x ) → ∀ x B ( x ) ∀ x ( A ( x ) → B ( x ) ) ⇒ ∃ x A ( x ) → ∃ x B ( x ) \begin{array}{l} \forall x A(x) \vee \forall x B(x) \Rightarrow \forall x(A(x) \vee B(x)) \\ \exists x(A(x) \wedge B(x)) \Rightarrow \exists x A(x) \wedge \exists x B(x) \\ \forall x(A(x) \rightarrow B(x)) \Rightarrow \forall x A(x) \rightarrow \forall x B(x) \\ \forall x(A(x) \rightarrow B(x)) \Rightarrow \exists x A(x) \rightarrow \exists x B(x) \end{array} xA(x)xB(x)x(A(x)B(x))x(A(x)B(x))xA(x)xB(x)x(A(x)B(x))xA(x)xB(x)x(A(x)B(x))xA(x)xB(x)

量词消去与引入规则
∀ x A ( x ) ∴ A ( y )  或  ∀ x A ( x ) ∴ A ( c ) A ( y ) ∴ ∀ x A ( x ) ∃ x A ( x ) A ( y ) → B ∴ B  或  A ( y ) → B ∴ ∃ x A ( x ) → B ∃ x A ( x ) A ( c ) → B ∴ B  或  A ( c ) → B ∴ ∃ x A ( x ) → B \frac{\forall x A(x)}{\therefore A(y)} \text { 或 } \frac{\forall x A(x)}{\therefore A(c)}\\ \frac{A(y)}{\therefore \forall x A(x)}\\ \begin{array}{lll} \exists x A(x) & & \\ \frac{A(y) \rightarrow B}{\therefore B} & \text { 或 } & \frac{A(y) \rightarrow B}{\therefore \exists x A(x) \rightarrow B} \\ \exists x A(x) & & \\ \frac{A(c) \rightarrow B}{\therefore B} & \text { 或 } & \frac{A(c) \rightarrow B}{\therefore \exists x A(x) \rightarrow B} \end{array} A(y)xA(x)  A(c)xA(x)xA(x)A(y)xA(x)BA(y)BxA(x)BA(c)B    xA(x)BA(y)BxA(x)BA(c)B

  • 3
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值