Saturday, January 23, 2016

arithmetic - "Proof" that sqrtx2=x by using index laws. Why is this wrong?




This is a very short argument that I have often seen about the definition of |x|=x2 for xR. I'm not quite sure what is the flaw in this argument below, can someone please illustrate at what line this goes wrong and reference what "restriction" was broken from the original index law.



Claim: x2=x where xR.



Proof: Note that x2=(x2)12=x22=x1=x.



What is wrong with this?


Answer



First the counterexample to this is x=1.
Now to the error in your reasoning is the following (ab)c=abc is only true if a0.



No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...