I'm self learning complex numbers and the definition of complex numbers that I use is as follows:
The set $\mathbb{C}$ of complex numbers is $\mathbb{R}^2$ endowed with some sense of addition and multiplication defined as $(a,b) + (c,d) = (a+c, b+d)$ and $(a,b) \cdot (c,d) = (ac-bd, ad+bc)$ respectively.
Now normally texts like the one I use (Brown Churchill Complex Variables and Applications) just go ahead and define $i$ as $(0,1)$ and thus $i^2 = (-1,0)$ using the definition of multiplication.
While I fully acknowledge that it is a definition and people can define things the way they like, out of curiosity, I'd still like to know what happens if I call $i = (0,-1)$ since $(0,-1)^2 = (-1,0)$ as well.
So far what I've understood by looking up and reading Wikipedia and everything, is that it doesn't matter which square root you choose to label as $i$, which begs another question, how does it not matter? How do I know all the theorems and results would still be equivalently valid? And while looking for an answer, I usually saw people talking about automorphisms and things like that, which, unfortunately, I don't know what they are yet.
And so I was wondering, can anyone just walk me through the "how" part by using simple layman terms, if possible and provide some intuition for it? I'd really appreciate it. Thank you!