Content deleted Content added
Tags: Mobile edit Mobile web edit Advanced mobile edit |
m Open access bot: url-access updated in citation with #oabot. |
||
(6 intermediate revisions by 5 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:
<math display="block">\{X \mid \forall x (x \text{ is a boy} \to x \in X) \}</math>
This treatment of quantifiers has been essential in achieving a [[compositionality|compositional]] [[semantics]] for sentences containing quantifiers.<ref>{{cite book |last1=Montague |first1=Richard |author-link1=Richard Montague |date=1974 |url=http://www.blackwellpublishing.com/content/BPL_Images/Content_store/Sample_chapter/9780631215417/Portner.pdf |chapter=The proper treatment of quantification in English |title=Philosophy, Language, and Artificial Intelligence |series=Studies in Cognitive Systems |volume=2
|editor1-last=Kulas |editor1-first=J. |editor2-last=Fetzer |editor2-first=J.H. |editor3-last=Rankin |editor3-first=T.L. |pages=
==Type theory==
Line 23 ⟶ 24:
*Type(sleeps) = <math>\langle e,t\rangle</math>
*Type(every) = <math>\langle\langle e,t\rangle,\langle \langle e, t\rangle, t\rangle\rangle</math>
*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>.
Line 69 ⟶ 72:
#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.
Line 82 ⟶ 85:
#Every boy is a boy who sleeps.
It has been proposed that ''all'' determiners{{emdash}}in every natural language{{emdash}}are conservative.<ref name=Barwise /> The expression ''only'' is not conservative. The following two sentences are not equivalent. But it is, in fact, not common to analyze ''only'' as a [[determiner (linguistics)|determiner]]. Rather, it is standardly treated as a [[focus-sensitive]] [[adverb]].
#Only boys sleep.
#Only boys are boys who sleep.
|