What does a divides b means here in this statement?

1.3k Views Asked by At

Let $A$ be the set $\{ 1, 2, 3, 4\}$. Which ordered pairs are in the relation $R = \{ (a, b) | a\text{ divides }b\}$?

Solution: Because $(a, b)$ is in $R$ if and only if $a$ and $b$ are positive integers not exceeding $4$ such that $a$ divides $b$, we see that

$$R = \{ (1, 1), (1, 2), (1, 3), (1, 4), (2, 2), (2, 4), (3, 3), (4, 4)\} .$$

Does a divides $b$ means $\exists c \in \mathbb{Z} $ such that $c\cdot a = b $? In other words, $b$ is divisible by $a$, in terms of integer?

2

There are 2 best solutions below

0
On

It means elements of range (b) should be divisible by elements of domain (a).

4
On

Yes, it means just that, usual divisibility in the integers or natural numbers, the distinction does not matter in this case.

This is by far the most natural interpretation and matches the explicit description of $R$.