Is the following relation a function? If not, why?
{(1, 1), (1, 1), (2, 3)}
Answer
This is a function. Remember, in sets we only need to list each element once. So
{(1, 1), (1, 1), (2, 3)} = {(1, 1), (2, 3)}
which is a function.