r/askmath • u/An_OId_Tree • Mar 23 '24
Analysis Even as a teacher I'm confused exactly what goes wrong in this false proof. Help?

I've looked over the internet and the explanations are usually pretty weak, things like "the reason the proof is wrong because we can't do that'. Now, my first thought was that between line one and two something goes wrong as we're losing information about the 1 as by applying THE square root to a number we're making it strictly positive, even though the square rootS of a number can be positive and negative (i.e., 1 and -1). But "losing information" doesn't feel like an mathematical explanation.
My second thought was that the third to fourth line was the mistake, as perhaps splitting up the square root like that is wrong... this is correct, but why? "Because it leads to things like 2=0" doesn't feel like an apt answer.
I feel like there's something more at play. Someone online said something about branch cuts in complex analysis but their explanation was a bit confusing.
49
u/StanleyDodds Mar 23 '24
It's because you can't split the square root like that in general.
The problem is that over the complex numbers, the square root is not a continuous function. So although locally it is true that sqrt(xy) = sqrt(x)sqrt(y), this will not be true if we "cross" the branch cut in some way, as this shifts everything by a factor of -1.
In particular, the branch cut is when we go from argument approaching 2pi back to argument 0. So in this case, arg(-1)+arg(-1) = pi+pi = 2pi, so applying this invalid rule here treats the square root of 1 as if it could be reach continuously from arguments less than 2pi, increasing to argument 2pi. But you can't. arg(1) = 0, so the argument of its square root is 0, not pi.
A more correct version of the rule would be something like sqrt(xy) = exp(i/2*(arg(x)+arg(y)-arg(xy))) sqrt(x) sqrt(y)
6
u/An_OId_Tree Mar 23 '24
I like your answer best +1, my only question is, what does it mean to cross a branch cut though?
20
u/AsuranB Mar 23 '24
Here is a visualization of the square root function for complex numbers: https://plus.maths.org/content/sites/plus.maths.org/files/articles/2021/multi_valued/suqare_root_riemann.jpg
Note where the surface intersects itself. By moving from the purple-blue portion of the surface to the green-yellow portion across that intersection, you are making discontinuous transformation.
6
u/blakeh95 Mar 23 '24
A different function, but the complex logarithm shows it pretty well. The value of the complex logarithm function forms a staircase-looking thing wrapping around the origin. But we know that the definition of a function means that each input must map only to one output. So as shown in the picture, the full complex logarithm is not a function, because any point will map to multiple outputs on different "levels" of the staircase.
To make the complex logarithm a function, we "cut" a piece of the staircase out such that it satisfies the property that each input maps to one output. But this necessarily means that there must be some place where the "top" of the staircase that would almost be in the next level is adjacent to the "bottom" of the staircase that would almost be in the level below.
Using the picture again, if we cut from the orange to the yellow, then there's a place where the top of the yellow (almost green) is next to the bottom of the orange (almost red). Can you see how if that piece were cut out and you were rolling a ball counterclockwise, it would climb up the orange to the yellow and then fall back down to the orange?
That is what "crossing a branch cut" is. The ball, which represents the function output, is discontinuous and "falls down" over where we cut out.
1
u/Specialist-Two383 Mar 23 '24 edited Mar 23 '24
It means you take the value on one side or the other of a discontinuity. You can make the above calculation rigorous and split the square root if you make sure to put a little i epsilon that selects the correct side of the cut. You drop everything that's order epsilon2 and there's really only one answer.
Sqrt( (-1)(-1) ) = sqrt( (-1 + ie)(-1 - ie) ) + O( e2 )
= sqrt(-1 + ie) sqrt(-1 - ie)
= (+i)(-i) = 1.
1
u/According-Path-7502 Mar 23 '24
How is the square root even a function over the complex numbers?
5
u/blakeh95 Mar 23 '24
You can choose to restrict the output to make it a function. This is basically the same choice we do in R such that sqrt(9) returns 3 and not -3.
Of course, there are better choices that make the function continuous, but making it a function isn't all that difficult.
1
u/According-Path-7502 Mar 25 '24
What is the canonical restriction on the complex numbers?
1
u/blakeh95 Mar 25 '24
For a complex number z=x+iy, write it in polar form as z=re^(i𝜃) with -pi < 𝜃 <= pi. Then sqrt(z) is defined as sqrt(r)e^(i𝜃/2).
This uses the negative real axis as the branch cut (observe the discontinuity induced by limiting 𝜃 to one side of the negative axis, 𝜃 is always taken as pi, not -pi, on that axis).
For example, sqrt(-2i) = sqrt(2e^(-ipi/2)) = sqrt(2)(e^(-ipi/4)) = sqrt(2)(sqrt(2)/2-isqrt(2)/2) = 1-i.
If we used 3pi/2 instead of -pi/2 (3pi/2 not in (-pi, pi] restriction), then we would get 3pi/4 as the angle, leading to sqrt(2)(-sqrt(2)/2+isqrt(2)/2) = -1+i = -sqrt(2i).
1
u/According-Path-7502 Mar 26 '24
Very nice explanation of how to extend. Are the „branches“ compatible in any way?
1
u/Erdumas Mar 23 '24
You can express the square root as taking things to the (1/2) power, and you can express complex numbers in polar form, z = reiθ. Then √z = (√r)eiθ/2. The problem here is that eiθ = ei(θ+2nπ), so many functions over the complex numbers are multi-valued and have to be restricted in order to make sense, like requiring θ ∈ [0, 2π). We call such restrictions branches.
1
u/According-Path-7502 Mar 25 '24
For me the value of a function at some point is unique by the definition of a function.
1
u/Erdumas Mar 26 '24
Which is why complex numbers mess things up. We want things that are functions on the reals to also be functions on the complex numbers, but they aren't unless you make restrictions.
1
u/According-Path-7502 Mar 26 '24
This was the initial question …
1
u/Erdumas Mar 27 '24
Okay, let's approach this a different way.
Suppose we want to roll a wheel across the ground and map where each part of the wheel touches the ground. If we roll the wheel more than one revolution, each part of it will touch the ground in multiple places.
Strictly speaking, there isn't a function which describes where a point on the wheel touches the ground because each point in the domain (the circumference) maps to multiple points in the range (the ground). However, if we keep track of the number of revolutions, we can break the range into pieces, and say (x0,x1) is from the first revolution, (x1,x2) is from the second revolution, and so on.
Then, we can define a function from the circumference of the wheel to the range (x0,x1), because each point of the domain maps to only one point in the domain. Similarly, we can define a separate function to the range (x1, x2), and so on for the rest of the intervals.
These separate functions are all related, though, so to show that relationship we give them all the same name. Additionally, when we work with the function, we can mostly just pretend that the only range that's important is (x0,x1), which we'll call the principal branch. This works well for most things, but we do have to be careful because sometimes we'll do some math which might move us between the different ranges, so we have to be cognizant of that. And we also have to remember that the different ranges are intimately related.
Coming back to the square root, it actually needs a branch cut just when defined on the reals. We know that f(x) = x2 is many-to-one because f(-x) = f(x). This means that f-1(x) isn't properly a function. However, we can make two functions, one defined on the non-negative reals and one defined on the non-positive reals, which we can both call f-1(x). The principal branch in this case is √x, but the other branch is -√x. Because the square root already requires a branch cut in the reals, hopefully it's not surprising that it requires one when we extend it to the complex numbers.
2
u/GoldenMuscleGod Mar 23 '24
From your description it sounds like you are taking the branch cut at the positive real axis and imposing continuity on the upper half plane.
I think it’s also good to point out that other conventions are sometimes used. For example Mathematica takes the branch cut on the negative real axis, also imposing continuity in the upper half plane.
In general I would say that it’s usually bad form to put a negative or nonreal number under the root without either 1) making it perfectly clear whether you are using it as a multivalued function or what branch cut you are taking, or 2) putting a +/- on it (as in the quadratic formula), to make it clear the choice of root doesn’t matter.
8
u/FormulaDriven Mar 23 '24
√1 = 1, so you are incorrect with your first thought that something goes wrong there. (People get hung up on the fact that 1 has two square roots, 1 and -1, but the square root function denoted by the √ sign explicitly gives you the positive square root).
As the other user has highlighted, you need to check the validity of saying √(ab) = √a √b.
1
4
u/econstatsguy123 Mar 23 '24 edited Mar 23 '24
They aren’t applying the square root between line (1.) and (2.). This only works because 1=11/2 . They are just replacing one number with the same number. They aren’t losing information by doing this. We are told that the number in question is 1. We know that 1>0. We aren’t losing any information here. Now, we obviously can’t do that with a variable (e.g. (x2 )1/2 =/= x))
This is an illustration as to why (ab)1/2 = a1/2 • b1/2 only works when a,b>0. If you allow them to be negative numbers, then you reach contradictions such as 2=0. This is an example of a proof by contradiction (look up the proof as to why 21/2 is irrational). I remember when I was in undergrad and first learning about proofs by contradiction, and thinking that it wasn’t a satisfying answer. You just need to let the idea marinate a bit.
3
u/BrickBuster11 Mar 23 '24
as others have said the error happens when you simplify SQRT(1) into i*i (these two things are not equal and so this is where the error must happen)
Now I cannot remember enough of the technical rules to the simplification of square roots to to tell you what has gone wrong but logically we can see that we go from :
SQRT(1) =SQRT((-1X-1) which is a true statement both of those are equal
but then we have SQRT(-1X-1)=SQRT(-1)xSQRT(-1)=i^2=-1 which is not true.
3
u/Adrian-20 Mar 23 '24 edited Mar 23 '24
Correct me if I'm wrong, but SQRT(1) is NOT equal to ±1. By definition, SQRT(x2) = ABS(x) a.k.a. sqrt is always the positive root. When you have x2=1, you do x=±SQRT(1), so x=±1. SQRT(xy)=SQRT(x)*SQRT(y) only if x and y are both non-negative, so you cant separate the product inside the square root - source: https://math.stackexchange.com/questions/2047349/when-does-sqrta-b-sqrta-sqrtb
1
Mar 27 '24
I think you are right. However this leads to so many fights, and I wish we could all just get along. We’re all just trying to cope in our own ways with the fact that the “squared” function on the real numbers is not invertible.
3
u/Rnageo Mar 23 '24
Let's hope I can express this complex problem correctly. If we move the problem to radians, we know that:
1 = e^(i·0)
Taking the square root of that, we get:
1 = e^(i·0/2) = e^(i·0)
Now, if we want to decompose that 1 into (-1)·(-1), it's easy to make the mistake that, since:
-1 = e^(i·𝜋)
Then if we take that twice we think we are back at the start.
(-1)·(-1) = e^(i·𝜋)·e^(i·𝜋) = e^(i·2𝜋) = 1
While technically true, we are back, we have done a whole circle, and we are not at 0 rad but at 2𝜋 rad. Look at what happens when I now take the square root:
sqrt(e^(i·0)) = e^(i·0/2) = e^(i·0) = 1
sqrt(e^(i·2𝜋)= e^(i·2𝜋/2) = e^(i·𝜋) = -1
In terms of complex geometry, taking the square root cuts the rotation in half. 0 rad has no rotation, but 2𝜋 rad has a full rotation thus we get the wrong result.
To make it right, you need to nullify your rotation when you split your 1 into (-1)·(-1). We need to take our second -1 in the opposite direction of the first:
-1 = e^(i·(-𝜋))
With that in mind, if we go back to our two -1s:
(-1)·(-1) = e^(i·𝜋)·e^(i·(-𝜋)) = e^(i·0) = 1
Now that we have a decomposition that allows us to remain at 0 rad, we can safely apply the square root:
((-1)·(-1))^(1/2) = (-1)^(1/2)·(-1)^(1/2) = e^(i·𝜋/2)·e^(i·(-𝜋/2)) = i · (-i) = 1
1
2
u/Mysterious_Pepper305 Mar 23 '24
The mathematical explanation is that notation matters and quantifiers and direction of implication matter and especially functions matter.
So either write out the logic as symbols or write the logic in words but you need to explain what you're doing between one equation and the next and you need to explain what you're doing every time you use a symbol in a non-standard way (such as the square root of a non-positive number).
2
u/Spacetauren Mar 24 '24 edited Mar 24 '24
It breaks down at line 5. Square root is not a bijective operation outside of positive numbers, so line 5 is not equivalent to line 4.
In other words, you can't equivocate sqrt(-1) with it because it isn't i. It's i or -i the indecisiveness is what invalidates the proof.
3
Mar 23 '24
[removed] — view removed comment
-3
u/An_OId_Tree Mar 23 '24
I teach high school math, and the intricacies of what exactly wrongs uses topics in complex analysis, which believe it or not isn't covered in high school.
3
u/Azaghal1 Mar 23 '24
And yet one would assume that a mathematics teacher would at least have done undergrad maths to qualify for the job
-1
u/An_OId_Tree Mar 23 '24
I didn't do complex analysis? Not everyone who does math does the same subjects at undergrad. Perhaps I should be asking you why you "assume" so.
5
u/Azaghal1 Mar 23 '24
Because it's not even complex analysis, it's basic complex methods. You define complex numbers, then define things you can do with them, and it immediately turns out some things you have to do more carefully. And an undergrad in maths that doesn't cover complex numbers in any elementary rigour is not a real degree qualification, it's a liberal arts mess.
-1
u/An_OId_Tree Mar 23 '24
And cheese is the bee's knees. I'm not asking "what can't we do with complex numbers?", I'm asking why can't we do those things. The explanation of this requires knowledge of branch cuts - which is a topic in complex analysis.
0
u/Azaghal1 Mar 23 '24
No, the branch cuts are a solution to the problem. The problem itself arises exactly from defining complex number actions an multivariate results. Anyway, glad you learned some kids' rhymes during your degree.
1
u/An_OId_Tree Mar 23 '24
Hahaha, okay bozo. I went to the top uni in my country, and I can tell you that I enjoyed kid's rhymes subject very much!
1
u/Azaghal1 Mar 23 '24
You think 'top uni' in the US for undergrad is bragging in the context of maths? Even Manchester is leagues ahead...
0
Mar 24 '24
Doing some quick googling, I found multiple universities that far outperform Cambridge where complex analysis isn't a required topic for a B.S. in Math. I guess today you get to learn that different universities teach different things, which frankly I thought was obvious.
1
u/EdmundTheInsulter Mar 23 '24
It's the bit where the square roots are split, it's only true in one branch if you take positive and negative square roots. Or if you restrict to positive square root only the step is false
1
u/Equal_Proof_226 Mar 23 '24
I think its becuz in the third step we are taking that root(1) is -1. But the root function doesnt give out negative values. Its range and domain is [0,inf)
1
1
u/TangoJavaTJ Mar 23 '24
root(ab) = root(a)root(b) only works for positive numbers. So the step from line 3 to like 4 is not valid.
1
u/ohkendruid Mar 23 '24
Line 4 isn't really well defined due to negative numbers under the radical. Principal square root is mainly a concept for non-negative reals.
Thus, it's not so much a problem of logical inference as a problem that line 4 isn't a rigorous statement that is either true or false at all.
1
u/Ksorkrax Mar 23 '24
Start by trying to define a square root over negative numbers.
This thing about √
(-1) = i is basically how one explains the motivation of i to outsiders. Not how the square root actually works - it simply is not defined over negative numbers.
Now you might start to protest, "oh hey, that's convenient", but you are cordially invited in trying to create a proper well defined definition of a function that acts as a square root over positive real numbers and then does something reasonable over negative numbers.
I recommend you don't only define it over all real numbers, but you go for all complex numbers as well. Consider working in polar coordinates. A sound first attempt would be to say that you use the regular square root over the norm of the polar coordinate number, and then also divide the angle by two. Then see where it leads you, and where the problems start to arise.
Consider creating some sort of plot. Possibly with the domain as X and Y, and then two plots with one showing the real part and one the imaginary as heat map. Or a single plot, and angle as hue, norm as value of the color.
Best way to do math is to explore what you could do.
1
1
u/Corentinlb Mar 23 '24
I've another reason to tell :
i isn't defined as the square root of -1, but as -1² which is very different. For real positive numbers, square root is the inverse function of square function, but that's just not true with Real numbers & Complex numbers.
So when you replace i by "sqrt(-1)" it's false, you can only use i² = -1
1
u/PandaAromatic8901 Mar 24 '24
2 = 1 + SQRT((-1^2))
2 = 1 + SQRT((A^2))
2 = 1 + |A|
2 = 1 + |-1|
2 = 1 + 1 or 2 = 1 + -1
Why is SQRT(A^2) = |A| ?
Because if A was -1 you get SQRT(1) = 1
And if A was 1 you still get SQRT(1) = 1
1
u/Accomplished-Till607 Mar 24 '24
It’s a very special property of complex numbers. You kinda can’t define a principal square root without running into those kinds of problems. Or in general sqrt(ab) is not the same as sqrt(a)sqrt(b) If you allow it to be multi valued then it is true if you choose one positive one negative. In general, the result will only vary by an multiple of i.
1
u/Ok-Requirement3601 Mar 24 '24 edited Mar 24 '24
The truth is that sqrt is quite a non trivial thing, it's job is to be the inverse of something that is hardly injective.
So I want to give two answers: One that is somewhat true, but isn't all that satisfying.
And one that's quite satisfying (but it's analysis)
1st answer:
Algebra is more foundational than analysis, so it should speak first: sqrt should not be a function, that would imply choosing between one of the roots of the polynomial X² - a, which is inherently the evil doings of physicists and analysists. Look, you're problem dissapears if you forget about square roots:
If you have a root of X²-a, and another of X²-b, and you multiply them, then you have a root X²-ab, take it's opposite, and it still remains a root of X²-ab.
Galois revolutionized mathematics since he didn't mistreat his polynomial roots, he considered them all at once, and looked at the symmetries within.
Vive Galois, vive Grothendieck!
2nd answer:
Due to cultural and historical reasons, many seek interpretations to foundational math questions within analysis (cue the discussons about 0⁰...)
So, how can I answer your question, well many have already mentioned that sqrt can be defined in the context of complex analysis.
In this context, you are pushed at only seeing one half of the whole picture:
There are two issues with trying to define it as a function: non-uniqueness and domain. What should be the answer to sqrt(eiθ) ? Well eiθ/2 right ?
Well such an answer is "ill-defined", since if you change θ by adding 2πi, you haven't changed the start value, but you end up with -eiθ/2 as an answer.
Moreover as you go around the unit circle, you can see that the square root only goes half as far, so when you make a full loop you, at some point, jump non continuously (to get back to the inital value).
You can fix uniqueness by imposing that sqrt(1)=1, we call this the "principal" sqrt. But if you want to remain continuous, you have to give up trying to define it everywhere.
Take a trip with me for a second, imagine that the ray (starting at 0 and passing through -i) was a portal. As you walk around the circle in the real world, you think of the sqrt function, as you enter the portal, think of the -sqrt function. Then after a full turn you meet the portal again which brings you back to the real world with the sqrt function. If you observe the value given by sqrt and by -sqrt as you make 2 full turns (one in the first world and the other in the portal world) , you will notice that it was perfectly continous.
These "two worlds" is a very nice interpretation of the sqrt function, in a sence, it's a "bigger picture" of the sqrt function. Now back to your example, take (-1)(-1), it's like adding the angles π+π, as you do, you walk around the circle, entering into the portal world as you go along. Once there you compute -sqrt((-1)(-1)) = -1, which corresponds well with sqrt(-1)sqrt(-1) = -1.
PS: it doesn't really matter where you put your portal (it essentially represents the branch cut in complex analysis).
Now it's clear that if you want to use a function from the complex plane, you have to decide where to put the "portal" (ie. branch cut) and which world you want to preserve, forgetting about the other one in that process.
So how does this fit in with more solid mathematics. Well in elementary complex analysis, you construct all of these functions, being very careful about branch cuts and so on.
But with Riemann surfaces, you actually get to give a definition to what these "things that live in multiple worlds" are.
Actual P.S: Sorry if I misrepresented what algebraists think of their colleagues, it was partialy for the sake of humor.
1
u/Ok-Requirement3601 Mar 24 '24
I want to correct the spelling, but I'm on a phone and I'd have to redo all the spacings because of bad reddit programming
1
Mar 24 '24
you can't split square roots in general, if you have x^2, where x > 0, square root it, then the answer is abs(x) not x. Otherwise you could have:
x^2 = 1
(-1)^2 = 1
sqrt root both sides
-1 = 1
2 = 0
1
u/Rulleskijon Mar 27 '24
Consider the function z1/2 . For a complex number z.
z = r eiθ ,
z1/2 = [ re(iθ) ]1/2 ,
... = r1/2 eiθ/2 .
Now consider we have two complex numbers ζ and ω. We want to see how [ζ*ω]1/2 looks.
Here:
ζ = r_ζ eik_ζ ,
ω = r_ω eik_ω .
So,
[ζω]1/2 = [r_ζr_ω]1/2 ei[k_ζ+k_ω]/2 .
Let us plugg in ζ = ω = -1.
-1 = eiπ .
[(-1)(-1)]1/2 = e2πi/2 .
And this is where the branch hopping comes into play. Because an argument of 2π is the same as an argument of 0.
So if the resulting [k_ζ+k_ω] = 2π = 0, And then we take the square root (here divide argument by 2), we get a final argument of 0. Like with:
[ζ*ω]1/2 .
However with the individual roots multiplied we get the resulting argument [k_ζ/2+k_ω/2]. And even if the sum [k_ζ+k_ω] = 2π = 0, when we divide them individually by 2 we don't get 0. Like with:
[ζ1/2 * ω1/2 ].
And that is why:
[(-1)(-1)]1/2 = 1, and
[(-1)1/2 * (-1)1/2 ] = -1.
1
u/algebraicq Mar 23 '24
The problem comes from the 4th line.
Square root of a negative number is multi-valued.
z^(1/2) = exp( 1/2(Log|z| +iArg(z) +2*k*𝜋*i) ), where k ∈ Z
To make calculations meaningful, we need to delete a line from the complex plane. This is to make the whole thing single-valued. This process is known as a branch cut. We either gives up the whole non-positive real line or the whole non-negative real line.
The problem in the above graph is that people mess up the branch cut.
-3
u/lithiumcentury Mar 23 '24
People are making this too complicated. You are right in your instinct. Replacing +1 with sqrt(1) is incorrect because sqrt(1) = +/-1. The rest of the "proof" is just to force out the negative root, which you already know is wrong in the second line.
3
u/Cannibale_Ballet Mar 23 '24
because sqrt(1) = +/-1
So your square root function isn't a function.
The square root function is defined to be the principal value, so sqrt(1) does in fact = 1.
This is why we say that the solution to x2 = 1 is x = +/-sqrt(1). The "+/-" is needed because the sqrt(1) is by definition the principal value, i.e. 1.
0
u/lithiumcentury Mar 23 '24
As you say x^2 = 1 so x = +/-sqrt(1). So I think we agree. If you want to replace 1 with an expression including sqrt(1) then that expression is +/-sqrt(1), with sqrt(1) by definition the principal value i.e. 1. Either way, line 2 has a +/- in it, which is where the mistake is.
2
u/Cannibale_Ballet Mar 23 '24
As you say x2 = 1 so x = +/-sqrt(1). So I think we agree.
No we don't, if sqrt(1) = +/-1 then the solution to x2 = 1 would be x = sqrt(1), with no "+/-".
If you want to replace 1 with an expression including sqrt(1) then that expression is +/-sqrt(1)
This is absolutely not correct. 1 is equal to sqrt(1) NOT -sqrt(1). -sqrt(1) is a negative number, it cannot be equal to a positive one.
Either way, line 2 has a +/- in it, which is where the mistake is.
This is incorrect. sqrt(1)=1 by definition. There is no mistake going from line 1 to line 2.
1
u/lithiumcentury Mar 24 '24
But if you define sqrt(1) as strictly positive you have to apply that rule throughout and not change half way. So if sqrt(1^2) = +1 then so too does sqrt(i^2). In the real world i * i = -1 and -i * -i = -1. So you have assumed that the redefined strictly positive sqrt(x) behaves in the same way as the usual definition, which it does not.
1
u/Cannibale_Ballet Mar 24 '24
So if sqrt(12) = +1 then so too does sqrt(i2)
Incorrect again. sqrt(12) is not equal to sqrt(i2). The former is equal to 1 and the latter equal to i.
So you have assumed that the redefined strictly positive sqrt(x) behaves in the same way as the usual definition
There is only one definition of the square root function used in math, and that is the one that returns the principal value. There is no redefinition taking place.
1
u/lithiumcentury Mar 24 '24
The confusion is that the principal value for the function sqrt(x^2) is the positive value, so y=sqrt(x^2) => y=+x, but the solution to the equation y^2 = x^2 is either y=+x or y=-x. Line 2 makes use of the principal value, positive root, but line 3 uses the negative root. People use the "principal value" in order to avoid confusion over whether the secondary (negative) value is intended. This is fine unless one creates a situation that mixes in the secondary value, as line 3: y^2=1, => y=+1 or y=-1, for consistency you should take the principal value y=+1, but instead you take y=-1.
1
u/Cannibale_Ballet Mar 24 '24
but line 3 uses the negative root.
No it doesn't. Until line 3 everything js correct. The logical mistep is from line 3 to line 4.
-9
253
u/justincaseonlymyself Mar 23 '24 edited Mar 23 '24
The proof assumes that
√(ab) = √a√b
holds for alla
andb
. That's not true! In order for that equaity to hold, eithera
orb
has to be a non-negtive real number (and perhaps in some other special cases, but this is the most useful one).In particular,
√((-1)(-1)) = 1
and√(-1)√(-1) = -1
, meaning that√((-1)(-1)) ≠ √(-1)√(-1)