A. Defining the Set of Integers ($\mathbb{Z}$):
The set of integers consists of positive natural numbers, zero, and negative natural numbers:
$$\mathbb{Z} = \{\dots, -4, -3, -2, -1, 0, +1, +2, +3, +4, \dots\}$$- Positive Integers: $\mathbb{Z}^+ = \{1, 2, 3, 4, \dots\}$ (lie to the right of 0 on the number line).
- Negative Integers: $\mathbb{Z}^- = \{-1, -2, -3, -4, \dots\}$ (lie to the left of 0 on the number line).
- Zero ($0$): An integer that is neither positive nor negative. It acts as the neutral origin.
B. Absolute Value (Modulus) of an Integer:
The Absolute Value of an integer $x$, denoted by $|x|$, represents the pure geometrical distance of $x$ from the origin $0$ on the number line, regardless of direction:
$$|x| = \begin{cases} x, & \text{if } x \ge 0 \\ -x, & \text{if } x < 0 \end{cases}$$Examples: $|+7| = 7$; $|-15| = -(-15) = 15$; $|0| = 0$. The absolute value of any integer is always non-negative ($|x| \ge 0$).