当前位置: 首页 > news >正文

【COMP304 LEC4 LEC5】

LEC 4

1. Truth-Functionality

Propositional logic 的connectives(连接词)are truth-functional

但是,有时候的描述不是true-functional的,比如:"Knowing that", "It is necessary that","it is oblligatory that", "It is always the case that".

So we need something other than propositional logic

2. Language of Modal Logic

Language of Propositional Logic:
      φ ::= p | ¬ φ | φ φ
Language of Modal Logic:
      φ ::= p | ¬ φ | φ φ | φ
Also φ abbreviation for ¬ ¬ φ .

 1. □

The symbol has many different meanings!
Alethic φ means: “ φ is necessarily true.”
Epistemic φ means: “I know that φ is true.”
Doxastic φ means: “I believe that φ is true.”
Temporal φ means: “At every time in the future, φ will be true.”
Deontic φ means: “ φ should be true.”
Legal φ means: “ φ is legally required to be true.”

2. ♢

The symbol has many different meanings!
Alethic φ means: “ φ is possibly true.”
Epistemic φ means: “ as far as I know , φ might be true.”
Doxastic φ means: “I believe that φ might be true.”
Temporal φ means: “At some time in the future, φ will be true.”
Deontic φ means: “ φ is allowed to be true.”
Legal φ means: “it is legal for φ to be true.”

3. Meaning and Context

4. Formal Meaning

LEC 5

2. Language of Modal Logic

5. Stacking operators

Keeping in mind : you can use multiple □ and /or ♢ in a single formula, and they stack

Example: (p ♢□q) is a formula of modal logic 

   1.Alethic

    which means: "It is necessary that either p is necessary or q is possible necessary"

   2. epistemic 

   "I know that I either know p or consider it possible that I know q"

Example:

http://www.lryc.cn/news/213714.html

相关文章:

  • 表白墙(服务器)
  • 在 Mac 中卸载 Node.js
  • Hafnium构建选项及FVP模型调用
  • 第44天:前端及html、Http协议
  • shell_63.Linux产生信号
  • 互联网摸鱼日报(2023-11-01)
  • AR的光学原理?
  • 语义分割 实例分割的异同点
  • C++学习初探---‘C++面向对象‘-继承函数重载与运算符重载
  • Linux下搭建SRS服务器环境
  • pytest 使用(一)
  • 基于秃鹰算法的无人机航迹规划-附代码
  • 08. 按键输入
  • YOLOv8-pose关键点检测:模型轻量化创新 |轻量高性能网络PPLCNet助力backbone
  • 大数据笔记-关于Cassandra的删除问题
  • Qt自定义文件选择框
  • 金蝶云星空创建自动下推并保存公共服务
  • 人大金仓助力中国人民银行征信中心业务系统异地容灾优化升级
  • [架构之路-249/创业之路-80]:目标系统 - 纵向分层 - 企业信息化的呈现形态:常见企业信息化软件系统 - 产品(数据)管理
  • 【NI-DAQmx入门】传感器基础知识
  • CMake:构建时为特定目标运行自定义命令
  • 基于适应度相关算法的无人机航迹规划-附代码
  • jmeter BeanShell预处理程序:报错Error invoking bsh method: eval...
  • 使用springboot对Elasticsearch 进行索引的增、删、改、查
  • Project#2: Extendible Hash Index
  • Emscripten + CMakeLists.txt 将 C++ 项目编译成 WebAssembly(.wasm)/js,并编译 Html 测试
  • MATLAB中preparets函数用法
  • ARM 版 OpenEuler 22.03 部署 KubeSphere v3.4.0 不完全指南续篇
  • react官网
  • 前端css介绍