fbpx
Wikipedia

Generalized quantifier

In formal semantics, a generalized quantifier (GQ) is an expression that denotes a set of sets. This is the standard semantics assigned to quantified noun phrases. 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 compositional semantics for sentences containing quantifiers.[1][2]

Type theory edit

A version of type theory is often used to make the semantics of different kinds of expressions explicit. The standard construction defines the set of types recursively as follows:

  1. e and t are types.
  2. If a and b are both types, then so is  
  3. Nothing is a type, except what can be constructed on the basis of lines 1 and 2 above.

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  . Examples of type e expressions include John and he.
  • Expressions of type t denote a truth value, usually rendered as the set  , 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   denote functions from the set of entities to the set of truth values. This set of functions is rendered as  . Such functions are characteristic functions of sets. They map every individual that is an element of the set to "true", and everything else to "false." It is common to say that they denote sets rather than characteristic functions, although, strictly speaking, the latter is more accurate. Examples of expressions of this type are predicates, nouns and some kinds of adjectives.
  • In general, expressions of complex types   denote functions from the set of entities of type   to the set of entities of type  , a construct we can write as follows:  .

We can now assign types to the words in our sentence above (Every boy sleeps) as follows.

  • Type(boy) =  
  • Type(sleeps) =  
  • Type(every) =  
  • Type(every boy) =  

and so we can see that the generalized quantifier in our example is of type  

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  .

Typed lambda calculus edit

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  , 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  :

 

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 β-reduction,
 
and
 

The expression every is a determiner. Combined with a noun, it yields a generalized quantifier of type  .

Properties edit

Monotonicity edit

Monotone increasing GQs edit

A generalized quantifier GQ is said to be monotone increasing (also called upward entailing) if, for every pair of sets X and Y, the following holds:

if  , then GQ(X) entails GQ(Y).

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 entails the second:

  1. Every boy runs fast.
  2. Every boy runs.

Monotone decreasing GQs edit

A GQ is said to be monotone decreasing (also called downward entailing) if, for every pair of sets X and Y, the following holds:

If  , then GQ(Y) entails GQ(X).

An example of a monotone decreasing GQ is no boy. For this GQ we have that the first sentence below entails the second.

  1. No boy runs.
  2. No boy runs fast.

The lambda term for the determiner no is the following. It says that the two sets have an empty 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.
  1. Good: No boy has any money.
  2. Bad: *Every boy has any money.

Non-monotone GQs edit

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 sentences entails the other.

  1. Exactly three students ran.
  2. Exactly three students ran fast.

The first sentence does not entail the second. The fact that the number of students that ran is exactly three does not entail that each of these students ran fast, so the number of students that did that can be smaller than 3. Conversely, the second sentence does not entail the first. The sentence exactly three students ran fast can be true, even though the number of students who merely ran (i.e. not so fast) is greater than 3.

The lambda term for the (complex) determiner exactly three is the following. It says that the cardinality of the intersection between the two sets equals 3.

 

Conservativity edit

A determiner D is said to be conservative if the following equivalence holds:

 
For example, the following two sentences are equivalent.
  1. Every boy sleeps.
  2. Every boy is a boy who sleeps.

It has been proposed that all determiners—in every natural language—are conservative.[2] 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. Rather, it is standardly treated as a focus-sensitive adverb.

  1. Only boys sleep.
  2. Only boys are boys who sleep.

See also edit

References edit

  1. ^ Montague, Richard (1974). "The proper treatment of quantification in English". In Kulas, J.; Fetzer, J.H.; Rankin, T.L. (eds.). Philosophy, Language, and Artificial Intelligence (PDF). Studies in Cognitive Systems. Vol. 2. Springer, Dordrecht. pp. 141–162. doi:10.1007/978-94-009-2727-8_7.
  2. ^ a b Barwise, Jon; Cooper, Robin (1981). "Generalized quantifiers and natural language". Linguistics and Philosophy. 4 (2): 159–219. doi:10.1007/BF00350139.

Further reading edit

  • Stanley Peters; Dag Westerståhl (2006). Quantifiers in language and logic. Clarendon Press. ISBN 978-0-19-929125-0.
  • Antonio Badia (2009). Quantifiers in Action: Generalized Quantification in Query, Logical and Natural Languages. Springer. ISBN 978-0-387-09563-9.
  • Wągiel M (2021). Subatomic quantification (pdf). Berlin: Language Science Press. doi:10.5281/zenodo.5106382. ISBN 978-3-98554-011-2.

External links edit

