I read this passage in my textbook:
...if there is a counterexample in a domain with $m$ individuals, then there is also a counterexample in all larger domains. It follows by contraposition (and C.Q.N.) that if there is no counterexample in a domain with m individuals, then there is also no counterexample in any smaller domain.Thus if there is no counterexample in a domain with...[m]...individuals...then there can be no counterexample in any smaller domain or in any larger domain...
I've been trying for about an hour now to symbolize and prove this passage's argument, but this is all I can get:
Cx = x is a counter-example, Mx = x is in a domain with m individuals, Lx = x is in a domain with larger-than-m individuals
Premise: If (∃x)(Cx & Mx), then (∀x)(If Lx, then Cx). Conclusion: If ~(∃x)(Cx & Mx), then ~(∃x)(Cx & ~Lx)
The textbook passage argues that you can get to that conclusion from that premise via contraposition and the categorical quantifier negation rules, but I can't figure out how to do that.
Could someone help? Thank you so much!
You have slightly altered the quotation, omitting the context...
I'm refeering to :
There are two facts in place here.
One is the fact that, for monadic predicate logic :
We can translate it in symbols with a "complex" predicate $Counter(x,n)$ meaning "$x$ is a counterexample in a domain with $n$ individuals" :
Next, we have a second fact, holding in general (i.e. for a formula of predicate calculus whatever) :
In symbols :
Assume now that there is no counterexample in a domain with $m$ individuals; if we have a counterexample in a domain with less than $m$ individuals, say, $k < m$, by the above we would have a counterexample also in all larger domains, ans so also in a domain with $m$ individuals, because $m$ is larger than $k$: contradiction.
The argument assumes :
1) $\lnot \exists x \ Counter(x,m)$
2) $\exists k_0 \ [\exists y \ Counter(y,k_0) \land (k_0 < m)]$.
From 2) it follows that : $\exists y \ Counter(y,k_0)$ and with (§) we have that :
But by 2) we have also : $m > k_0$; thus : $\exists y \ Counter(y,m)$, contradicting 1).
Thus, form 1) it follows the negation of 2), i.e. :
$\lnot \exists x \ Counter(x,m) \to \forall k \ \lnot \ [\exists y \ Counter(y,k) \land (k < m)]$.
But $\lnot (p \land q)$ is equivalent to : $q \to \lnot p$; thus :
This holds in general; so, also for $2^n$ :
Now the result follows from (*) and (@) and Proof by cases (or Disjunction elimination) with the fact that :