Closure and Sets of Numbers

Sets of Numbers

Number Theory is - not surprisingly - devoted to the study of the properties and patterns of numbers. There are different kinds of numbers, of course: whole numbers, integers, rational and irrational, real and complex, etc... Some of these sets are described in the list below, along with the symbol we normally use to denote them. More often than not, however, if you are doing something with number theory, you will be working with integer values in some form or another.

Closure

We say that a given (binary) operation is closed with respect to some set if, when we apply the operation to any two elements from the set, the result must also be within the set. For example, the sum of two integers is always an integer, so we say integers are closed with respect to addition. The product of two integers is also always an integer, so we can say the integers are also closed with respect to multiplication. However, the quotient of integers need not always be an integer (even though it sometimes is). In this case, we say the integers are not closed with respect to division.

We can write these facts more succinctly with the following symbols

$$\begin{array}{cl} \exists &:& \textrm{there exists ...}\\\\ \exists ! &:& \textrm{there exists a unique ...}\\\\ \forall &:& \textrm{for all ...}\\\\ \in &:& \textrm{is in, or is an element of ...}\\\\ \notin &:& \textrm{ is not in, or is not an element of ...} \end{array}$$

For example, we can say that the integers are closed under multiplication as

$$\forall a, b \in \mathbb{Z}, \quad ab \in \mathbb{Z}$$

while the integers are not closed under division as

$$\exists a, b \in \mathbb{Z} \textrm{ such that } \frac{a}{b} \notin \mathbb{Z}$$