eastsidebagel
Deity
This doesn't make any sense at all. I want to commit suicide!
thats not a parradox, just a series of incorrect statements. You can only keep an equality after having done an opperation to both sides of it, if that opperation is a continuously increasing functio.
ln(1/2) is negative, so the second line is wrong, and the one's below that are too.
If we're doing fake proofs, my favorite is:
Code:
4-10=9-15
4-10+25/4=9-15+25/4 --add 25/4 to both sides
(2-5/2)(2-5/2)=(3-5/2)(3-5/2) --factor both sides
2-5/2=3-5/2 --square root both sides
2=3 --add 5/2 to both sides
That's not quite it. There is no multiplying or dividing, and even if there were, it would be by equivalent expressions. Taking the square of both sides would certainly be valid, because you are just multiplying both sides by equivalent expressions.Square Root both sides is an invalid operation as you are actually multiplying/dividing (depending on how you look at it) by different numbers on either side
If we're doing fake proofs, my favorite is:
Code:4-10=9-15 4-10+25/4=9-15+25/4 --add 25/4 to both sides (2-5/2)(2-5/2)=(3-5/2)(3-5/2) --factor both sides 2-5/2=3-5/2 --square root both sides 2=3 --add 5/2 to both sides
You need to start with an equality For example this is valid for all x, y:Square root of x = x^1/2 which is a multiplication or a division depending on how you look at it. Supposing it was x and y ^3, and x was 2 and y 3, then it would be 2*2*2 = 8 against 3*3*3 = 27
That's just the thing, it doesn't. If it did, then it would be valid, just like taking the square is.
Spoiler answer :The problem is that there are two answers to taking the square root, the positive, and the negative root. In our problem 3-5/2 is the positive root (1/2), and 2-5/2 is the negative root. (-1/2) Therefore if you want to take the square root of both sides, you have to also take the absolute value of the result. This absolute value would render the last step invalid.