博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
命题逻辑真值表_命题逻辑
阅读量:2522 次
发布时间:2019-05-11

本文共 772 字,大约阅读时间需要 2 分钟。

命题逻辑真值表

You likely learned about the distributive property in your middle school algebra class. The distributive rule says that a term multiplied by two or more terms in parentheses is applied to each of those terms individually. For instance:

您可能在中学代数课中了解了分配属性。 分配规则说,一个术语乘以两个或多个括号中的术语将分别应用于每个术语。 例如:

2(3 + 4) = (2)3 + (2)4 = 6 + 8 = 14.

2(3 + 4)=(2)3 +(2)4 = 6 + 8 = 14。

In propositional logic, the distributive property is similar but with one key difference — logical connectives between terms must be flipped when the distribution takes place. In other words, each term is negated and any ands become ors and vice versa. More formally:

在命题逻辑中,分配属性相似,但有一个关键的区别-分配发生时,项之间的逻辑连接必须翻转。 换句话说,每个术语都被取反,任何变成变成s,反之亦然。 更正式地:

¬(P and Q) → ¬P or ¬Q

¬(P Q)→¬P ¬Q

翻译自:

命题逻辑真值表

转载地址:http://ktqwd.baihongyu.com/

你可能感兴趣的文章
P1133 教主的花园 dp
查看>>
Free DIY Tour HDU1224
查看>>
勿以善小而不为
查看>>
世界杯,无趣!
查看>>
QQ登录整合/oauth2.0认证-04-调整到QQ互联进行QQ登录
查看>>
JAVA_HOME环境配置
查看>>
OpenJudge 1806:词典find()与end()
查看>>
【练习】表空间操作
查看>>
查找cmd命令中的字符
查看>>
阈值分割
查看>>
属性的两种定义方式
查看>>
超简短JS实现下拉菜单改变网页背景图片
查看>>
LeetCode刷题计划——2.两数相加
查看>>
周末充电之WPF(三 ) .后台动态生成控件
查看>>
HDU 1106: 排序
查看>>
通过机智云APP来学习安卓
查看>>
js 常用的正则表达式
查看>>
android 构建数据库SQLite
查看>>
部署多个tomcat
查看>>
生成器/内置函数
查看>>