存在量词:修订间差异
无编辑摘要 |
无编辑摘要 |
||
| 第26行: | 第26行: | ||
</blockquote> | </blockquote> | ||
比如,对 <math> | 比如,对 <math>p(x)</math> ,命题“存在 <math>x</math> 的某个取值,使得所构成的命题是真命题”,记作 <math>\exists x p(x)</math> ,读作 | ||
* '''存在 <math>x</math> , <math> | * '''存在 <math>x</math> , <math>p(x)</math>''' ('''there exists <math>x</math>, <math>p(x)</math>''') | ||
* '''有至少一个 <math>x</math> , <math> | * '''有至少一个 <math>x</math> , <math>p(x)</math>''' ('''there is at least one <math>x</math>, <math>p(x)</math>''') | ||
* '''对某个 <math>x</math> , <math> | * '''对某个 <math>x</math> , <math>p(x)</math>'''('''for some <math>x</math>, <math>p(x)</math>''') | ||
{{CharMetaInfo | {{CharMetaInfo | ||
|char=∃ | |char=∃ | ||
2025年12月19日 (五) 16:34的最新版本
| 存在量词 | |
|---|---|
| 术语名称 | 存在量词 |
| 英语名称 | existential quantifier |
| 别名 | 特称量词 |
存在量词(existential quantifier)是量词的一种,相当于自然语言中的“有一个……满足……”、“存在……使得……”。
定义
| 存在量词 | |
|---|---|
| 对象名称 | 存在量词 |
| 对象记号 | [math]\displaystyle{ \exists }[/math] |
| Latex | \exists
|
| 对象类别 | 量词 |
命题中,表达“存在一个……使得……”的含义的量词,记作 [math]\displaystyle{ \exists }[/math] ,称为存在量词(existential quantifier)。
注:在部分资料中,也有的将“存在量词”称为“特称量词(particular quantifier)”,但“特称量词”一般用于传统逻辑学,且语义存在差异,应当认为两者不同,见直言命题。
比如,对 [math]\displaystyle{ p(x) }[/math] ,命题“存在 [math]\displaystyle{ x }[/math] 的某个取值,使得所构成的命题是真命题”,记作 [math]\displaystyle{ \exists x p(x) }[/math] ,读作
- 存在 [math]\displaystyle{ x }[/math] , [math]\displaystyle{ p(x) }[/math] (there exists [math]\displaystyle{ x }[/math], [math]\displaystyle{ p(x) }[/math])
- 有至少一个 [math]\displaystyle{ x }[/math] , [math]\displaystyle{ p(x) }[/math] (there is at least one [math]\displaystyle{ x }[/math], [math]\displaystyle{ p(x) }[/math])
- 对某个 [math]\displaystyle{ x }[/math] , [math]\displaystyle{ p(x) }[/math](for some [math]\displaystyle{ x }[/math], [math]\displaystyle{ p(x) }[/math])
| ∃ | |
|---|---|
| 字符 | ∃ |
| Unicode码位 | U+2203 There Exists, Existential Quantifier
|
| Latex命令序列 | \exists
|
这样仅包含全称量词表达式及其辖域的公式称为存在式(existentially quantified formula),命题称为存在命题(existentially quantified proposition)。
对一个命题使用存在量词进行量化的操作,称为存在量化(existential quantification)。
存在命题当存在一个取值使之成为真命题时为真命题,当全部可能取值下都不是真命题时是假命题。
量化域重写
命题“存在 [math]\displaystyle{ x }[/math] 取 [math]\displaystyle{ A }[/math] 中的某个值时,所构成的命题 [math]\displaystyle{ p(x) }[/math] 是真命题”,可记作 [math]\displaystyle{ \exists x \in A, p(x) }[/math] 。
这样形式上含有量化域的存在式,总是可被重写为形式上不含量化域的存在式 [math]\displaystyle{ \exists x (x\in A \land p(x)) }[/math] 。