Difference between revisions of "Fallacy"
m (→2 = 1: this should fix it) |
Lawrence Wu (talk | contribs) |
||
Line 29: | Line 29: | ||
[[Fallacious proof/all horses are the same color | Explanation]] | [[Fallacious proof/all horses are the same color | Explanation]] | ||
+ | |||
+ | == All Numbers are Equal == | ||
+ | |||
+ | Proof: Choose arbitrary a and b, and let t = a + b. Then | ||
+ | <div style="text-align:center"><math>a + b = t</math></div> | ||
+ | |||
+ | <div style="text-align:center"><math>(a + b)(a - b) = t(a - b</math>)</div> | ||
+ | |||
+ | <div style="text-align:center"><math>a^2 - b^2 = ta - tb</math></div> | ||
+ | <div style="text-align:center"><math>a^2 - ta = b^2 - tb</math></div> | ||
+ | |||
+ | <div style="text-align:center"><math>a^2 - ta + \dfrac{t^2}{4} = b^2 - tb + \dfrac{t^2}{4}</math></div> | ||
+ | |||
+ | <div style="text-align:center"><math>(a - \dfrac{t}{2})^2 = (b - \dfrac{t}{2})^2</math></div> | ||
+ | |||
+ | <div style="text-align:center"><math>a - \dfrac{t}{2} = b - \dfrac{t}{2}</math></div> | ||
+ | |||
+ | <div style="text-align:center"><math>a = b</math></div> | ||
+ | ''QED'' | ||
== See also == | == See also == | ||
* [[Proof writing]] | * [[Proof writing]] |
Revision as of 20:43, 28 October 2007
A fallacious proof is a an attempted proof that is logically flawed in some way. The fact that a proof is fallacious says nothing about the validity of the original proposition.
Contents
Common false proofs
The fallacious proofs are stated first and then links to the explanations of their fallacies follow.
2 = 1
Let .
Then we have
All horses are the same color
We shall prove that all horses are the same color by induction on the number of horses.
First we shall show our base case, that all horses in a group of 1 horse have the same color, to be true. Of course, there's only 1 horse in the group so certainly our base case holds.
Now assume that all the horses in any group of horses are the same color. This is our inductive assumption.
Using our inductive assumption, we will now show that all horses in a group of horses have the same color. Number the horses 1 through . Horses 1 through must be the same color as must horses through . It follows that all of the horses are the same color.
All Numbers are Equal
Proof: Choose arbitrary a and b, and let t = a + b. Then
QED