- #1
cone
- 13
- 0
This is similar to the question
However, it is slightly different. It's probably more of a philosophy of math topic, however, I posted this on a philosophy forum and can't find many people interested in math there. I hope it hasn't been overly discussed. Thank you for reading even if you don't respond or think I'm losing a few marbles.
I was talking about imaginary numbers with someone, and thinking it over. I understand how to use and apply them, but I have a problem with the operations themselves, but couldn't really express myself. After a lot of thought, the exact point where there was a disconnect came into view.
Should multiplication be commutative?
Granted it is for positive numbers like when the Peano axioms were written, but it was taken as a given for negative as well. It seems to me that it was forced commutative, because that's the way it had been and it worked. Fortunately, how we do it works, but unfortunately, it does change the outcome slightly.
EDIT: the negative are represented by "`" in this example
Say we already had real numbers, but had never touched on negatives. If we had thought of them as opposite of positives, this is what we could have ended up with:
The problem was with the cross over of negative and positive. There are many solutions that could come from this, but the one we ended up with changed what I see as the natural outcome of multiplication.
It seems to work fine because it's commutative just like the axioms that were written when negative numbers weren't even being used. I currently disagree with this outcome.
If you look at where the multiplication was going you could make rules for when it crosses zero:
So the next natural step (IMO):
And for negative:
It's more complex in many ways (commutative doesn't work across the board, distributive is different, and probably associative is different also), but to me it seems cleaner (for lack of a better word).
It would change many things, and no one will probably ever accept it. However, does this make sense to anyone else?FYI: the proofs I see online won't do for this, because they assume distributive property as well which is closely related (I think derived from this property actually). For instance:
But that breaks on this line (for this way of thinking): "(-1)(-1) + 1(-1) = 0(-1) . distributive property".
Because that already doesn't equal 0*`1 with the argument given. According to what is said above (`1)(`1) + 1(`1) would equal `1 + `1 = `2.
but that would break down at (-x)*(-y) + (-(x*y)) + x*y = x*y because (`x)*y with what is said above would probably be -(x*`y)
EDIT: `x*y when removing the negative would probably be closer to `x*y=`x*-`y=-(`x*`y)
This breaks at (-a)(-b) + a(-b) = (-a + a)(-b) = 0 * b = 0, because you can't pull out the "-b" like that. The distributive property is different. The same with distributing the negative in the "hence".... This is why I said things are more complex, because if you think it makes sense, then a lot of the other properties can't be assumed off the bat either.
Another way it's been brought up is `1+`1 can mean a debt added by one debt, but `1*2 is a debt multiplied by 2. The problem I have with this, is that it's multiplied by what? The surplus? If you use this argument and just say it's multiplied by the quantity, then why isn't that a debt quantity or basically saying `1*`2 means a debt times 2 of debt? This might sound odd if you look at it from the debt side, but if you were, it would be 1 surplus times 2 of surplus. From the surplus side it's 1 debt times 2 of debt. The opposite multiplying a debt by a surplus or multiplying a surplus by a debt would have to be defined and explained why it would be that way, wouldn't it?
Am I sounding too much like a loon with this line of thinking?
Since (-3)+(-2)=-5, why doesn't (-3)*(-2)=-6?
However, it is slightly different. It's probably more of a philosophy of math topic, however, I posted this on a philosophy forum and can't find many people interested in math there. I hope it hasn't been overly discussed. Thank you for reading even if you don't respond or think I'm losing a few marbles.
I was talking about imaginary numbers with someone, and thinking it over. I understand how to use and apply them, but I have a problem with the operations themselves, but couldn't really express myself. After a lot of thought, the exact point where there was a disconnect came into view.
Should multiplication be commutative?
Granted it is for positive numbers like when the Peano axioms were written, but it was taken as a given for negative as well. It seems to me that it was forced commutative, because that's the way it had been and it worked. Fortunately, how we do it works, but unfortunately, it does change the outcome slightly.
EDIT: the negative are represented by "`" in this example
Say we already had real numbers, but had never touched on negatives. If we had thought of them as opposite of positives, this is what we could have ended up with:
Code:
`3*`2 =`6
3* 2 = 6
3*`2 = ?
`3* 2 = ?
The problem was with the cross over of negative and positive. There are many solutions that could come from this, but the one we ended up with changed what I see as the natural outcome of multiplication.
Code:
`3*`2 = 6
3* 2 = 6
3*`2 =`6
`3* 2 =`6
It seems to work fine because it's commutative just like the axioms that were written when negative numbers weren't even being used. I currently disagree with this outcome.
If you look at where the multiplication was going you could make rules for when it crosses zero:
Code:
3* 2 = 6
3* 1 = 3
3* 0 = 0
So the next natural step (IMO):
Code:
3*`1 =`3
3*`2 =`6
And for negative:
Code:
`3*`2 =`6
`3*`1 =`3
`3* 0 = 0
`3* 1 = 3
`3* 2 = 6
It's more complex in many ways (commutative doesn't work across the board, distributive is different, and probably associative is different also), but to me it seems cleaner (for lack of a better word).
It would change many things, and no one will probably ever accept it. However, does this make sense to anyone else?FYI: the proofs I see online won't do for this, because they assume distributive property as well which is closely related (I think derived from this property actually). For instance:
Philo on yahoo answers said:let's try a proof:
-1 + 1 = 0 ...... additive inverse
(-1)[-1 + 1] = 0(-1) ... multiplication property of equality
(-1)(-1) + 1(-1) = 0(-1) . distributive property
(-1)(-1) + 1(-1) = 0 ... multiplication property of 0
(-1)(-1) + -1 = 0 ... mult. identity
(-1)(-1) + -1 + 1 = 0 + 1 addition property of equality
(-1)(-1) + -1 + 1 = 1 ... additive identity
(-1)(-1) + 0 = 1 ... additive inverse
(-1)(-1) = 1 ..... additive identity
But that breaks on this line (for this way of thinking): "(-1)(-1) + 1(-1) = 0(-1) . distributive property".
Because that already doesn't equal 0*`1 with the argument given. According to what is said above (`1)(`1) + 1(`1) would equal `1 + `1 = `2.
fopc on physicsforums says said:1. (-y) + y = 0
2. (-x)*((-y) + y)) = (-x)*0
3. (-x)*(-y) + (-x)*y = 0
4. (-x)*(-y) + (-x)*y + x*y = 0 + x*y
5. (-x)*(-y) + (-(x*y)) + x*y = x*y
6. (-x)*(-y) + 0 = x*y
7. (-x)*(-y) = x*y
but that would break down at (-x)*(-y) + (-(x*y)) + x*y = x*y because (`x)*y with what is said above would probably be -(x*`y)
EDIT: `x*y when removing the negative would probably be closer to `x*y=`x*-`y=-(`x*`y)
Anonymous at mathematicslearning.blogspot.com said said:Here is mathematical proof that the sum of two negative numbers is positive.
Assume that the real numbers (or integers) from a ring with 1. This means that there are two associative binary, associative, operations + and *, there exists an additive identity 0, and a multiplicative identity 1, and that every number x has a unique additive inverse -x.
Given a number x, -x is the unique number such that x + -x = 0. This equation also shows that x is the additive inverse of -x, so x = -(-x).
Now let a and b be positive numbers. Then by distributivity,
(-a)(-b) + a(-b) = (-a + a)(-b) = 0 * b = 0.
Hence (-a)(-b) = -(a(-b)) = -(-ab) = (-(-a))b = ab.
Since a and b are positive, ab is positive. So (-a)(-b) is positive.
This breaks at (-a)(-b) + a(-b) = (-a + a)(-b) = 0 * b = 0, because you can't pull out the "-b" like that. The distributive property is different. The same with distributing the negative in the "hence".... This is why I said things are more complex, because if you think it makes sense, then a lot of the other properties can't be assumed off the bat either.
Another way it's been brought up is `1+`1 can mean a debt added by one debt, but `1*2 is a debt multiplied by 2. The problem I have with this, is that it's multiplied by what? The surplus? If you use this argument and just say it's multiplied by the quantity, then why isn't that a debt quantity or basically saying `1*`2 means a debt times 2 of debt? This might sound odd if you look at it from the debt side, but if you were, it would be 1 surplus times 2 of surplus. From the surplus side it's 1 debt times 2 of debt. The opposite multiplying a debt by a surplus or multiplying a surplus by a debt would have to be defined and explained why it would be that way, wouldn't it?
Am I sounding too much like a loon with this line of thinking?
Last edited: