03-02-2005, 03:50 AM | #1 (permalink) |
Mjollnir Incarnate
Location: Lost in thought
|
1 = 2
I saw this and knew that it had to be TFP'd. This can't be possible, right? But here it is. Please, discuss for eight+ pages. Oh, and things written off to the right clarify the next step I took.
Code:
a = b and b > 0 a = b * b ab = b^2 -a^2 ab - a^2 = b^2 - a^2 a(b - a) = (b + a) (b - a) /(b - a) a = (b + a) a = a + a a = 2a Last edited by Slavakion; 03-02-2005 at 03:51 AM.. Reason: Aesthetics of code field |
03-02-2005, 10:19 AM | #4 (permalink) |
Location: Waterloo, Ontario
|
To try to make this, otherwise trivial, thread a little more exciting, let me mention that it is possible to divide by the additive identity (zero) and that's in the case of the trivial field (a field that consists only a single element). In that case, 1 = 2 = 1 + 1, and so there is no contradiction.
Incidentally, if I recall correctly, there are simpler versions of this fallacy. Where did you find this, Slavakion? |
03-02-2005, 10:56 AM | #5 (permalink) | ||
Devoted
Donor
Location: New England
|
I'd just like to note...
Quote:
Quote:
I also wanted to complement Slavakon on the nice formatting job on those equations.
__________________
I can't read your signature. Sorry. Last edited by Redlemon; 03-02-2005 at 12:36 PM.. |
||
03-02-2005, 12:05 PM | #6 (permalink) | |
Tilted
|
Quote:
Ok I've given this more though, and I think you haven't actually proved that 1 = 2, you have "proved" that a = 2a. You can't just substitute whatever you want into a. You need to solve for a, and you end up with a=0 and hence b=0. Since you are assuming b > 0, then your proof is contradictory so either your assumptions were incorrect or your logic is incorrect. |
|
03-02-2005, 12:10 PM | #7 (permalink) | ||
Mjollnir Incarnate
Location: Lost in thought
|
Quote:
Quote:
Oh, and thanks about the formatting. |
||
03-03-2005, 04:10 PM | #10 (permalink) | |
Tilted
|
Quote:
sqrt(-1/1)=sqrt(1/-1) sqrt(-1)/sqrt(1)=sqrt(1)/sqrt(-1) (±i)/(±1)=(±1)/(±i) => i^2=±1 (if you work out all combinations) -1=1, or -1=-1 (the latter is correct) When people end up with something like 2=1, it doesn't mean they actually proved 2=1, it means there is a contradiction which means the they did something incorrect or their initial conditions were wrong. Proof by contradiction is very strong tool if used correctly. However I understand this is all in fun. |
|
03-03-2005, 10:22 PM | #12 (permalink) | |
Insane
|
Quote:
5) sqrt(-1/1)=sqrt(1/-1) 6) sqrt(-1)/sqrt(1)=sqrt(1)/sqrt(-1) 7) sqrt(-1)*sqrt(-1)=sqrt(1)*sqrt(1) 8) sqrt(-1)^2=sqrt(1)^2 9) -1=1 In this example you cannot get two answers for sqrt(-1) because you are not taking the sqrt. The mistake is somewhere else.... |
|
03-04-2005, 12:10 AM | #13 (permalink) | |
Tilted
|
Quote:
The problem is going from sqrt(1/-1) to sqrt(1)/sqrt(-1) 1/i = -i, so in fact it should start out 5) sqrt(-1/1)=sqrt(1/-1) 6) sqrt(-1)/sqrt(1)=-sqrt(1)/sqrt(-1) 7) sqrt(-1)*sqrt(-1)=-sqrt(1)*sqrt(1) 8) sqrt(-1)^2=-sqrt(1)^2 9) -1=-1 The square root properties (sqrt(a/b) = sqrt(a)/sqrt(b)) don't exactly work the same for complex numbers. |
|
03-04-2005, 04:05 AM | #14 (permalink) |
Upright
Location: France - Switzerland - Germany
|
Yes these two samples were incorrect because to get the result wrong operations have to be done and the complex number properties were not respected sqrt(-1) = i ...
but still in mathematics we can by taking it in other way (from the result) proof that an incorrect statement is correct here is an exemple I remember from my teacher at school. Some one asked to a mathematician : "Do you admit that if 2 + 2 = 5 , then we can deduct that you are the pope?." "For sure the mathematician replied, think about that. if we suppose that 2 + 2 = 5. By doing -2 on each side we got 2 = 3. By symmetry we know that 3 = 2 if we do -1 on each side we then got 2 = 1. The pope and me are two but as 2 = 1, then the pope and myself are only one. So we can conclude that I am the pope ! " This property is called ex-falso quodlibet and says that if a statement is false and true then all other statement is true... If one day you prove that 0 = 1, as you know that 0 <> 1 then you can deduct using a proof by contradiction that whatever mathematics theorem you can imagine are true. So this will be the end of all the nice theorem that many mathematician has found. By the way I am not the pope, are you ?
__________________
Addicted to programming... But I cure myself !!! Last edited by ajji; 03-05-2005 at 01:12 AM.. |
03-04-2005, 10:07 AM | #15 (permalink) | |
Insane
|
Quote:
More classic falacies!! |
|
03-04-2005, 12:31 PM | #16 (permalink) | |
Location: Waterloo, Ontario
|
Quote:
So, in my esteemed opinion, the fallacy is the use of sqare roots... PS. I'm sorry to bait the debate but I'm short on time at the moment. I'll clear this up, later... |
|
|
|