Commutative & Associative property of negative numbers

Click For Summary

Discussion Overview

The discussion revolves around the commutative and associative properties of addition and their application to negative numbers, including the implications of subtraction as a binary operation. Participants explore whether these properties hold true in the context of negative integers and the mathematical structures that govern these operations.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant asserts the commutative property of addition holds for integers, providing examples with both positive and negative numbers.
  • Another participant argues that subtraction should not be considered a binary operation in the context of group axioms, suggesting it is a misunderstanding and should be viewed as addition of an additive inverse.
  • A later reply supports the previous point, emphasizing that subtraction can be redefined in terms of addition and that the properties of commutativity and associativity apply regardless of the signs of the numbers involved.
  • Another participant notes that the sign of the numbers does not affect the validity of these properties and mentions that in some mathematical structures, the concepts of positive and negative may not even apply.

Areas of Agreement / Disagreement

Participants express differing views on the nature of subtraction and its relationship to addition. While some agree on the redefinition of subtraction, others question the implications of this understanding, leaving the discussion unresolved regarding the treatment of negative numbers in these properties.

Contextual Notes

There are limitations in the discussion regarding the definitions of operations and the assumptions about mathematical structures, which are not fully explored.

sonadoramante
Messages
19
Reaction score
3
TL;DR
Commutative & Associative property of addition of negative numbers.
Commutative property of addition.

If a & b are integers then,

a+b = b+a
2+3 = 3+2
5.

Does not work for subtraction.
2-3 = -1
3-2= 1

Having said that, what about the special case with negative numbers (when we also move their respective signs)
-5 + 7 = 2 & 7 + (-5) = 2.
15 -7 = 8 & -7 + 15 = 7.

Associative property of addition.

If a, b & c are integers then,

a + (b+c) = (a+b) + c
2 + (3+4) = (2+3) + 4
2+7 = 5+4
9.

I tried 5 scenarios for the above,
a= - b = + c= -
a= + b= - c=+
a=+ b=+ c=-
a=- b=- c=+
a=- b=- c=-

And they all seem to work. It also seems to work for negative numbers in multiplication as well.

Is there a special case for commutativity & associativity for negative numbers?
 
Mathematics news on Phys.org
The only reason it does not work is the wrong understanding of subtraction. On the level of group axioms which you used as language here, subtraction does not exist as binary operation. It is the unary operation of inversion: ##x \longmapsto x^{-1} := -x##. What you call subtraction is actually an addition: ##(x,y)\longmapsto x+ (-y)##. It is commonly written as ##x-y##, but this is only an abbreviation which causes confusion if used as in your question.
 
Last edited:
  • Like
Likes   Reactions: hmmm27 and sonadoramante
fresh_42 said:
The only reason it does not work is the wrong understanding of subtraction. On the level of group axioms which you used as language here, subtraction does not exist as binary operation. It is the unary operation of inversion: ##x \longmapsto x^{-1} := -x##. What you call subtraction is actually an addition: ##(x,y)\longmapsto x+ (-y)##. It is commonly written as ##x-y##, but this is only an abbreviation which causes confusion if used as in your question.
Makes perfect sense! Thanks.
 
Last edited by a moderator:
sonadoramante said:
And they all seem to work. It also seems to work for negative numbers in multiplication as well.
Besides the group axioms that fresh_42 mentioned, there are other mathematical structures such as rings, integral domains, and fields, all of which have two binary operations: addition and multiplication. Subtraction isn't included as one of the operations.

However, we can define ##a - b## as ##a + (-b)##, where ##-b## is the additive inverse of ##b##. Then ##a + (-b) = (-b) + a##, and ##a + (-b + c) = (a + (-b)) + c##, so we have commutivity and associativity
sonadoramante said:
Is there a special case for commutativity & associativity for negative numbers?
The sign of the numbers doesn't enter into things.
 
  • Like
Likes   Reactions: sonadoramante
Mark44 said:
The sign of the numbers doesn't enter into things.
Further, the fact that you happen to put a minus sign in front of something does not make it negative. -(-1) is positive.

In some domains there is not even a notion of "positive" or "negative". For instance, the integers modulo 3 where 2 = -1.
 
  • Like
Likes   Reactions: sonadoramante

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
965