Rules for Addition
Learning objectives
- Apply the commutative and associative laws of addition
- Add positive and negative integers
- Simplify expressions using addition properties
Addition needs structure, not memorisation. The four rules below — commutativity, associativity, identity, inverse — are the entire grammar of integer addition. Every "trick" you ever learned for adding signed numbers is just one of these four rules in disguise, applied step by step.
The four laws, said plainly
Commutative. Order does not matter: . Walking 3 steps east then 5 east lands you in the same place as 5 east then 3 east.
Associative. Grouping does not matter: . You can pair off whichever two are easiest first.
Identity. Adding zero changes nothing: . Zero is the "do-nothing" identity element of addition.
Inverse. Every integer has a partner that cancels it out: . This is what makes subtraction possible in .
The number line is the proof picture
Think of addition as walking on the number line. A positive integer is a step to the right; a negative integer is a step to the left. The marker in the widget below lets you see this directly — place on the line and read off where or lands.
(Set a = 3 in the widget, then mentally add . You should land at . Now use the line to find .)
Same sign vs different sign — one rule, two cases
For integers with the same sign, add the absolute values and keep the common sign: . Geometrically, you are walking the same direction twice, so distances add.
For integers with different signs, the two walks partially cancel. Subtract the smaller absolute value from the larger and keep the sign of whichever was bigger: .
Subtraction is addition in disguise. Because every integer has an additive inverse, is just . There is really only one operation here.
Try it
- Place in the widget. Predict where lands before checking.
- Use the associative law to compute in your head. Pair inverses first.
- Rewrite as an addition, then evaluate.
- Is there an integer with ? Why?
Pause: which of the four laws would you need if you were proving that for all integers? List them before scrolling on.
Try it in code
A trap to watch for
Many beginners read the symbol as "negative a" and assume it is automatically a negative number. It is not. The symbol means "the additive inverse of ." If , then , which is positive. The minus sign in is an operator ("flip the sign of "), not a label that says "this is negative." The fix: read out loud as "the opposite of " until the reflex sticks.
What you now know
You can carry out any integer addition by combining the four laws — commute to reorder, associate to regroup, use the identity to ignore zeros, use the inverse to convert subtraction. The same four laws will reappear in the next section for multiplication, plus one new partner: the distributive law that ties multiplication and addition together.
Quick check
References
- Lang, S. (1971). Basic Mathematics. Springer. Chapter 1, §2 — the canonical commutativity/associativity/identity/inverse exposition for integer addition.
- Stewart, I. and Tall, D. (2015). The Foundations of Mathematics, 2nd ed. Oxford. Chapter 4 — the four laws presented as the definition of an abelian group, with the integers as the prototype example.
- Niven, I., Zuckerman, H., and Montgomery, H. (1991). An Introduction to the Theory of Numbers, 5th ed. Wiley. Chapter 1 — integer addition treated rigorously from the Peano axioms.