Difference between revisions of "Proof by contradiction"

Line 1: Line 1:
 
'''Proof by contradiction''' is an indirect type of proof that assumes the proposition (that which is to be proven) is true and shows that this assumption leads to an error, logically or mathematically.  Famous results which utilised proof by contradiction include the irrationality of <math>\sqrt{2}</math> and the infinitude of primes. (if you know how, please make the following proofs look better). This technique usually works well on problems where not a lot of information is known, and thus we can create some using proof by contradiction.
 
'''Proof by contradiction''' is an indirect type of proof that assumes the proposition (that which is to be proven) is true and shows that this assumption leads to an error, logically or mathematically.  Famous results which utilised proof by contradiction include the irrationality of <math>\sqrt{2}</math> and the infinitude of primes. (if you know how, please make the following proofs look better). This technique usually works well on problems where not a lot of information is known, and thus we can create some using proof by contradiction.
  
=== Examples ===
+
== Examples ==
  
''' Proof that the square root of 2 is irrational'''
+
'''Proof that the square root of 2 is irrational'''
  
Assume <math>\sqrt{2}</math> is [[rational]], i.e. it can be expressed as a rational fraction of the form <math>\frac{b}{a}</math>, where a and <math>b</math> are two [[relatively prime]] integers.  Now,
+
Assume <math>\sqrt{2}</math> is [[rational]], i.e. it can be expressed as a rational fraction of the form <math>\frac{b}{a}</math>, where a and <math>b</math> are two [[relatively prime]] integers.  Now since
<math>\sqrt{2}=\frac{b}{a}</math>
+
<math>\sqrt{2}=\frac{b}{a}</math> we have <math>2=\frac{b^2}{a^2}</math> or <math>b^2=2a^2</math>Since <math>2a^2</math> is even, <math>b^2</math> must be even, and since <math>b^2</math> is even, so is <math>b</math>.  Let <math>b=2c</math>.  We have,  
<math>2=\frac{b^2}{a^2}</math>
 
<math>b^2=2a^2</math>
 
Since <math>2a^2</math> is even, <math>b^2</math> must be even, and since <math>b^2</math> is even, so is <math>b</math>.  Let <math>b=2c</math>.  We have,  
 
 
<math>4c^2=2a^2</math>
 
<math>4c^2=2a^2</math>
 
<math>a^2=2c^2</math>
 
<math>a^2=2c^2</math>
Line 16: Line 13:
 
'''Euclid's proof of the infinitude of primes'''
 
'''Euclid's proof of the infinitude of primes'''
  
Assume there exist a finite number of [[primes]] p_1, p_2, ..., p_n.  Let <math>N=p_1p_2p_3...p_n+1</math>.  By the original assumption, N is not in the set of primes, so it is composite and divisible by some prime p_iIf p_i|N and <math>p_i|p_1p_2...p_n, p_i</math> must also divide <math>1</math>.  However, no prime number evenly divides <math>1</math>, so our original assumption that there are only a finite number of primes is false. <math>\Box</math>
+
Assume there exist a finite number of [[primes]] <math>p_1, p_2,\ldots, p_n</math>.  Let <math>N=p_1p_2p_3...p_n+1</math>.  N is obviously not divisible by any of the known primes since it will leave a remainder of one upon division by any one of themThus N must be divisible by some other prime not in our list which contradicts the assumption that there is a finite number of primes. <math>\Box</math>
 +
 
 +
==See also==
 +
*[[Proof writing]]
 +
*[http://www.artofproblemsolving.com/Resources/AoPS_R_A_HowWrite.php How to Write a Solution] by [[Richard Rusczyk]] and [[Mathew Crawford]]

Revision as of 22:25, 17 June 2006

Proof by contradiction is an indirect type of proof that assumes the proposition (that which is to be proven) is true and shows that this assumption leads to an error, logically or mathematically. Famous results which utilised proof by contradiction include the irrationality of $\sqrt{2}$ and the infinitude of primes. (if you know how, please make the following proofs look better). This technique usually works well on problems where not a lot of information is known, and thus we can create some using proof by contradiction.

Examples

Proof that the square root of 2 is irrational

Assume $\sqrt{2}$ is rational, i.e. it can be expressed as a rational fraction of the form $\frac{b}{a}$, where a and $b$ are two relatively prime integers. Now since $\sqrt{2}=\frac{b}{a}$ we have $2=\frac{b^2}{a^2}$ or $b^2=2a^2$. Since $2a^2$ is even, $b^2$ must be even, and since $b^2$ is even, so is $b$. Let $b=2c$. We have, $4c^2=2a^2$ $a^2=2c^2$ Since 2c^2 is even, $a^2$ is even, and since $a^2$ is even, so is a. However, two even numbers cannot be relatively prime, so $\sqrt{2}$ cannot be expressed as a rational fraction; hence $\sqrt{2}$ is irrational. $\Box$

Euclid's proof of the infinitude of primes

Assume there exist a finite number of primes $p_1, p_2,\ldots, p_n$. Let $N=p_1p_2p_3...p_n+1$. N is obviously not divisible by any of the known primes since it will leave a remainder of one upon division by any one of them. Thus N must be divisible by some other prime not in our list which contradicts the assumption that there is a finite number of primes. $\Box$

See also