HOME

TheInfoList



OR:

In formal semantics, a generalized quantifier (GQ) is an expression that denotes a
set of sets In set theory and related branches of mathematics, a collection F of subsets of a given set S is called a family of subsets of S, or a family of sets over S. More generally, a collection of any sets whatsoever is called a family of sets, set fa ...
. 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 In semantics, mathematical logic and related disciplines, the principle of compositionality is the principle that the meaning of a complex expression is determined by the meanings of its constituent expressions and the rules used to combine them. ...
semantics Semantics (from grc, σημαντικός ''sēmantikós'', "significant") is the study of reference, meaning, or truth. The term can be used to refer to subfields of several distinct disciplines, including philosophy, linguistics and comput ...
for sentences containing quantifiers.


Type theory

A version of
type theory In mathematics, logic, and computer science, a type theory is the formal presentation of a specific type system, and in general type theory is the academic study of type systems. Some type theories serve as alternatives to set theory as a founda ...
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\rangle #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 Infinity is that which is boundless, endless, or larger than any natural number. It is often denoted by the infinity symbol . Since the time of the ancient Greeks, the philosophical nature of infinity was the subject of many discussions am ...
of complex types, some of which include: \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 *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 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''). Computing In some pro ...
, 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 \langle e,t\rangle denote functions from the set of entities to the set of truth values. This set of functions is rendered as D_t^. 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 A noun () is a word that generally functions as the name of a specific object or set of objects, such as living creatures, places, actions, qualities, states of existence, or ideas.Example nouns for: * Living creatures (including people, alive, ...
s and some kinds of
adjective In linguistics, an adjective ( abbreviated ) is a word that generally modifies a noun or noun phrase or describes its referent. Its semantic role is to change information given by the noun. Traditionally, adjectives were considered one of the ...
s. *In general, expressions of complex types \langle a,b\rangle 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^. We can now assign types to the words in our sentence above (Every boy sleeps) as follows. *Type(boy) = \langle e,t\rangle *Type(sleeps) = \langle e,t\rangle *Type(every) = \langle\langle e,t\rangle,\langle \langle e, t\rangle, t\rangle\rangle 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\subseteq B.


Typed lambda calculus

A useful way to write complex functions is the
lambda calculus Lambda calculus (also written as ''λ''-calculus) is a formal system in mathematical logic for expressing computation based on function abstraction and application using variable binding and substitution. It is a universal model of computation th ...
. 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. \mathrm'(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 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, un ...
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\rangle: \lambda X.\lambda Y. X\subseteq 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. X\subseteq Y)(B)(S) By β-reduction, (\lambda Y. B \subseteq Y)(S) and B\subseteq S The expression ''every'' is a
determiner A determiner, also called determinative ( abbreviated ), is a word, phrase, or affix that occurs together with a noun or noun phrase and generally serves to express the reference of that noun or noun phrase in the context. That is, a determine ...
. Combined with a
noun A noun () is a word that generally functions as the name of a specific object or set of objects, such as living creatures, places, actions, qualities, states of existence, or ideas.Example nouns for: * Living creatures (including people, alive, ...
, it yields a ''generalized quantifier'' of type \langle\langle e,t\rangle,t\rangle.


Properties


Monotonicity


Monotone increasing GQs

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\subseteq 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 be monotone decreasing (also called downward entailing) if, for every pair of sets ''X'' and ''Y'', the following holds: :If X\subseteq 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 A determiner, also called determinative ( abbreviated ), is a word, phrase, or affix that occurs together with a noun or noun phrase and generally serves to express the reference of that noun or noun phrase in the context. That is, a determine ...
''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, thei ...
. \lambda X.\lambda Y. X\cap Y= \emptyset 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

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 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 A determiner, also called determinative ( abbreviated ), is a word, phrase, or affix that occurs together with a noun or noun phrase and generally serves to express the reference of that noun or noun phrase in the context. That is, a determine ...
''exactly three'' is the following. It says that the
cardinality In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set A = \ contains 3 elements, and therefore A has a cardinality of 3. Beginning in the late 19th century, this concept was generalized ...
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, thei ...
between the two sets equals 3. \lambda X.\lambda Y. , X\cap Y, =3


Conservativity

A determiner D is said to be ''conservative'' if the following equivalence holds: D(A)(B) \leftrightarrow D(A)(A\cap 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'' 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 A determiner, also called determinative ( abbreviated ), is a word, phrase, or affix that occurs together with a noun or noun phrase and generally serves to express the reference of that noun or noun phrase in the context. That is, a determine ...
. Rather, it is standardly treated as a focus-sensitive
adverb An adverb is a word or an expression that generally modifies a verb, adjective, another adverb, determiner, clause, preposition, or sentence. Adverbs typically express manner, place, time, frequency, degree, level of certainty, etc., answering ...
. #Only boys sleep. #Only boys are boys who sleep.


See also

* Scope (formal semantics) *
Lindström quantifier In mathematical logic, a Lindström quantifier is a generalized polyadic quantifier. Lindström quantifiers generalize first-order quantifiers, such as the existential quantifier, the universal quantifier, and the counting quantifiers. They were ...
*
Branching quantifier In logic a branching quantifier, also called a Henkin quantifier, finite partially ordered quantifier or even nonlinear quantifier, is a partial ordering :\langle Qx_1\dots Qx_n\rangle of quantifiers for ''Q'' ∈ . It is a special case ...


References


Further reading

* * *


External links

*Dag Westerståhl, 2011.
Generalized Quantifiers
.
Stanford Encyclopedia of Philosophy The ''Stanford Encyclopedia of Philosophy'' (''SEP'') combines an online encyclopedia of philosophy with peer-reviewed publication of original papers in philosophy, freely accessible to Internet users. It is maintained by Stanford University. E ...
. {{Formal semantics Semantics Formal semantics (natural language) Quantifier (logic)