THE LOGIC NOTES

Definite description Glossary

Definition

A definite description is an expression which behaves syntactically as a term, but has internal structure so that it refers to the individual (if any) satisfying the embedded predicate.

Comments

In English, phrases of the form 'the F' are typically definite descriptions. Other natural languages may not have definite articles such as 'the', so in those languages definite descriptions have to be indicated by context or in other ways.

Following the account first suggested by Bertrand Russell in 1905, we can parse definite descriptions in first order logic not as singular terms, but rather as quantifiers, so 'The F is G' is rendered as 'For the thing, x, such that Fx, Gx'. This gives a smooth account of cases in which there is no such thing as "the F". With identity in the language, the definite description quantifier can be expressed in terms of the usual existential and universal ones.

Examples

  1. 'The president of Australia in 2020 does not exist' could be written in Russell's form as NOTSOMExALLy(Py IFF x=y).
  2. 'The president of Australia in 2020 was born in Sydney' could be written using the definite description as a term something like B( ι x Px, s). The truth value of this is unclear, as there is no such president. If we take the definite description operator to form a quantifier, we can write ι (x: Px) Bxs. Following Russell, this can be expressed as SOMEx(ALLy(Py IFF x=y) AND Bxs).

Links