Let $A = \{1,2,3\}$ and $B = \{7,8,9\}$. For the relation between $A$ and $B$ given as a subset of $A \times B = \{(1,9), (1,7), (3,8)\}$, $A\times B$ is not a function because $1$ appears as the first element in more than one ordered pair. This made me think about the following generalized question.
If a relation is not a function, then it is only a subset of $A$ and $B$ denoted as $A\times B$. Then can this subset be one-to-one? Can it be onto?
One-to-One?: Even though $A\times B$ is not a function, I believe it satisfies the requirements of being one-to-one because in $A$, $x_1 = x_2$ only when $x_1 = x_1$.
Onto?: I want to say yes also. The range of $A$ could be the range of $B$. If $A \times B = \{(1,9), (1,8), (3,8)\}$, then does this satisfy the requirement of being onto?
Basically what is piquing my curiosity is if non-function relations can be one-to-one or onto or if being one-to-one and/or onto implies that it must be a function.
I see that $|A\times B|$ should equal 9, but maybe my professor only wanted a subset of the relation?
– Evan Kim Mar 17 '19 at 17:57