Is subtraction an operation on Z?

  • Context: Undergrad 
  • Thread starter Thread starter opus
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around whether subtraction can be considered an operation on the set of integers (Z). Participants explore the criteria that define an operation, specifically focusing on the definitions and properties of subtraction in relation to addition, and whether these criteria are satisfied within the context of integers.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • Some participants assert that subtraction can be defined as an operation on integers, but question whether it meets the criteria of being well-defined, uniquely defined, and closed within the set.
  • There is a proposal that subtraction is essentially an abbreviation for addition involving an additive inverse, which raises questions about its status as a standalone operation.
  • One participant suggests that all three criteria for an operation have been met, while another counters that subtraction is not typically considered an operation in the same sense as addition.
  • Some participants discuss the implications of defining subtraction in terms of addition and the properties of commutativity and associativity, noting that these properties do not apply to subtraction as a standalone operation.
  • There is a suggestion that subtraction can be defined in various ways, including as a function from ordered pairs of integers to integers, which could satisfy the operational criteria.

Areas of Agreement / Disagreement

Participants express differing views on whether subtraction qualifies as an operation on integers. While some argue that it meets the necessary criteria, others maintain that it is fundamentally an abbreviation for addition and does not function as a standalone operation in the same way.

Contextual Notes

Participants highlight the importance of definitions and axioms in determining whether subtraction can be classified as an operation. There is also mention of the potential distraction of delving into the full theory of addition and subtraction, suggesting that the focus should remain on the properties required for an operation.

opus
Gold Member
Messages
717
Reaction score
131
An operation * on A is a rule which assigns to each ordered pair (a,b) of elements of A exactly one element a*b in A.
There are 3 criterias that need to be met:
1) a*b is defined for every ordered pair (a,b) of elements of A.
2) a*b must be uniquely defined (unambiguous).
3) If a and b are in A, a*b must be in A.

Trying to figure out if subtraction meets these criterias on the integers. I know that we define subtraction in terms of addition, but I'm trying to go at this from scratch.

Now I have a couple questions that I'm unsure of.
For criteria 1: a*b needs to be defined for every (a,b) in A. But defined in terms of what? Axioms? If so, what axioms?
For criteria 2: I am not sure how to determine if this is uniquely defined. I know that a-b is unambiguous, in the sense of our daily use of it. But I'm not sure if I should be thinking about it that way.
 
Physics news on Phys.org
opus said:
An operation * on A is a rule which assigns to each ordered pair (a,b) of elements of A exactly one element a*b in A.
There are 3 criterias that need to be met:
1) a*b is defined for every ordered pair (a,b) of elements of A.
2) a*b must be uniquely defined (unambiguous).
3) If a and b are in A, a*b must be in A.

Trying to figure out if subtraction meets these criterias on the integers. I know that we define subtraction in terms of addition, but I'm trying to go at this from scratch.
Indeed. Subtraction doesn't exist, because ##a-b = a+ (-b)## is usually only an abbreviation.
Now I have a couple questions that I'm unsure of.
For criteria 1: a*b needs to be defined for every (a,b) in A. But defined in terms of what? Axioms? If so, what axioms?
##\forall\,a\in A \,\,\forall\,b\in A \,\,\exists \,a-b##
For criteria 2: I am not sure how to determine if this is uniquely defined. I know that a-b is unambiguous, in the sense of our daily use of it. But I'm not sure if I should be thinking about it that way.
##c\in A \, : \,c=a-b \,\wedge \,d\in A \, : \,d=a-b \Longrightarrow c=d##
 
  • Like
Likes   Reactions: opus
fresh_42 said:
∀a∈A∀b∈A∃a−b
Ok I can see how this is true.

fresh_42 said:
c∈A:c=a−b∧d∈A:d=a−b⟹c=d
So here I believe you are saying that if c and d are in the set A, and if c=a-b and d=a-b, then c=d and therefore a-b is unique?
Also, this would clearly be a closed operation.

But then it seems like all 3 criteria have been met and subtraction would be an operation? Of course there's the commutativity issue, but those arent considered in the criteria for an operation.
 
opus said:
But then it seems like all 3 criteria have been met and subtraction would be an operation? Of course there's the commutativity issue, but those arent considered in the criteria for an operation.
Of course it is an operation. Just not what is usually meant by subtraction as the addition of an inverse element.
 
  • Like
Likes   Reactions: opus
Ahh ok I see. Thank you
 
Basically, ##\mathbb Z ## is a ring, which means it is a group under addition ( implying that addition of any two terms is defined), meaning that every element r has an additive inverse (-r). So ##a+(-b) ## is just addition of a with the additive inverse of b, (-b), so ##a+(-b) ## is just addition, which is well-defined. Just to repeat what Fresh said since this helps nit sink in. Subtraction is addition by/with the additive inverse, which is guaranteed to exist in a ring, since the ring is a group under addition; every element in a group has an inverse.
 
Last edited:
  • Like
Likes   Reactions: opus
Thank you kindly. Just getting used to the abstractness of the subject so sometimes it helps to have it spelt out for me.:DD
 
  • Like
Likes   Reactions: WWGD
opus said:
Thank you kindly. Just getting used to the abstractness of the subject so sometimes it helps to have it spelt out for me.:DD
You defined ##-## as an operation on ##\mathbb{Z}##. This can be done, but it is neither commutative nor associative.

The usual subtraction is an abbreviation for adding the inverse, and as such it is commutative and associative:
##a-b= a+(-b)=(-b)+a## and ##(a-b)-c = (a+(-b))-c = (a+(-b))+(-c)=a+((-b)+(-c))=a+(-b-c)##.

In this sense, it makes an important difference, whether we define subtraction as stand alone operation, or as the abbreviation we usually associate it with.
 
  • Like
Likes   Reactions: jim mcnamara and opus
Understood. Thank you!
 
  • #10
opus said:
An operation * on A is a rule which assigns to each ordered pair (a,b) of elements of A exactly one element a*b in A.
There are 3 criterias that need to be met:
1) a*b is defined for every ordered pair (a,b) of elements of A.
2) a*b must be uniquely defined (unambiguous).
3) If a and b are in A, a*b must be in A.

What you have there is the definition of a function from A \times A to A. And that's all an operation on A is: a function from A \times A to A which is written with infix notation (a \cdot b) rather than normal function notation (f(a,b)).
 
  • #11
opus said:
Now I have a couple questions that I'm unsure of.
For criteria 1: a*b needs to be defined for every (a,b) in A. But defined in terms of what? Axioms? If so, what axioms?
Defined any way you want to define it. Suppose you define the operation '-' as the third member of a set of ordered triples, (a, b, a-b). Then that is defined for all integers a and b. That is enough.
For criteria 2: I am not sure how to determine if this is uniquely defined. I know that a-b is unambiguous, in the sense of our daily use of it. But I'm not sure if I should be thinking about it that way.
For any two integers, a and b, the calculation a-b is uniquely defined. That is enough.

You could build up the entire theory of addition and subtraction of integers, but I do not think that would be required here and it would be a distraction. The point is to specify the properties that one would want before '*' is called an operation. In the case of subtraction of integers, the fact that it is an operation on the integers is easy to see.
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 26 ·
Replies
26
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 35 ·
2
Replies
35
Views
5K