Content deleted Content added
m ISBNs (Build KE) |
m Open access bot: url-access updated in citation with #oabot. |
||
(39 intermediate revisions by 26 users not shown) | |||
Line 1:
{{Short description|Expression denoting a set of sets in formal semantics}}
In [[formal semantics (natural language)|formal semantics]], a '''generalized quantifier''' ('''GQ''') is an expression that denotes a [[set of sets]]. This is the standard semantics assigned to [[Quantifier (logic)|quantified]] [[noun phrase]]s. For example, the generalized quantifier ''every boy'' denotes the set of sets of which every boy is a member:
This treatment of quantifiers has been essential in achieving a [[compositionality|compositional]] [[semantics]] for sentences containing quantifiers.<ref>{{cite book |last1=Montague
==Type theory==
Line 13:
Given this definition, we have the simple types ''e'' and ''t'', but also a [[countable]] [[infinity]] of complex types, some of which include:
*Expressions of type ''e'' denote elements of the [[universe of discourse]], the set of entities the discourse is about. This set is usually written as <math>D_e</math>. Examples of type ''e'' expressions include ''John'' and ''he''.
*Expressions of type ''t'' denote a [[truth value]], usually rendered as the set <math>\{0,1\}</math>, where 0 stands for "false" and 1 stands for "true". Examples of expressions that are sometimes said to be of type ''t'' are ''sentences'' or ''propositions''.
*Expressions of type <math>\langle e,t\rangle</math> denote [[Function (mathematics)|functions]] from the set of entities to the set of truth values. This set of functions is rendered as <math>D_t^{D_e}</math>. Such functions are [[
*In general, expressions of complex types <math>\langle a,b\rangle</math> denote functions from the set of entities of type <math>a</math> to the set of entities of type <math>b</math>, a construct we can write as follows: <math>D_b^{D_a}</math>.
We can now assign types to the words in our sentence above (Every boy sleeps) as follows.
*Type(every boy) = <math>\langle\langle e,t\rangle,t\rangle</math>
and so we can see that the generalized quantifier in our example is of type <math>\langle\langle e,t\rangle,t\rangle</math>
Thus, every denotes a function from a ''set'' to a function from a set to a truth value. Put differently, it denotes a function from a set to a set of sets. It is that function which for any two sets ''A,B'', ''every''(''A'')(''B'')= 1 if and only if <math>A\subseteq B</math>.
==
A useful way to write complex functions is the [[lambda calculus]]. For example, one can write the meaning of ''sleeps'' as the following lambda expression, which is a function from an individual ''x'' to the proposition that ''x sleeps''.
Such lambda terms are functions whose ___domain is what precedes the period, and whose range are the type of thing that follows the period. If ''x'' is a variable that ranges over elements of <math>D_e</math>, then the following lambda term denotes the [[identity function]] on individuals:
We can now write the meaning of ''every'' with the following lambda term, where ''X,Y'' are variables of type <math>\langle e,t\rangle</math>:
▲::<math>\lambda X.\lambda Y. X\subseteq Y</math>
If we abbreviate the meaning of ''boy'' and ''sleeps'' as "''B''" and "''S''", respectively, we have that the sentence ''every boy sleeps'' now means the following:
By [[Lambda calculus#β-reduction|β-reduction]], and
The expression ''every'' is a [[determiner (linguistics)|determiner]]. Combined with a [[noun]], it yields a ''generalized quantifier'' of type <math>\langle\langle e,t\rangle,t\rangle</math>.
==Properties
===Monotonicity===
====Monotone increasing GQs====
A ''generalized quantifier'' GQ is said to be [[monotone increasing]]
The GQ ''every boy'' is monotone increasing. For example, the set of things that ''run fast'' is a subset of the set of things that ''run''. Therefore, the first sentence below [[Entailment|entail]]s the second:
#Every boy runs fast.
Line 54 ⟶ 57:
====Monotone decreasing GQs====
A GQ is said to be [[monotone decreasing]]
An example of a monotone decreasing GQ is ''no boy''. For this GQ we have that the first sentence below entails the second.
#No boy runs.
#No boy runs fast.
The lambda term for the [[determiner (linguistics)|determiner]] ''no'' is the following. It says that the two sets have an empty [[Intersection (set theory)|intersection]].
Monotone decreasing GQs are among the expressions that can license a [[negative polarity item]], such as ''any''. Monotone increasing GQs do not license negative polarity items.
#Good: No boy has '''any''' money.
Line 66 ⟶ 69:
====Non-monotone GQs====
A GQ is said to be ''non-monotone'' if it is neither monotone increasing nor monotone decreasing. An example of such a GQ is ''exactly three boys''. Neither of the following
#Exactly three students ran.
#Exactly three students ran fast.
The first sentence
The lambda term for the (complex) [[determiner (linguistics)|determiner]] ''exactly three'' is the following. It says that the [[cardinality]] of the [[Intersection (set theory)|intersection]] between the two sets equals 3.
===Conservativity===
{{Further|Conservativity}}
A determiner D is said to be ''conservative'' if the following equivalence holds:
For example, the following two sentences are equivalent.
#Every boy sleeps.
#Every boy is a boy who sleeps.
It has been proposed that ''all''
#Only boys sleep.
#Only boys are boys who sleep.
==See also==
*[[Scope (formal semantics)]]
*[[Lindström quantifier]]
*[[Branching quantifier]]
Line 93 ⟶ 98:
==Further reading==
* {{cite book|author1=[[Stanley Peters]]|author2=Dag Westerståhl|title=Quantifiers in language and logic|year=2006|publisher=Clarendon Press|isbn=978-0-19-929125-0}}
* {{cite book|author=Antonio Badia|title=Quantifiers in Action: Generalized Quantification in Query, Logical and Natural Languages|year=2009|publisher=Springer|isbn=978-0-387-09563-9}}
* {{Cite book
| vauthors=Wągiel M
| title = Subatomic quantification
| place = Berlin
| publisher = Language Science Press
| date = 2021
| format = pdf
| url = http://langsci-press.org/catalog/book/317
| doi =10.5281/zenodo.5106382
| doi-access=free
| isbn = 978-3-98554-011-2
}}
==External links==
*Dag Westerståhl, 2011. '[http://plato.stanford.edu/entries/generalized-quantifiers/ Generalized Quantifiers]'. [[Stanford Encyclopedia of Philosophy]].
{{Formal semantics}}
[[Category:Semantics]]
[[Category:
[[Category:Quantifier (logic)]]
|