Generalized quantifier

Generalized quantifier

In linguistic semantics, a generalized quantifier is an expression that denotes a property of a property, also called a higher-order property. This is the standard semantics assigned to quantified noun phrases, also called determiner phrases, in short: DP. The DP "every boy" below says of a property X that the set of entities that are "boys" is a subset of the set of entities that have property X. So the following sentence says that the set of boys is a subset of the set of sleepers.::Every boy sleeps.::{x,|, x mbox{ is a boy}} subseteq {x,|,x mbox{ sleeps}}

This treatment of quantifiers has been essential in achieving a compositional semantics for sentences containing quantifiers. [ Montague, Richard: 1974, ' [http://www.blackwellpublishing.com/content/BPL_Images/Content_store/Sample_chapter/9780631215417/Portner.pdf The proper treatment of quantification in English] ',in R. Montague, Formal Philosophy, ed. by R. Thomason (New Haven). ] [Barwise, Jon and Robin Cooper. 1981. Generalized quantifiers and natural language. "Linguistics and Philosophy" 4: 159-219.]

Type theory

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:
#"e" and "t" are types.
#If "a" and "b" are both types, then so is langle a,b angle
#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:::langle e,t angle;qquad langle t,t angle;qquad langlelangle e,t angle, t angle; qquadlangle e,langle e,t angle angle; qquad langlelangle e,t angle,langle langle e, t angle, t angle angle;qquad ldots

*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. Examples of type "e" expressions include "John" and "he".
*Expressions of type "t" denote a truth value, usually rendered as the set{0,1}, 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 langle e,t angle denote functions from the set of entities to the set of truth values. This set of functions is rendered as D_t^{D_e}. 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 langle a,b angle denote functions from the set of entities of type a to the set of entities of type b, a construct we can write as follows: D_b^{D_a}.

We can now assign types to the words in our sentence above (Every boy sleeps) as follows.
**Type(boy)=langle e,t angle
**Type(sleeps)=langle e,t angle
**Type(every)= langlelangle e,t angle,langle langle e, t angle, t angle angle

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 Asubseteq B.

The typed lambda calculus

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".::lambda x. sleep(x)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, then the following lambda term denotes the identity function on individuals:::lambda x.x

We can now write the meaning of "every" with the following lambda term, where "X,Y" are variables of type langle e,t angle:

::lambda X.lambda Y. Xsubseteq Y

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:::(lambda X.lambda Y. Xsubseteq Y)(B)(S) — β-reduction::(lambda Y. B subseteq Y)(S) — β-reduction::Bsubseteq S

The expression "every" is a determiner. Combined with a noun, it yields a "generalized quantifier" of type langlelangle e,t angle,t angle.

Properties of generalized quantifiers

Monotonicity

Monotone increasing GQs

A "generalized quantifier" GQ is said to be monotone increasing, also called upward entailing, just in case, for any two sets "X" and "Y" the following holds:::if Xsubseteq Y, 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

A GQ is said to me monotone decreasing, also called downward entailing just in case, for any two sets "X" and "Y", the following holds:::If Xsubseteq Y, 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.::lambda X.lambda Y. Xcap Y= emptysetMonotone 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

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 two sentences entail the other.
#Exactly three students ran.
#Exactly three students ran fast.The first sentence doesn't entail the second. The fact that the number of students that ran is exactly three doesn't 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 doesn't 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.::lambda X.lambda Y. |Xcap Y|=3

Conservativity

A determiner D is said to be "conservative" if the following equivalence holds:::D(A)(B)leftrightarrow D(A)(Acap B)For example, the following two sentences are equivalent.
#Every boy sleeps.
#Every boy is a boy who sleeps.

It has been proposed that "all" natural language determiners (i.e. in every language) are conservative (Barwise and Cooper 1981). 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.

ee also

*Lindström quantifier

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Generalized geography — In computational complexity theory, generalized geography is a problem that can be proven to be PSPACE Complete.IntroductionGeography is a childs game, which is good for a long car trip, where players take turns naming cities from anywhere in the …   Wikipedia

  • Lindström quantifier — In mathematical logic, a Lindström quantifier is a generalized polyadic quantifier. They are a generalization of first order quantifiers, such as the existential quantifier, the universal quantifier, and the counting quantifiers.They were… …   Wikipedia

  • Conditional quantifier — In logic, a conditional quantifier is a kind of Lindström quantifier (or generalized quantifier) QA that, relative to a classical model A, satisfies some or all of the following conditions ( X and Y range over arbitrary formulas in one free… …   Wikipedia

  • Quantification — has two distinct meanings.In mathematics and empirical science, it refers to human acts, known as counting and measuring that map human sense observations and experiences into members of some set of numbers. Quantification in this sense is… …   Wikipedia

  • Definite description — A definite description is a denoting phrase in the form of the X where X is a noun phrase or a singular common noun. The definite description is proper if X applies to a unique individual or object. For example: the first person in space and the… …   Wikipedia

  • List of philosophy topics (D-H) — DDaDai Zhen Pierre d Ailly Jean Le Rond d Alembert John Damascene Damascius John of Damascus Peter Damian Danish philosophy Dante Alighieri Arthur Danto Arthur C. Danto Arthur Coleman Danto dao Daodejing Daoism Daoist philosophy Charles Darwin… …   Wikipedia

  • Johan van Benthem — Johan van Benthem, eigentlich Johannes Franciscus Abraham Karel van Benthem (* 12. Juni 1949 in Rijswijk), ist ein niederländischer mathematischer und philosophischer Logiker. Van Benthem studierte zunächst Physik (Bachelor Abschluss 1969) und… …   Deutsch Wikipedia

  • List of algebraic structures — In universal algebra, a branch of pure mathematics, an algebraic structure is a variety or quasivariety. Abstract algebra is primarily the study of algebraic structures and their properties. Some axiomatic formal systems that are neither… …   Wikipedia

  • Real closed field — In mathematics, a real closed field is a field F in which any of the following equivalent conditions are true:#There is a total order on F making it an ordered field such that, in this ordering, every positive element of F is a square in F and… …   Wikipedia

  • First-order logic — is a formal logical system used in mathematics, philosophy, linguistics, and computer science. It goes by many names, including: first order predicate calculus, the lower predicate calculus, quantification theory, and predicate logic (a less… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”