- ∀x(P(x)⇒Q(x))
- ∀x(P(x))⇒∀x(Q(x))
Let P stands for the category of breathing people and let Q stands for the category of alive people.
In a world where statements 1 and 2 are both true, there's a difference in the information we can deduce using each statement. In other words, we can't deduce the same information using the two statements. To see such a difference, we should obtain the contrapositive of 1 & 2. When we do so, statements 1 & 2 become 3 & 4 respectively as follows,
- ∀x(~Q(x)⇒~P(x))
- ∃x~(Q(x))⇒∃x~(P(x))
Now, we have the two statements in a form that will allow us to see the difference. I claim that the difference is that statement 3 is precise, whereas statement 4 is ambiguous. Specifically, we can use statement 3 to precisely deduce an information about an object, whereas if we were to use statement 4 to deduce information about the same object, then we will face ambiguity in the information deduced.
Statement 3 is saying, "any object that is not alive is not breathing". If we were to use that statement to infer something about an object called John, we will have,
" If John is not alive, then John is not breathing "
So, we can see that we can get precise information about John using statement 3. There is no ambiguity when we tried to infer something about John using statement 3.
Now, let us tackle statement 4. That statement is saying, "if there exists at least one thing that isn't alive, then there exists at least one thing that isn't breathing". I think that by just translating statement 4, as we just did, we can already see the ambiguity. Specifically, the object of discourse in the antecedent isn't necessarily the same object of discourse in the consequent. In other words, you have no guarantee that the object that isn't alive is the same object that isn't breathing. For example , if you were to say that John isn't alive, you have no 100% guarantee that John isn't breathing. The consequent of statement 4 is asserting that there's at least one object not breathing, and the antecedent of statement 4 is asserting that there's one object not alive. But we have no guarantee that both object are the same. So, if we were to instantiate statement 4 with respect to John, then we can have two possibilities:
(a) If John isn't breathing, then John isn't alive.
(b) If John isn't breathing, then Sara isn't alive.
In possibility (a), statement 4 is true and it happens that John is the same object of the antecedent and consequent. In possibility (b) statement 4 is true, but we couldn't infer anything about John. Since we have two possibilities, then statement 4 is ambiguous. Another way to see this is that if we were to instantiate statement 4, then the object of instantiation used for the antecedent mustn't be the same object of instantiation for the consequent. Because we have two existential quantifiers and according to the rules of instantiation, we mustn't instantiate two existential quantifiers using the same instance.
My question : Am I allowed to instantiate the antecedent and consequent of statement 2 with the same instance? Statement 2 has two universal quantifiers, so there shouldn't be any problem using the same instance. But if I were allowed to do so, then this means that statement 2 will become a precise statement and this is in contradiction with what I have argued above.