I'm working on this basic discrete math question and struggling to understand the notation,
We have a relation $R$ on $Z^+$ defined as follows:
$mRn$ if and only if $m|n$
Explain why the relation R is not a function
Let $A$ and $B$ be nonempty sets. Then by definition, a relation $f$ from $A$ to $B$ is a "function" if each element $a\in A$ is related by $f$ to one and only one element of $b$.
Now the question provides the relation $m|n$, which provides us the information "$m$ divides $n$ if $n=km$ for some integer $k$".
How exactly do we related this simple statement to not being a function? I seems that this would be a function as $n=km$ for some integer $k$ appears to have one and only out output for each input.