List the ordered pairs in the relation $R$ from $A = \{0,1,2,3,4\}$ to $B = \{0,1,2,3\}$, where $(a,b) ∈ R$ if and only if
d) $a|b$.
The solution manual's answer is
$\{ (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 2), (3, 0), (3, 3), (4, O)\}$.
Why $(1,4)$ is not in the $R$?
Because $4\notin B$ (so $(1,4)\notin A\times B$). My question would be why isn't $(0,0)\in R$?