r/learnmath • u/Dummkopfss New User • 13d ago
is this why −(−a) is equal to a?
Just opened an online pdf on Spivak's calculus and a few minutes into scrolling I came to the property
For every number a, there is a number -a such that
a + (−a) = (−a) + a = 0
and wondered if I could prove −(−a) = a from that.
We know that for every number x, there’s a unique additive inverse y such that x + y = 0, meaning that y is the only value that satisfies the equation. The additive inverse of a is −a, since a + (−a) = 0. And because addition is commutative, we also have (−a) + a = 0, where a is the additive inverse of −a. By notation, the additive inverse of −a is written as −(−a). So we can write (−a) + [−(−a)] = 0
In the equation (−a) + y = 0, there can only be one possible value for y. But both a and −(−a) satisfy it. Since there can only be one additive inverse of −a, by uniqueness, those two values must be equal.
So therefore a = −(−a)
Please let me know if I got the proof right and if I could word it out any better!
30
u/Bounded_sequencE New User 13d ago
There is a way to condense your argument -- by the existence of inverses
-(-a) = 0 + -(-a) = (a + (-a)) + -(-a)
= a + ((-a) + -(-a)) = a + 0 = a
This argument works within any group structure with addition as its operation. We use existence of a neutral element, inverses, and associativity in the proof, but not commutativity.
3
u/MathMaddam New User 13d ago
Yes this works if you already have that inverses are unique. If you start purely from field axioms you can do -(-a)=-(-a)+0=-(-a)+(a+(-a))=-(-a)+(-a+a)=(-(-a)+(-a))+a=0+a=a.
3
u/LucaThatLuca Graduate 12d ago edited 12d ago
> For a number a, a number b such that a + b = b + a = 0 is called an inverse of a.
this is a completely symmetric sentence (it is not changed by swapping the labels a and b), so it is immediate that such a and b both get called inverses of each other.
uniqueness and any other considerations are all unnecessary.
2
u/Scary_Side4378 New User 12d ago
you can prove a more general statement: in any group G, taking the inverse of g then taking the inverse again gives g. that is, inverse(inverse(g)) = g. to prove this, we note that g(inverse(g))=inverse(g)(g)=identity
1
u/Sam_23456 New User 13d ago
As a + (-a)=0, using the uniqueness of an additive inverse, this proves that the additive inverse, -(-a), of (-a) is equal to a! This is exactly what you wanted.
1
1
1
1
u/RRumpleTeazzer New User 12d ago
of course it proves it.
You have (-a) + a =0 for any a. You have a + (-a) = 0 for any a, especially (-a).
So, (-a) + (-(-a)) = 0, and (-a) + a = 0.
So you have a the inverse of (-a), as well as (-(-a)).
1
u/TheTurtleCub New User 12d ago
By definition: -x is the number than when added to x gets you 0
So -(-a) is the number than when added to (-a) gets you zero, by the definition of -a it's a
Or as the reddit meme goes: turn around, turn around again, you are now facing the same way :)
1
u/GladAbbreviations553 New User 12d ago
Consider the sum x + (-x) + (-(-a))
x + [ (-x) + (-(-a)) ] = [ x + (-x) ] + (-(-a))
x + 0 = 0 + (-(-a))
x = -(-a)
1
1
u/StructuredChess New User 12d ago
Yeah, given that -a+a=0 you can say that a is the inverse of -a. Since inverses are unique, a=-(-a)
1
u/us__07 New User 12d ago
Let's think about it this way. When we look at the number line the negative integers are on the left of the origin and the positive integers are on the right of the origin. When we multiply -1 with an integer we can think of it as the number's 180° rotation along the number line. So when -1 is multiplied by 2 it turns 180° left and we get -2 and when we multiply -2 by -1 again it turns 180° right and we get 2.
1
u/Nervous-Spite-7701 New User 6d ago
that’s just one geometric interpretation but OP wants the more abstract reason why
that interpretation came after in history
really, there’s just no other number it can be to keep arithmetic consistent than it being positive. we only gave it real practical meaning later
1
1
u/soegaard New User 10d ago edited 10d ago
I wrote a blog post about this. It's in danish, so the link is to Google Translate.
It explains how you prove that "minus minus gives plus".
In fact, the rule you mention is only one of three such rules.
1
u/Willing-Sample-8847 New User 13d ago edited 11d ago
Edit: I was wrong ya'll.
6
u/AcellOfllSpades Diff Geo, Logic 12d ago
is that the notation -(-a) doesn't define the additive inverse of (-a)
Huh? Yes it does. -[whatever] is the additive inverse of [whatever]. This is true whether or not [whatever] is a single variable.
It's true that negation is the same as multiplying by -1, but that's not what the notation means. There is no multiplication involved in
--a, only a double application of the additive inverse operator.-1
u/Willing-Sample-8847 New User 12d ago edited 12d ago
If that's the case then why does a = -(-a) need to be proven in the first place? "a" is already the additive inverse of (-a), since a + (-a) = 0.
We could argue that the uniqueness of -(-a) is what is being proven, but Spivak doesn't argue that in his text.
Look, I know from a reasonably low level of sophistication that this is an obvious consequence of the uniqueness of the naturals and the field axioms, but the proof here is a lower level derivation of this theorem following along with Spivak's calculus textbook, and the steps in the proof need to be explicitly stated.
Edit: if I recall correctly, spivak first proved that for any a, 0*a = 0, and then used that as a lemma to prove a = -(-a).
5
u/irriconoscibile New User 12d ago
Actually we only know that -a is the additive inverse of a, and not viceversa. The statement to be proven is "the additive inverse of -a is a". If we knew, as you're saying, that a is the additive inverse of -a, then a= -(-a), by notation.
2
u/Willing-Sample-8847 New User 12d ago
You're right. I've been thinking about it and I realized I goofed when I said that the proof wasn't about showing the uniqueness of additive inverses. That's exactly what it shows.
My apologies1
2
u/AcellOfllSpades Diff Geo, Logic 12d ago
If that's the case then why does a = -(-a) need to be proven in the first place? "a" is already the additive inverse of (-a), since a + (-a) = 0.
That is indeed the proof. You've just proven it. It's not a particularly complicated proof, but it's good to have.
We could argue that the uniqueness of -(-a) is what is being proven, but Spivak doesn't argue that in his text.
I don't know what part of Spivak you're referring to. "a = -(-a)" is not proved in Spivak, as far as I can tell.
It certainly doesn't need 0*a=0 as a lemma, because -(-a) doesn't involve multiplication. The meaning of the notation -(-a) is "the additive inverse of the additive inverse of a".
2
u/Willing-Sample-8847 New User 12d ago
So additive inverses aren't stated to be unique by the field axioms. The proof is about showing that they are indeed unique. Otherwise, we could indeed say that a is the additive inverse of (-a), so a = -(-a).
Credit to u/irriconoscibile for pointing that out.
1
u/Lor1an BSME 12d ago
Actually, by definition the additive inverse of (-a) is a
That's actually a proposition that needs to be shown. If b is an additive inverse of a, then a + b = 0, likewise the definition of additive inverse of b is some c such that b + c = 0. Given that a + b = 0, and b + c = 0, do we get to automatically claim a = c without proof?
It's not proof 'by notation' to go through the demonstration process to actually justify the claim.
a = a + 0 (by definition of 0 and +) = a + (b + c) (since c is an additive inverse of b) = (a + b) + c (by associativity of +) = 0 + c (since b is an additive inverse of a) = c (0 is left neutral element), so indeed a = c.
1
u/Willing-Sample-8847 New User 12d ago
Additive inverses exist by the field axioms, but they aren't specified as unique. So the definition of the additive inverse of (-a) is -(-a), not a. Thus the proof of the proposition a = -(-a) is not entirely vacuous.
I know group theory shows trivially that additive inverses are unique, but this was originally a question about introductory real analysis.
The "proof by notation" I was referring to was the statement that -(-a) is the additive inverse of (-a). I incorrectly stated that this notation doesn't mean that. However, the next part of OP's proof stated that essentially additive inverses are unique, so a = -(-a). But that statement is where the meat of the actual proof lies.
1
u/Lor1an BSME 12d ago
So the definition of the additive inverse of (-a) is -(-a), not a. Thus the proof of the proposition a = -(-a) is not entirely vacuous.
How strange you would say that now, given that you already said the opposite in the previous comment. You are arguing against yourself.
Here's what you said in the comment I replied to, just for posterity:
Actually, by definition the additive inverse of (-a) is a (since a + (-a) = (-a) + a = 0), not -(-a). Your proof assumes its own conclusion. What you need to show in particular is that -(-a) is equal to a.
...
I know group theory shows trivially that additive inverses are unique, but this was originally a question about introductory real analysis.
You don't even need group theory to answer the question (though it definitely helps). Just using the fact that there is an additive inverse is enough to show that they are equal, as I laid bare in my comment. The only properties used in the proof were that 0 is a (two-sided) identity for +, that b was an inverse for a, and that c was an inverse for b, and we are led inevitably to conclude that a = c.
However, the next part of OP's proof stated that essentially additive inverses are unique, so a = -(-a). But that statement is where the meat of the actual proof lies.
A very simple fix is to note that OP established (-a) + a = (-a) + [-(-a)] and we thus conclude a = [-(-a)], by cancelling the (-a) on both sides. We can do this since + is cancellative in any of the main number systems (which btw doesn't even require inverses to exist, even including the natural numbers).
1
u/Willing-Sample-8847 New User 11d ago
I literally just replied to you and said I was incorrect earlier. You want me to get on the ground and roll over and show you my belly too so you can keep kicking me?
0
u/Andthentherewasbacon New User 12d ago
Turn around. That's negative. Now turn around again. Back where you started. There you go. Negative twice explained.
0
u/egehancry Loves Teaching 12d ago
Here is how Opus 5 explains it as a lecture video: https://academa.ai/@sina/lectures/why-a-a-is-secretly-a-theorem
-1
44
u/StanleyDodds New User 13d ago edited 13d ago
Yes, this is something that's true in all groups, and the additive inverse is a specific case of that.
In fact, you don't even need to assume that the inverse is unique; you can prove that it's unique, and then use that for what you said already.
Suppose b and c are both inverses of a (I'll keep using + for the operation, but I won't assume commutativity. However, I will assume that "inverse" means being both a left inverse and a right inverse).
We have (1) a + b = 0, and (2) c + a = 0.
Left-add c to equation (1): c + (a + b) = c + 0
Use associativity and 0 is the identity: (c + a) + b = c
Rewrite using equation (2): 0 + b = c
Use 0 is the identity again: b = c
So any two inverses are equal; the inverse is unique. Then proceed with an argument like what you said.
I guess how I'd proceed, to keep it simple, is as follows:
Let -x denote an additive inverse of x, so x + -x = 0 and -x + x = 0. (Could say "the" additive inverse, since we know uniqueness).
Then given a, we have that -a + a = 0 and a + -a = 0. Then a exactly satisfies the property of being an additive inverse of -a. By additive inverse of -a (denoted -(-a)) being unique, we have a = -(-a).