Question Concerning a General Method to Show that a Relation is Not a Function

43 Views Asked by At

When showing that a relation is not a function, is there an efficient method for finding particular preimages that are mapped to more than one image, rather than attempting to find particular preimages through guesswork or quasi-exhaustion? For instance, say we have tried 100,000 preimages that seem to map uniquely to various images by some relation, but then it turns out that on our 200,101th preimage, we have shown that the relation is not a function. Is there a general method that would enable us to show that the relation is not a function through a sequence of arguments, rather than computationally searching for such a conclusion?

Please don't say that it depends on the relation. I understand that the method of showing that a relation is not a function can be easily done in, for example, the instance where $f:\mathbb{Z} \rightarrow \mathbb{Z}$ by $f(x)=\frac{1}{x-1}$ where it is clear that $x\neq 1$ and, therefore, $f$ is not a function.

Perhaps this sort of relation may help show my point. Suppose that we have a relation $f:\mathbb{Q^*} \rightarrow \mathbb{Q}$ by $f(\frac{a}{b}) = \frac{\max{(a,b)}}{\min{(a,b)}}$.

Iterating through some particular preimages, it appears that f is a function. But is there a way in showing that there, in fact, a preimage that is mapped to more than one preimage?