generalized, quantifier, formal, semantics, generalized, quantifier, expression, that, denotes, sets, this, standard, semantics, assigned, quantified, noun, phrases, example, generalized, quantifier, every, denotes, sets, which, every, member, displaystyle, fo. In formal semantics a generalized quantifier GQ is an expression that denotes a set of sets This is the standard semantics assigned to quantified noun phrases For example the generalized quantifier every boy denotes the set of sets of which every boy is a member X x x is a boy x X displaystyle X mid forall x x text is a boy to x in X This treatment of quantifiers has been essential in achieving a compositional semantics for sentences containing quantifiers 1 2 Contents 1 Type theory 2 Typed lambda calculus 3 Properties 3 1 Monotonicity 3 1 1 Monotone increasing GQs 3 1 2 Monotone decreasing GQs 3 1 3 Non monotone GQs 3 2 Conservativity 4 See also 5 References 6 Further reading 7 External linksType theory editA version of type theory is often used to make the semantics of different kinds of expressions explicit The standard construction defines the set of types recursively as follows e and t are types If a and b are both types then so is a b displaystyle langle a b rangle nbsp Nothing is a type except what can be constructed on the basis of lines 1 and 2 above Given this definition we have the simple types e and t but also a countable infinity of complex types some of which include e t t t e t t e e t e t e t t displaystyle langle e t rangle qquad langle t t rangle qquad langle langle e t rangle t rangle qquad langle e langle e t rangle rangle qquad langle langle e t rangle langle langle e t rangle t rangle rangle qquad ldots nbsp 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 D e displaystyle D e nbsp Examples of type e expressions include John and he Expressions of type t denote a truth value usually rendered as the set 0 1 displaystyle 0 1 nbsp 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 e t displaystyle langle e t rangle nbsp denote functions from the set of entities to the set of truth values This set of functions is rendered as D t D e displaystyle D t D e nbsp Such functions are characteristic functions of sets They map every individual that is an element of the set to true and everything else to false It is common to say that they denote sets rather than characteristic functions although strictly speaking the latter is more accurate Examples of expressions of this type are predicates nouns and some kinds of adjectives In general expressions of complex types a b displaystyle langle a b rangle nbsp denote functions from the set of entities of type a displaystyle a nbsp to the set of entities of type b displaystyle b nbsp a construct we can write as follows D b D a displaystyle D b D a nbsp We can now assign types to the words in our sentence above Every boy sleeps as follows Type boy e t displaystyle langle e t rangle nbsp Type sleeps e t displaystyle langle e t rangle nbsp Type every e t e t t displaystyle langle langle e t rangle langle langle e t rangle t rangle rangle nbsp Type every boy e t t displaystyle langle langle e t rangle t rangle nbsp and so we can see that the generalized quantifier in our example is of type e t t displaystyle langle langle e t rangle t rangle nbsp 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 A B displaystyle A subseteq B nbsp Typed lambda calculus editA 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 l x s l e e p x displaystyle lambda x mathrm sleep x nbsp 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 D e displaystyle D e nbsp then the following lambda term denotes the identity function on individuals l x x displaystyle lambda x x nbsp We can now write the meaning of every with the following lambda term where X Y are variables of type e t displaystyle langle e t rangle nbsp l X l Y X Y displaystyle lambda X lambda Y X subseteq Y nbsp 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 l X l Y X Y B S displaystyle lambda X lambda Y X subseteq Y B S nbsp By b reduction l Y B Y S displaystyle lambda Y B subseteq Y S nbsp and B S displaystyle B subseteq S nbsp The expression every is a determiner Combined with a noun it yields a generalized quantifier of type e t t displaystyle langle langle e t rangle t rangle nbsp Properties editMonotonicity edit Monotone increasing GQs edit A generalized quantifier GQ is said to be monotone increasing also called upward entailing if for every pair of sets X and Y the following holds if X Y displaystyle X subseteq Y nbsp then GQ X entails GQ Y 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 entails the second Every boy runs fast Every boy runs Monotone decreasing GQs edit A GQ is said to be monotone decreasing also called downward entailing if for every pair of sets X and Y the following holds If X Y displaystyle X subseteq Y nbsp then GQ Y entails GQ X 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 no is the following It says that the two sets have an empty intersection l X l Y X Y displaystyle lambda X lambda Y X cap Y emptyset nbsp 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 Bad Every boy has any money Non monotone GQs edit 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 sentences entails the other Exactly three students ran Exactly three students ran fast The first sentence does not entail the second The fact that the number of students that ran is exactly three does not entail that each of these students ran fast so the number of students that did that can be smaller than 3 Conversely the second sentence does not entail the first The sentence exactly three students ran fast can be true even though the number of students who merely ran i e not so fast is greater than 3 The lambda term for the complex determiner exactly three is the following It says that the cardinality of the intersection between the two sets equals 3 l X l Y X Y 3 displaystyle lambda X lambda Y X cap Y 3 nbsp Conservativity edit Further information Conservativity A determiner D is said to be conservative if the following equivalence holds D A B D A A B displaystyle D A B leftrightarrow D A A cap B nbsp For example the following two sentences are equivalent Every boy sleeps Every boy is a boy who sleeps It has been proposed that all determiners in every natural language are conservative 2 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 Rather it is standardly treated as a focus sensitive adverb Only boys sleep Only boys are boys who sleep See also editScope formal semantics Lindstrom quantifier Branching quantifierReferences edit Montague Richard 1974 The proper treatment of quantification in English In Kulas J Fetzer J H Rankin T L eds Philosophy Language and Artificial Intelligence PDF Studies in Cognitive Systems Vol 2 Springer Dordrecht pp 141 162 doi 10 1007 978 94 009 2727 8 7 a b Barwise Jon Cooper Robin 1981 Generalized quantifiers and natural language Linguistics and Philosophy 4 2 159 219 doi 10 1007 BF00350139 Further reading editStanley Peters Dag Westerstahl 2006 Quantifiers in language and logic Clarendon Press ISBN 978 0 19 929125 0 Antonio Badia 2009 Quantifiers in Action Generalized Quantification in Query Logical and Natural Languages Springer ISBN 978 0 387 09563 9 Wagiel M 2021 Subatomic quantification pdf Berlin Language Science Press doi 10 5281 zenodo 5106382 ISBN 978 3 98554 011 2 External links editDag Westerstahl 2011 Generalized Quantifiers Stanford Encyclopedia of Philosophy Retrieved from https en wikipedia org w index php title Generalized quantifier amp oldid 1177847271, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.