Are all numbers equal? What is mathematically wrong with this proof?
Theorem: All numbers are equal (We are trying to prove that all numbers are equal)
Proof: Choose arbitrary a and b, and let t = a + b. Then
a + b = t
(a + b)(a - b) = t(a - b) ........multiply both sides by (a - b)
a^2 - b^2 = ta - tb ..............Remove brackets
a^2 - ta = b^2 - tb ..............Put terms with b on one side, and those with a.
a^2 - ta + (t^2)/4 = b^2 - tb + (t^2)/4 ..............Add (t^2)/4 on both sides.
(a - t/2)^2 = (b - t/2)^2 ....................Factorize both sides
a - t/2 = b - t/2 .............................Find sqrt on both sides
a = b ......................conclusion
So all numbers are the same
Why can't (a - b) = 0 ? So what's wrong if both sides are zero? Nothing wrong with that step. Sorry.
Again, taking the sqrt on both sides can't be wrong! It works on both sides.
If we insist on +/- sqrt, then we have to do it on both sides.
(a - t/2)^2 = (b - t/2)^2 ....................Factorize both sides
a - t/2 = b - t/2 .............................Find sqrt on both sides OR
- (a - t/2) = - (b - t/2)
a = b ......................conclusion
It doesn't change the outcome.....does it"