I was scrolling through this article on Wikipedia, and I was stumped when I came across this line:
Every real number greater than $0$ has two real square roots, so that the square root may be considered a multi-valued function. For exmaple, we may write $\sqrt{4}=\pm 2=\{2,-2\}$; although $0$ has only one square root, $\sqrt{0}=\{0\}.$
I very strongly believe that there is a conceptual gap that I need to bridge. I have always used the fact that the square root of a number is always positive (as seen by the graph of $y=\sqrt{x}$).
What particular fact am I overlooking?
As far as I understand upon reading the article again to look for clues, it is mentioned that the domain could be extended. So what I infer is that we can map $4$ under the (now multi valued) function $\sqrt{.}\; $to $-2$ and $2$ . Would I be right in saying so?
This was going to be a comment, but it got kind of long so I'm putting it here:
A big "gotcha' worth acknowledging is $\sqrt{\cdot}$ has no "positive" option once we allow complex inputs. The ability to take the positive root is an artifact of the real numbers. We obviously want $\sqrt{\cdot}$ to be continuous, so you might try to just extend the positive branch of $\sqrt{\cdot}$ to the complex numbers.
The unfortunate fact is there is no way to do this. The $\sqrt{\cdot}$ function is (in a way that complex analysis makes precise) inherently discontinuous. However, we can repair the situation in a number of ways:
Restricting the domain of $\sqrt{\cdot}$. This is basically the same as saying "don't take square roots of negative numbers". There are lots of possible "branch cuts" that you can take, but no matter what you do you'll be left with a discontinuity, which we typically treat as an undefined region.
Changing the domain to a riemann surface. This is really the "best" solution for a number of reasons, though it is conceptually difficult.
Allowing multi-valued functions. The issue with making $\sqrt{\cdot}$ continuous in $\mathbb C$ is this: Start at $z$, and remember $\sqrt{z}$. Then make a lap around the origin, taking note of $\sqrt{\cdot}$ as you go (this should be continuously, of course). When you get back to $z$, you'll find $-\sqrt{z}$ instead of what you started with! So we can "solve this problem" by just asserting $\pm \sqrt{z}$ is the output. Then when we make a lap around the origin, we start at $\pm \sqrt{z}$ and we end at $\mp \sqrt{z}$, which is the same! Our problem has "gone away", but at the cost of changing what it means to be a function.
This problem really doesn't come to light until you start playing with Complex Analysis, but $\sqrt{\cdot}$ and $\log(\cdot)$ are the two most famous examples of this phenomenon. Congratulations on running into it! This exact "issue" with complex numbers is responsible for tons of recent mathematics, with really beautiful geometry to show for it.
I hope this helps ^_^