Glossary:Existential Quantifier: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				|||
| Line 20: | Line 20: | ||
==Related Terms==  | ==Related Terms==  | ||
* Logical Form  | * [[Glossary:Logical Form | Logical Form]]  | ||
* [[Glossary:Logical Operator | Logical Operator (Propositional Connective)]]  | |||
* [[Glossary:Logical Quantifier | Logical Quantifier]]  | * [[Glossary:Logical Quantifier | Logical Quantifier]]  | ||
*   | * [[Glossary:Predicate logic| Predicate Logic (First-order Logic)]]  | ||
* [[Glossary:Quantifiers | Quantifier]]  | * [[Glossary:Quantifiers | Quantifier]]  | ||
* Restricted Quantifier  | * [[Glossary:Restricted Quantifier | Restricted Quantifier]]  | ||
* Universal Quantifier  | * [[Glossary:Universal Quantifier| Universal Quantifier]]  | ||
* Variable  | * [[Glossary:Variable | Variable]]  | ||
<hr />  | <hr />  | ||
Back to the [[Basic_Glossary|Basic Glossary]]  | Back to the [[Basic_Glossary|Basic Glossary]]  | ||
Revision as of 01:36, 24 June 2016
Existential Quantifier
BE /ˌɛgzɪˈstɛnʃəl ˈkwɒntɪfaɪə/, AE /ˌɛgˌzɪˈstɛnʧəl ˈkwɑntɪˌfaɪər/
Definition
The existential quantifier (symbolized by the operator ∃) is used to mean that the statement is true of at least one entity in the domain and stands for expressions with a/an (one), some and there is.
Examples
A dog barked. 
∃x (DOG (x) & BARK (x)) 
“There is at least one thing x such that x is a dog and x barked.” 
Some birds were singing. 
∃x (BIRD (x) & SING (x)) 
“There is at least one thing x such that x is a bird and x sings.” 
References
- Gregory, Howard. 2000. Semantics. Language Workbook. London/New York: Rutledge.
 - Riemer, Nick. 2010. Introducing Semantics. Cambridge [et al.]: Cambridge University Press.
 
Related Terms
- Logical Form
 - Logical Operator (Propositional Connective)
 - Logical Quantifier
 - Predicate Logic (First-order Logic)
 - Quantifier
 - Restricted Quantifier
 - Universal Quantifier
 - Variable
 
Back to the Basic Glossary