When analyzed through the lens of
formal semantics,
natural languages exhibit a system of variable binding that is analogous to what is found in
formal logic and
computer science. This system governs how referring expressions, particularly
pronouns, are interpreted within a sentence or discourse.
Pronouns as free variables In English,
personal pronouns such as
he,
she,
they, and their variants (e.g.,
her,
him) can function as
free variables. A free variable is a term whose
referent is not determined within the immediate syntactic structure of the sentence and must be identified by the broader context, which can be either linguistic or situational (
pragmatic). Consider the following sentence: The
possessive pronoun her is a free variable. Its interpretation is flexible; it can refer to
Lisa, an entity within the sentence, or to some other female individual salient in the context of the utterance. An identical subscript indicates
coreference, while different subscripts signal that the expressions refer to different entities. •
Lisai found
heri book. •
(This interpretation signifies coreference, where "her" refers to Lisa. This is often called an anaphoric reading, where "her" is an anaphor and "Lisa" is its antecedent.) •
Lisai found
herj book. •
(In this interpretation, "her" refers to a female individual who is not Lisa, for instance, a person named Jane who was mentioned earlier in the conversation.) This distinction is not merely a theoretical exercise. Some languages have distinct pronominal forms to differentiate between these two readings. For example,
Norwegian and
Swedish use the reflexive possessive
sin for the coreferential reading (
heri) and a non-reflexive form like
hennes (in Swedish) for the non-coreferential reading (
herj). While English does not have this explicit distinction in its standard pronouns, it can force a coreferential reading by using the emphatic possessive
own. •
Lisai found
heri own book. (Coreference is required) • *
Lisai found
herj own book. (This interpretation is ungrammatical)
Anaphors as bound variables In contrast to personal pronouns,
reflexive pronouns (e.g.,
himself,
herself,
themselves) and
reciprocal pronouns (e.g.,
each other) act as
bound variables, also known in linguistics as
anaphors. The sentence can be represented as: :(λx.x hurt x)(Jane) In this notation: • λx is the lambda operator that binds the variable x. • x hurt x is the
predicate, a function that takes an argument and states that this argument hurt itself. • (Jane) is the argument applied to the function. The expression evaluates to "Jane hurt Jane," correctly capturing the fact that the subject and object of the verb are the same entity. • *
Ashleyi hit
heri. (Ungrammatical due to Principle B) •
Ashleyi hit
herj. (Grammatical;
her refers to someone other than Ashley) •
Principle C: An
R-expression (a referring expression like a proper name, e.g.,
Jane, or a definite description, e.g.,
the woman) must be free everywhere.
Quantificational noun phrases The concept of variable binding is essential for understanding
quantificational noun phrases (QNPs), such as
every student,
some politician, or
no one. Its reference co-varies with the individuals in the set denoted by "every student". The sentence does not mean that every student thinks a specific person (e.g., Peter) is smart; rather, it means that for each individual student x, x thinks that x is smart. In syntactic theories, this is often analyzed via a process of
quantifier raising (QR), where the QNP moves at the abstract syntactic level of
logical form to a position where it c-commands and binds the pronoun.
Wh-words like
who,
what, and
which function as operators that bind a variable in the main clause. •
Question: Whoi does John like
ti? •
Relative Clause: The man [whoi Mary saw
ti] is my brother. In these structures, the
wh-word is said to move from an underlying position, leaving behind a "trace" (t), which is treated as a bound variable. Consider the following sentence: This sentence has two distinct interpretations: •
Strict identity: Bill loves ''John's'' mother. •
Sloppy identity: Bill loves ''Bill's'' mother. This ambiguity can be explained by the status of the pronoun
his in the first clause. Thus, the distribution and interpretation of pronouns and other referring expressions in natural languages are not random but are governed by a sophisticated syntactic and semantic system. The distinction between free and bound variables is a cornerstone of modern linguistic theory, providing the analytical tools necessary to account for coreference, quantification, question formation, and ellipsis. ==See also==