$-1 \cdot -1 = +1$, but there seems to me to be no reason we couldn't define a number system where negative number's and positive numbers were completely symmetric. Where:
$$1 \cdot 1 = 1$$
$$-1 \cdot -1 = -1$$
I understand that in order to do this, multiplication could no longer be commutative and we'd have to decide what the result of $1 \cdot -1$ should be. I think we could choose that resulting sign of a multiplication could be the sign of the second term, so:
$$1 \cdot -1 = -1$$
$$-1 \cdot 1 = 1$$
or more generally, the sign of any multiplication is determined by the sign of the second term.
But where they otherwise behave roughly as expected, i.e. $1 - 2 = -1$.
Some other consequences I'm aware of:
$$\sqrt{-1} = -1$$
$$\sqrt{1} = 1$$
$f(x) = x^2$ would behave in a way that can only be described piecewise in the normal reals as $x^2$ when $x \geq 0$, and $-(x^2)$ when $x < 0$.
Is there already research or another name for such a number system? Or perhaps is there a ring that matches this? After looking at the properties of a ring, on http://en.wikipedia.org/wiki/Ring_%28mathematics%29 what I've described cannot be a ring since it does not have a multiplicative identity. There is no element i_m such that a * $i_m = a$ and $i_m \cdot a = a$ since multiplying by $1$ in the system I've described may change the sign of $a$ to be positive.
-xactually is. Is it(-1)\cdot xorx\cdot (-1)? You are not only redefining the multiplication, this system is now no longer a group for addition. Therefore you can no longer define subtraction uniquely. – orion Jan 15 '15 at 16:41