Reductio ad absurdum or the contrapositive? - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-20T07:09:13Z http://mathoverflow.net/feeds/question/12342 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/12342/reductio-ad-absurdum-or-the-contrapositive Reductio ad absurdum or the contrapositive? Harry Gindi 2010-01-19T22:26:30Z 2010-10-21T21:58:01Z <p>From time to time, when I write proofs, I'll begin with a claim and then prove the contradiction. However, when I look over the proof afterwards, it appears that my proof was essentially a proof of the contrapositive, and the initial claim was not actually important in the proof. </p> <p>Can all claims proven by reductio ad absurdum be reworded into proofs of the contrapositive? If not, can you give some examples of proofs that don't reduce? If not all reductio proofs can be reduced, is there any logical reason why not? Is reductio stronger or weaker than the contrapositive?</p> <p>Edit: Just another minor question (of course this is optional and will not affect me choosing an answer): If they are equivalent, then why would you bother using reductio?</p> <p>And another bonus question (Like the above, does not influence how I choose the answer to accept.) Are the two techniques intuitionistically equivalent? </p> http://mathoverflow.net/questions/12342/reductio-ad-absurdum-or-the-contrapositive/12348#12348 Answer by compguy for Reductio ad absurdum or the contrapositive? compguy 2010-01-19T23:37:54Z 2010-01-20T13:27:10Z <p>They are trivially equivalent. The contrapositive of (P &rarr; Q) is (¬Q &rarr; ¬P). This is equivalent to (¬Q &rarr; (P &rarr; ⊥)), which is a curried form of (¬Q ∧ P) &rarr; ⊥.</p> <p>Edit: I'm not sure about your added comment. Reductio seems the more general proof technique to me (as Anweshi mentions, it works for statements which are not implications); contraposition seems less useful unless the contrapositive form ¬Q &rarr; ¬P is especially natural or intuitive.</p> <p>Edit 2: These transformations would seem to be intuitionistically valid, with the proviso that a "proof by contradiction of (P &rarr; Q)" is only a proof of (P &rarr; ¬¬Q). Hence, the contrapositive (¬Q &rarr; ¬P) is strictly weaker than (P &rarr; Q).</p> <p>On a further note, it is often the case that the antecedent P can be naturally seen as a negative statement (¬P'). In these cases, we may be able to provide a proof of (¬Q &rarr; P'). This may be the case of a proof by contrapositive which is a "direct proof", possibly accounting for J. Polak's remarks. </p> <p>Edit 4: JD Hamkins points out that direct proofs often provide useful proofs of intermediate statements, whereas proofs by contradictions do not. But this technique can be generalized by pushing contradictory "contexts" to the very end of the proof: i.e. one can say: "We will prove a contradiction by assuming P, Q, R and S. From P, R and S we obtain the following lemmas..." It's not clear that all such proofs can be naturally stated as proofs by contrapositive.</p> http://mathoverflow.net/questions/12342/reductio-ad-absurdum-or-the-contrapositive/12349#12349 Answer by François G. Dorais for Reductio ad absurdum or the contrapositive? François G. Dorais 2010-01-19T23:46:13Z 2010-01-20T03:59:47Z <p>Strictly speaking, the contrapositive of a statement which is not an implication doesn't make sense. However you can always fake the implication, the contrapositive of $\top \to A$ (or just $A$) is $\lnot A \to \bot$, i.e., a "proof by contradiction" is the contrapositive of a "proof (from tautology)."</p> <p><hr /></p> <p>I guess I can still answer the other two parts, which were added later on.</p> <p>First, a proof by contradiction is a more versatile tool than the contrapositive. It is more efficient when dealing with complex statements, e.g. anything which is not a simple implication. Also, the contrapositive doesn't work very well when the hypothesis is not completely necessary or when implicit hypotheses are lurking around. For (pseudo-)example, suppose $A$ and $B$ are statements about widgets with property $C$. You have proof that $A \to B$ by assuming that $A$ and $\lnot B$ and concluding that either $\lnot A$ or the widget does not have $C$. You could formally conclude $\lnot A$ from the failure of $C$ since $C$ is an implicit hypothesis, but that would be unnatural. Proving $\lnot B \to \lnot A$ directly might be difficult since it is unclear where the implicit hypothesis $C$ should come in play. Of course, all of this can be fixed by removing unnecessary hypotheses and stating all implicit hypotheses, but this only happens in fairy tales (a.k.a. well written textbook exercises). See Pete's answer (and vote it up!) for more concrete examples...</p> <p>Finally, to answer the very last part. The implication</p> <p>$(B \to A) \to (\lnot A \to \lnot B)$</p> <p>is intuitionistically valid. Indeed, the right hand side is a much weaker statement. The converse</p> <p>$(\lnot A \to \lnot B) \to (B \to A)$</p> <p>gives $\lnot\lnot A \to A$ when substituting $\top$ for $B$, so it only holds in classical logic. However,</p> <p>$(B \to \lnot A) \leftrightarrow (A \to \lnot B)$</p> <p>is intuitionistically valid, both sides say $\lnot(A \land B)$. So you can always take the contrapositive of an implication whose conclusion is negative. This is yet another face of the old saying "you can't prove a negative" or, more accurately, proving a negative is inherently nonconstructive.</p> http://mathoverflow.net/questions/12342/reductio-ad-absurdum-or-the-contrapositive/12355#12355 Answer by Jason Polak for Reductio ad absurdum or the contrapositive? Jason Polak 2010-01-20T00:21:14Z 2010-01-20T00:21:14Z <p>There does seem to be a difference, although I don't know how to distinguish them formally, but here are two cases which distinguish the two:</p> <p>*Let V be a vector space. A linear map f on V is injective if its kernel is 0. (yes I know it's an iff). The contrapositive is, if f is a linear map and ker f is not 0, then f is not injective. Proof: $v\in \ker f$ nonzero means $f(v) = f(0) = 0$. We don't have to assume in the proof that f is injective first and get a contradiction.</p> <p>Here we are arguing about a class of objects with one property and we are trying to prove another of that class.</p> <p>--</p> <p>*sqrt(2) is irrational. We can word this (artificially) as x = sqrt(2) implies there does not exist a,b rational such that x = a/b. However if we try the contrapositive, we get, there exists a,b rational such that x = a/b implies x is not sqrt(2). But to prove this we still need to assume that a/b = sqrt(2) and derive a contradiction.</p> <p>Here we are trying to prove that a single object does not possess a certain characteristic. There must be a more formal treatment of these differences, however...</p> http://mathoverflow.net/questions/12342/reductio-ad-absurdum-or-the-contrapositive/12371#12371 Answer by Pete L. Clark for Reductio ad absurdum or the contrapositive? Pete L. Clark 2010-01-20T03:02:35Z 2010-08-06T20:38:00Z <p>My answer applies to standard logic only.</p> <p>In terms of standard logic, proofs by contrapositive and by contradiction are "equivalent" in that they are both logically valid, and two logically valid propositions are equivalent to each other. </p> <p>On the other hand, it is certainly true that every proof by contrapositive can be phrased as a proof by contradiction. Indeed, since the latter is perhaps a bit more intuitive, it is often used as a justification of the former when it is needed e.g. in calculus courses: </p> <p>We wish to show $A \implies B$. Suppose we know that $\lnot B \implies \lnot A$. Suppose further that $B$ is false. Then $\lnot B$ is true, so $\lnot A$ is true, so $A$ is false, contrary to our assumption. </p> <p>Suppose a proposition can be proved by contraposition. As above, there is then a standard recipe for modifying the proof to give a proof by contradiction. However, if you compare the two proofs you find that the one by contradiction merely has the above two line argument appended to it, so it is just slightly longer without any additional content. For this reason, when it is possible to give a direct proof of $\lnot B \implies \lnot A$ it is preferable to do so, rather than casting it as a proof by contradiction.</p> <p>However, proof by contradiction is a more powerful technique in the informal sense that some proofs are more difficult to phrase using contraposition. (I don't want to say impossible, because as above, both "techniques" are simply logically valid arguments, so may be inserted in a proof at any point.) </p> <p>What makes contradiction potentially more powerful? (This is a question that you have to face when you teach introduction to proofs classes, as I have. I wouldn't have had as ready an answer before.) I think it is because we get to assume two things rather than one. Namely, instead of just assuming $\lnot B$ and using that one assumption to work our way to $\lnot A$, we get to assume <i>both</i> $A$ and $\lnot B$ and play them off one another in order to derive a contradiction.</p> <p>Here is an example of this. Suppose we wish to prove that $\sqrt{2}$ is irrational. First, let's phrase this as an implication:</p> <p>For all $x \in \mathbb{R}$, $x^2 = 2 \implies x \not \in \mathbb{Q}$. </p> <p>Or, contrapositively:</p> <p>For all $x \in \mathbb{R}$, $x \in \mathbb{Q} \implies x^2 \neq 2$.</p> <p>Taking the contrapositive was not so helpful! What we need to do is work from both ends at once:</p> <p>Suppose that $x \in \mathbb{Q}$ <b>and</b> $x^2 = 2$. Now we are in business; we can work with this. (I omit the proof since I assume that everyone knows it.) </p> <p>Here is another difference between the two proofs, which I didn't notice until I thought about this answer: the contrapositive of the statement</p> <p>$\forall x \in S, P(x) \implies Q(x)$ </p> <p>is </p> <p>$\forall x \in S, \lnot Q(x) \implies \lnot P(x)$:</p> <p>note that the quantifier has not changed. (Of course we might have an existential quantifier instead, and the discussion would be the same. Anyway, in practice most mathematical propositions do begin with a universal quantifier.)</p> <p>However, the <b>negation</b> of the statement is </p> <p>$\exists x \in S \ | \ P(x) \wedge \ \lnot Q(x)$.</p> <p>Note that the quantifier has changed from $\forall$ to $\exists$, which is a key feature of the above proof.</p> <p>Finally, you ask why we would prefer one technique over another since both are equivalent. But of course we do this all the time, according to convenience and taste: e.g. induction, strong induction and well-ordering are all logically equivalent, but we use all three. We could e.g. phrase all induction proofs as appeals to the Well-Ordering Principle, but in many cases that would amount to inserting a tiresome rigamarole "Consider the set <code>$S = \{ n \in \mathbb{N} \ | \ P(n)\ \text{is false} \}$</code>..." which does not add to the clarity or concision of the proof.</p> http://mathoverflow.net/questions/12342/reductio-ad-absurdum-or-the-contrapositive/12400#12400 Answer by Joel David Hamkins for Reductio ad absurdum or the contrapositive? Joel David Hamkins 2010-01-20T09:37:03Z 2010-10-20T20:27:03Z <p>Although the other answers correctly explain the basic logical equivalence of the two proof methods, I believe an important point has been missed:</p> <ul> <li><em>With good reason</em>, we mathematicians prefer a direct proof of an implication over a proof by contradiction, when such a proof is available. (all else being equal)</li> </ul> <p>What is the reason? The reason is the <em>fecundity</em> of the proof, meaning our ability to use the proof to make further mathematical conclusions. When we prove an implication (p implies q) directly, we assume p, and then make some intermediary conclusions r<sub>1</sub>, r<sub>2</sub>, before finally deducing q. Thus, our proof not only establishes that p implies q, but also, that p implies r<sub>1</sub> and r<sub>2</sub> and so on. Our proof has provided us with additional knowledge about the context of p, about what else must hold in any mathematical world where p holds. So we come to a fuller understanding of what is going on in the p worlds.</p> <p>Similarly, when we prove the contrapositive (&not;q implies &not;p) directly, we assume &not;q, make intermediary conclusions r<sub>1</sub>, r<sub>2</sub>, and then finally conclude &not;p. Thus, we have also established not only that &not;q implies &not;p, but also, that it implies r<sub>1</sub> and r<sub>2</sub> and so on. Thus, the proof tells us about what else must be true in worlds where q fails. Equivalently, since these additional implications can be stated as (&not;r<sub>1</sub> implies q), we learn about many different hypotheses that all imply q. </p> <p>These kind of conclusions can increase the value of the proof, since we learn not only that (p implies q), but also we learn an entire context about what it is like in a mathematial situation where p holds (or where q fails, or about diverse situations leading to q). </p> <p>With reductio, in contrast, a proof of (p implies q) by contradiction seems to carry little of this extra value. We assume p and &not;q, and argue r<sub>1</sub>, r<sub>2</sub>, and so on, before arriving at a contradiction. The statements r<sub>1</sub> and r<sub>2</sub> are all deduced under the contradictory hypothesis that p and &not;q, which ultimately does not hold in any mathematical situation. The proof has provided extra knowledge about a nonexistent, contradictory land. (Useless!) So these intermediary statements do not seem to provide us with any greater knowledge about the p worlds or the q worlds, beyond the brute statement that (p implies q) alone.</p> <p>I believe that this is the reason that sometimes, when a mathematician completes a proof by contradiction, things can still seem unsettled beyond the brute implication, with less context and knowledge about what is going on than would be the case with a direct proof.</p> <hr> <p>Edit: For an example of a proof where we are led to false expectations in a proof by contradiction, consider Euclid's proof that there are infinitely many primes. In a common proof by contradiction, one assumes that p<sub>1</sub>, ..., p<sub>n</sub> are <em>all</em> the primes. It follows that since none of them divide the product-plus-one p<sub>1</sub>...p<sub>n</sub>+1, that this product-plus-one is also prime. This contradicts that the list was exhaustive. Now, many beginner's falsely expect after this argument that whenever p<sub>1</sub>, ..., p<sub>n</sub> are prime, then the product-plus-one is also prime. But of course, this isn't true, and this would be a misplaced instance of attempting to extract greater information from the proof, misplaced becasue this is a proof by contradiction, and that conclusion relied on the assumption that p<sub>1</sub>, ..., p<sub>n</sub> were <em>all</em> the primes. If one organizes the proof, however, as a direct argument showing that whenever p<sub>1</sub>, ..., p<sub>n</sub> are prime, then there is yet another prime not on the list, then one is led to the true conclusion, that p<sub>1</sub>...p<sub>n</sub>+1 has merely a prime divisor not on the original list.</p> http://mathoverflow.net/questions/12342/reductio-ad-absurdum-or-the-contrapositive/12427#12427 Answer by Terry Tao for Reductio ad absurdum or the contrapositive? Terry Tao 2010-01-20T17:04:20Z 2010-01-20T17:12:19Z <p>I agree with Joel's answer: proofs by contrapositive are more satisfying than proofs by contradiction, because they give you more information beyond just knowing that the desired result is true. For instance, in analysis, proofs by contrapositive tend to be finitary in nature and yield effective bounds, whereas proofs by contradiction (especially when combined with compactness arguments) tend to be infinitary in nature do not easily yield such bounds (unless one very painstakingly converts each step of the infinitary contradiction argument into a finitary contrapositive argument). I discuss this for instance in</p> <p><a href="http://terrytao.wordpress.com/2008/08/30/the-correspondence-principle-and-finitary-ergodic-theory/" rel="nofollow">http://terrytao.wordpress.com/2008/08/30/the-correspondence-principle-and-finitary-ergodic-theory/</a></p> <p>But by the same token, proof by contradiction is a more powerful method in practice than proofs by contrapositive, if your only aim is to prove the stated result; it is precisely because one is less ambitious that one can achieve one's goal more easily. </p> <p>There is an analogy with the computational problem of trying to find a path in a maze from A to B. The direct approach would be to start from A and explore all reasonable-looking directions from A until one reaches B. The analogue of proof by contrapositive would be starting backwards from B and trying to reach A; then at the end one simply reverses the path. The analogue of proof by contradiction is a meet-in-the-middle strategy: explore both forwards from A and backwards from B until one gets an intersection. This is a faster strategy, with a run time which is typically the square root of the run time of the other two approaches (because of the birthday paradox, basically, or Metcalfe's law if you wish). This analogy is somewhat oversimplified because even in the meet-in-the-middle strategy it is not difficult to disentangle the solution to create a direct path from A to B; but with more complicated problem-solving tasks than mazes (e.g. trying to convert several hypotheses $A_1,\ldots,A_n$ into several conclusions $B_1,\ldots,B_m$, using deductive rules such as ``If $A_3$ and $C_5$ are true, then $D_7$ is true'', etc.) one can make the meet-in-the-middle solutions quite hard to convert back to a direct argument.</p> <p>There is a class of proofs by contradiction that I call "no self-defeating object" arguments, which are particularly difficult to convert into proofs by contrapositive. Basically these proofs tend to show that A is false by using one argument to establish $A \implies B$ and another to establish $A \implies \neg B$, giving the contradiction (A defeats itself). One can convert this into a proof by contrapositive by making the inspired decision to divide into the two cases $B$ and $\neg B$, and show that each of these cases implies $\neg A$ by taking contrapositives of each side of the no-self-defeating object, but it is difficult in practice to motivate this choice of division into cases unless one had already seen the proof-by-contradiction version of the argument. This is particularly the case if A is an existence statement $\exists x: A(x)$ and B is dependent on x; then the dichotomy $B \vee \neg B$ cannot even be introduced without first introducing x. I discuss this type of argument on my blog at</p> <p><a href="http://terrytao.wordpress.com/2009/11/05/the-no-self-defeating-object-argument/" rel="nofollow">http://terrytao.wordpress.com/2009/11/05/the-no-self-defeating-object-argument/</a></p> http://mathoverflow.net/questions/12342/reductio-ad-absurdum-or-the-contrapositive/43102#43102 Answer by Artem Kaznatcheev for Reductio ad absurdum or the contrapositive? Artem Kaznatcheev 2010-10-21T21:58:01Z 2010-10-21T21:58:01Z <p>It often feels like a proof by contradiction is like making your point through a witty joke and the contrapositive is sitting down and explaining why the joke is funny. </p> <p>Since the two approaches are logically equivalent, and since it is usually easy for the average journal reader to convert between the two --- the distinction for me comes down to style. Most of the arguments I have seen by contradiction are usually shorter, more intuitive, and elegant. Hence, I would usually favor proof by contradiction (it is usually the first proof I come up with...) unless the steps in the contrapositive are particularly insightful.</p>