Problem of multiple generality
From Wikipedia, the free encyclopedia
The problem of multiple generality names a failure in traditional logic to describe certain intuitively valid inferences. For example, it is intuitively clear that if:
- Some cat is feared by every mouse
then it follows logically that:
- All mice are afraid of at least one cat
The syntax of traditional logic (TL) permits exactly four sentence types: "All As are Bs", "No As are Bs", "Some As are Bs" and "Some As are not Bs". Each type is a quantified sentence containing exactly one quantifier. Since the sentences above each contain two quantifiers ('some' and 'every' in the first sentence and 'all' and 'at least one' in the second sentence), they cannot be adequately represented in TL. The best TL can do is incorporate the second quantifier from each sentence into the second term, thus rendering the artificial sounding terms 'feared-by-every-mouse' and 'afraid-of-at-least-one-cat'. This in effect "buries" these quantifiers, which are essential to the inference's validity, within the hyphenated terms. Hence the sentence "Some cat is feared by every mouse" is alloted the same logical form as the sentence "Some cat is hungry". And so the logical form in TL is:
- Some As are Bs
- All Cs are Ds
which is clearly invalid.
The first logical calculus capable of dealing with such inferences was Gottlob Frege's Begriffsschrift, the ancestor of modern predicate logic, which dealt with quantifiers by means of variable bindings. Modestly, Frege did not argue that his logic was more expressive than extant logical calculi, but commentators on Frege's logic regard this as one of his key achievements.
Using modern predicate calculus, we quickly discover that the statement is ambiguous.
- Some cat is feared by every mouse
could mean
- For all m, if m is a mouse, then there exists c, such that c is a cat, and c is feared by m ,
in which case the conclusion is trivial.
But it could also mean
- There exists a cat c, such that for every mouse m, c is feared by m.
This example illustrates the importance of specifying the order in which such quantifiers as for all and there exists occur.