Difference between revisions of "Proof by contradiction"
Cellular_mem (talk | contribs) |
|||
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 == | |
− | ''' 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, | + | 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 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. <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 21: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 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 is rational, i.e. it can be expressed as a rational fraction of the form , where a and are two relatively prime integers. Now since we have or . Since is even, must be even, and since is even, so is . Let . We have, Since 2c^2 is even, is even, and since is even, so is a. However, two even numbers cannot be relatively prime, so cannot be expressed as a rational fraction; hence is irrational.
Euclid's proof of the infinitude of primes
Assume there exist a finite number of primes . Let . 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.