Problem of multiple generality: Difference between revisions

Content deleted Content added
rm dot from quantifier and link to scope(logic)
>1500B, not stub
 
(5 intermediate revisions by 2 users not shown)
Line 1:
{{Short description|Failure in traditional logic to describe certain intuitively valid inferences}}
The '''problem of multiple generality''' names a failure in [[term logic|traditional logic]] to describe certain intuitively [[validity (logic)|valid]] inferences that involves multiple [[Quantifiers (logic)|quantifiers]]. 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 one quantifier, i.e. there are four sentence types: "All AsA's are BsB's", "No AsA's are BsB's", "Some AsA's are BsB's" and "Some AsA's are not BsB's". 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 to 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 allotted the same [[logical form]] as the sentence "Some cat is hungry". And so the logical form in TL is:
:''Some AsA's are BsB's''
:''All CsC's are DsD's''
which is clearly invalid.
 
Line 27:
:<math>\exists c \, ( \, \text{Cat}(c) \land \forall m \, (\text{Mouse}(m) \rightarrow \text{Fears}(m,c)) \, )</math>
 
This example illustrates the importance of specifying the [[Scope (logic)#Quantifiers|scope]] of such quantifiers as ''for all'' and ''there exists''.
 
==Further reading==
Line 38:
[[Category:Term logic]]
[[Category:Classical logic]]
 
 
{{logic-stub}}