Thread: 1 = 2
View Single Post
Old 03-03-2005, 04:10 PM   #10 (permalink)
a-j
Tilted
 
Quote:
Originally Posted by vinaur
Here's an example of -1=1 (incorrect of course, but I won't tell where, yet):

1=1
1/1=1/1
-1/1=-1/1
-1/1=1/-1
sqrt(-1/1)=sqrt(1/-1)
sqrt(-1)/sqrt(1)=sqrt(1)/sqrt(-1)
i/1=1/i
i^2=1
-1=1
This one is fairly easy, when you take square roots you need to assume both values that the input could have produced (i.e. sqrt(1) = -1,1). So your reasoning should have been something like:

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.
a-j is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73