2022-04-23 13:26:53 +01:00
|
|
|
---
|
2022-09-06 13:26:44 +01:00
|
|
|
categories:
|
2022-04-23 13:26:53 +01:00
|
|
|
- Mathematics
|
2022-09-06 13:26:44 +01:00
|
|
|
tags:
|
|
|
|
- prealgebra
|
2022-04-23 13:26:53 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
# The set of whole numbers
|
|
|
|
|
|
|
|
We recall the set of whole numbers:
|
|
|
|
|
|
|
|
$$ \mathbb{W} = {0, 1, 2, 3, ...} $$
|
|
|
|
|
|
|
|
# The properties of $\mathbb{W}$
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
> In mathematics, a **property** is any characteristic that applies to a given
|
|
|
|
> set.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
## The commutative property
|
|
|
|
|
|
|
|
### Addition
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
When **adding** whole numbers, the placement of the addends does not affect the
|
|
|
|
sum.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
Let **a**, **b** represent whole numbers, then:
|
|
|
|
|
|
|
|
$$ a + b = b + a $$
|
|
|
|
|
|
|
|
### Multiplication
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
When **multiplying** whole numbers the placement of the
|
|
|
|
[multiplicands](https://www.notion.so/Symbols-and-formal-conventions-80aeaf1872f94a0d97a2e8d07e3855bd)
|
|
|
|
does not affect the
|
|
|
|
[product](https://www.notion.so/Symbols-and-formal-conventions-80aeaf1872f94a0d97a2e8d07e3855bd).
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
Let **a, b** represent whole numbers, then:
|
|
|
|
|
|
|
|
$$ a \cdot b = b \cdot a $$
|
|
|
|
|
|
|
|
### Subtraction
|
|
|
|
|
|
|
|
**Subtraction** is not commutative, viz:
|
|
|
|
|
|
|
|
$$ a - b \neq b - a $$
|
|
|
|
|
|
|
|
### Division
|
|
|
|
|
|
|
|
Division is not commutative, viz:
|
|
|
|
|
|
|
|
$$ a \div b \neq b \div a $$
|
|
|
|
|
|
|
|
## The associative property
|
|
|
|
|
|
|
|
### Addition
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
When grouping symbols (parentheses, brackets, braces) are used with addition,
|
|
|
|
the particular placement of the grouping symbols relative to each of the addends
|
|
|
|
does not change the sum.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
Let **a**, **b, c** represent whole numbers, then:
|
|
|
|
|
|
|
|
$$ (a + b) + c = a + (b + c) $$
|
|
|
|
|
|
|
|
### Multiplication
|
|
|
|
|
|
|
|
Let **a, b, c** represent whole numbers, then:
|
|
|
|
|
|
|
|
$$ a \cdot (b \cdot c) = (a \cdot b) \cdot c $$
|
|
|
|
|
|
|
|
### Subtraction
|
|
|
|
|
|
|
|
Subtraction is not associative, viz:
|
|
|
|
|
|
|
|
$$ (a - b) - c \neq a - (b - c) $$
|
|
|
|
|
|
|
|
### Division
|
|
|
|
|
|
|
|
Division is not associative
|
|
|
|
|
|
|
|
$$ (a \div b) \div c \neq a \div (b \div c) $$
|
|
|
|
|
|
|
|
## The property of additive identity
|
|
|
|
|
|
|
|
If **a** is any whole number, then:
|
|
|
|
|
|
|
|
$$ a + 0 = a $$
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
We therefore call zero the additive identity: whenever we add zero to a whole
|
|
|
|
number, the sum is equal to the whole number itself.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
## The property of multiplicative identity
|
|
|
|
|
|
|
|
If **a** is any whole number, then:
|
|
|
|
|
|
|
|
$$ (a \cdot 1 = a) = (1 \cdot a = a) $$
|
|
|
|
|
|
|
|
## Multiplication by zero
|
|
|
|
|
|
|
|
If **a** is any whole number, then:
|
|
|
|
|
|
|
|
$$ (a \cdot 0 = 0) = (0 \cdot a = 0) $$
|
|
|
|
|
|
|
|
## Division by zero
|
|
|
|
|
|
|
|
Division by zero is **undefined** but zero divided is zero.
|