Invalid proof
|
In mathematics, there are a variety of spurious proofs of obvious contradictions. Although the proofs are flawed, the errors are comparatively subtle, usually by design. These fallacies are normally regarded as mere curiosities, but can be used to show the importance of rigor in mathematics.
Most of these proofs depend on some variation of the same error. The error is to take a function f that is not one-to-one, to observe that f(x) = f(y) for some x and y, and to (erroneously) conclude that therefore x = y. Division by zero is a special case of this; the function f is x → x × 0, and the erroneous step is to start with x × 0 = y × 0 and to conclude that therefore x = y.
Contents |
Examples
Proof that 1 equals −1
We start with
- <math>-1 = -1\ <math>
Then we convert these into vulgar fractions
- <math>\frac{1}{-1} = \frac{-1}{1}<math>
Applying square roots on both sides gives
- <math>\sqrt{\frac{1}{-1}} = \sqrt{\frac{-1}{1}}<math>
Which is equal to
- <math>\frac{\sqrt{1}}{\sqrt{-1}} = \frac{\sqrt{-1}}{\sqrt{1}}<math>
If we now clear fractions by multiplying both sides by <math>\sqrt{-1}<math> and then <math>\sqrt{1}<math>, we have
- <math>\sqrt{1}\sqrt{1} = \sqrt{-1}\sqrt{-1}<math>
But any number's square root squared gives the original number, so
- <math>1 = -1\ <math>
This proof is invalid since it applies the following principle for square roots wrongly:
- <math>\sqrt{\frac{x}{y}} = \frac{\sqrt{x}}{\sqrt{y}}<math>
This principle is only correct when the product of x and y is a positive number. In the "proof" above, this is not the case. Thus the proof is invalid.
Proof that 1 is less than 0
Let us suppose that
- <math>x < 1<math>
Now we will take the logarithm on both sides. As long as x > 0, we can do this because logarithms are monotonically increasing. Observing that the logarithm of 1 is 0, we get
- <math>\ln x < 0<math>
Dividing by ln x gives
- <math>1 < 0<math>
The violation is found in the last step, the division. This step is wrong because the number we are dividing by is negative, which in turn is because the argument to the logarithm is less than 1, our original assumption. A multiplication with or division by a negative number flips the inequality sign; in other words, we should obtain 1 > 0, which is indeed correct.
Proof that 2 equals 1
Let a and b be equal quantities. It follows that:
- <math>a = b<math>
- <math>a^2 = ab<math>
- <math>a^2 - b^2 = ab - b^2<math>
- <math>(a - b)(a + b) = b(a - b)<math>
- <math>a + b = b<math>
- <math>b + b = b<math>
- <math>2b = b<math>
- <math>2 = 1<math>
The fallacy is in line 5: the progression from line 4 to line 5 involves division by a − b, which is zero since a equals b. Since division by zero is undefined, the argument is invalid.
Proof that a equals b
- we start with:
- <math>a - b = c<math>
- now, square both sides:
- <math>a^2 - 2ab + b^2 = c^2<math>
- since <math>a - b = c<math>, substitute:
- <math>a^2 - 2ab + b^2 = (a - b)c<math>
- write out the multiplication:
- <math>a^2 - 2ab + b^2 = ac - bc<math>
- rearranging all, we get:
- <math>a^2 - ab - ac = ab - b^2 - bc<math>
- factorize both members:
- <math>a(a - b - c) = b(a - b - c)<math>
- cancel the common factor:
- <math>a = b<math>
The catch is that since a − b = c, a − b − c = 0, and as a result we have performed an illegal division by zero.
Proof that 0 equals 1
The following is a "proof" that 0 equals 1:
<math>0<math> | <math>=<math> | <math>0 + 0 + 0 + \ldots<math> | |
<math>=<math> | <math>(1 - 1) + (1 - 1) + (1 - 1) + \ldots<math> | ||
<math>=<math> | <math>1 + (-1 + 1) + (-1 + 1) + (-1 + 1) + \ldots<math> | (associative law) | |
<math>=<math> | <math>1 + 0 + 0 + 0 + \ldots<math> | ||
<math>=<math> | <math>1<math> |
The error here is that the associative law cannot be applied freely to an infinite sum unless the sum would converge without any parentheses. In this particular argument, the second line gives the sequence of partial sums 0, 0, 0, ... (which converges to 0) while the third line gives the sequence of partial sums 1, 1, 1, ... (which converges to 1), so it is unclear in what sense these expressions can be considered equal.
Another proof that any number equals zero
Obviously, 4 * 3 = 3 + 3 + 3 + 3
In general, X * Y = Y + Y + ... + Y (X terms, for any number X and Y)
Taking the derivative with respect to X, we get: Y = 0 + 0 + ... + 0 (X terms)
In other words Y = 0, for any number Y.
The error here is that the second line only makes sense if X is a natural number. However, if it is, then the second line is not a continuous function and therefore its derivative cannot be taken.
Conclusion
These arguments do constitute valid proofs, but not of the claimed assertions. For example, there is no a priori reason why division by zero should be defined (it's not a field axiom, for example, though 1 ≠ 0, from which 2 ≠ 1 follows, is an axiom), and the "proof" that 2 = 1 is, in fact, simply a demonstration that division by zero cannot be defined in general. A proof that division by zero could be defined would demonstrate a contradiction and show that the axiomatic system we are working under is logically inconsistent!
See also
External links
- Audience of Two's proof that 28 is the largest number (http://www.audienceoftwo.com/mag.php?art_id=308)
- More invalid proofs from AhaJokes.com (http://www.ahajokes.com/math_jokes.html)es:demostración falsa