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 phrase
A noun phrase – or NP or nominal (phrase) – is a phrase that usually has a noun or pronoun as its head, and has the same grammatical functions as a noun. Noun phrases are very common cross-linguistically, and they may be the most frequently ...
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
compositional semantics
Semantics is the study of linguistic Meaning (philosophy), meaning. It examines what meaning is, how words get their meaning, and how the meaning of a complex expression depends on its parts. Part of this process involves the distinction betwee ...
for sentences containing quantifiers.
Type theory
A version of
type theory
In mathematics and theoretical computer science, a type theory is the formal presentation of a specific type system. Type theory is the academic study of type systems.
Some type theories serve as alternatives to set theory as a foundation of ...
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
#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
In mathematics, a Set (mathematics), set is countable if either it is finite set, finite or it can be made in one to one correspondence with the set of natural numbers. Equivalently, a set is ''countable'' if there exists an injective function fro ...
infinity
Infinity is something which is boundless, endless, or larger than any natural number. It is denoted by \infty, called the infinity symbol.
From the time of the Ancient Greek mathematics, ancient Greeks, the Infinity (philosophy), philosophic ...
of complex types, some of which include:
*Expressions of type ''e'' denote elements of the
universe of discourse
In the formal sciences, the domain of discourse or universe of discourse (borrowing from the mathematical concept of ''universe'') is the set of entities over which certain variables of interest in some formal treatment may range.
It is also ...
, 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
In logic and mathematics, a truth value, sometimes called a logical value, is a value indicating the relation of a proposition to truth, which in classical logic has only two possible values ('' true'' or '' false''). Truth values are used in ...
, 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,
noun
In grammar, a noun is a word that represents a concrete or abstract thing, like living creatures, places, actions, qualities, states of existence, and ideas. A noun may serve as an Object (grammar), object or Subject (grammar), subject within a p ...
s and some kinds of
adjective
An adjective (abbreviations, abbreviated ) is a word that describes or defines a noun or noun phrase. Its semantic role is to change information given by the noun.
Traditionally, adjectives are considered one of the main part of speech, parts of ...
s.
*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
A useful way to write complex functions is the
lambda calculus
In mathematical logic, the lambda calculus (also written as ''λ''-calculus) is a formal system for expressing computability, computation based on function Abstraction (computer science), abstraction and function application, application using var ...
. 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
Graph of the identity function on the real numbers
In mathematics, an identity function, also called an identity relation, identity map or identity transformation, is a function that always returns the value that was used as its argument, unc ...
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
In mathematical logic, the lambda calculus (also written as ''λ''-calculus) is a formal system for expressing computation based on function abstraction and application using variable binding and substitution. Untyped lambda calculus, the topic ...
,
and
The expression ''every'' is a
determiner
Determiner, also called determinative ( abbreviated ), is a term used in some models of grammatical description to describe a word or affix belonging to a class of noun modifiers. A determiner combines with a noun to express its reference. Examp ...
. Combined with a
noun
In grammar, a noun is a word that represents a concrete or abstract thing, like living creatures, places, actions, qualities, states of existence, and ideas. A noun may serve as an Object (grammar), object or Subject (grammar), subject within a p ...
, it yields a ''generalized quantifier'' of type
.
Properties
Monotonicity
Monotone increasing GQs
A ''generalized quantifier'' GQ is said to be
monotone increasing
In mathematics, a monotonic function (or monotone function) is a function between ordered sets that preserves or reverses the given order. This concept first arose in calculus, and was later generalized to the more abstract setting of ord ...
(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:
#Every boy runs fast.
#Every boy runs.
Monotone decreasing GQs
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.
#No boy runs.
#No boy runs fast.
The lambda term for the
determiner
Determiner, also called determinative ( abbreviated ), is a term used in some models of grammatical description to describe a word or affix belonging to a class of noun modifiers. A determiner combines with a noun to express its reference. Examp ...
''no'' is the following. It says that the two sets have an empty
intersection
In mathematics, the intersection of two or more objects is another object consisting of everything that is contained in all of the objects simultaneously. For example, in Euclidean geometry, when two lines in a plane are not parallel, their ...
.
Monotone decreasing GQs are among the expressions that can license a
negative polarity item
In grammar and linguistics, a polarity item is a lexical item that is associated with affirmation or negation. An affirmation is a positive polarity item, abbreviated PPI or AFF. A negation is a negative polarity item, abbreviated NPI or NEG.
...
, 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 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
Determiner, also called determinative ( abbreviated ), is a term used in some models of grammatical description to describe a word or affix belonging to a class of noun modifiers. A determiner combines with a noun to express its reference. Examp ...
''exactly three'' is the following. It says that the
cardinality
The thumb is the first digit of the hand, next to the index finger. When a person is standing in the medical anatomical position (where the palm is facing to the front), the thumb is the outermost digit. The Medical Latin English noun for thum ...
of the
intersection
In mathematics, the intersection of two or more objects is another object consisting of everything that is contained in all of the objects simultaneously. For example, in Euclidean geometry, when two lines in a plane are not parallel, their ...
between the two sets equals 3.
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'' determinersin every natural languageare conservative.
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
Determiner, also called determinative ( abbreviated ), is a term used in some models of grammatical description to describe a word or affix belonging to a class of noun modifiers. A determiner combines with a noun to express its reference. Examp ...
. Rather, it is standardly treated as a
focus-sensitive adverb An adverb is a word or an expression that generally modifies a verb, an adjective, another adverb, a determiner, a clause, a preposition, or a sentence. Adverbs typically express manner, place, time, frequency, degree, or level of certainty by ...
.
#Only boys sleep.
#Only boys are boys who sleep.
See also
*
Scope (formal semantics)
In formal semantics (linguistics), formal semantics, the scope of a semantic operator is the semantic object to which it applies. For instance, in the sentence "''Paulina doesn't drink beer but she does drink wine''," the proposition that Paulina ...
*
Lindström quantifier
*
Branching quantifier
References
Further reading
*
*
*
External links
*Dag Westerståhl, 2011.
Generalized Quantifiers.
Stanford Encyclopedia of Philosophy
The ''Stanford Encyclopedia of Philosophy'' (''SEP'') is a freely available online philosophy resource published and maintained by Stanford University, encompassing both an online encyclopedia of philosophy and peer-reviewed original publication ...
.
{{Formal semantics
Semantics
Formal semantics (natural language)
Quantifier (logic)