[Math] Injective? Surjective? Bijective? None

functions

Is the following diagram representative of an injective, surjective, or bijective function? (or none)

pic

The reason why I'm asking is because by the definitions of injectivity and surjectivity, this seems to be bijective.

We can see that if $f(x)=f(y)$, then $x=y$, so $f$ is injective. Likewise, every element in the image has at least one corresponding element in the domain, so it is surjective. Therefore, it is bijective.

Of course, this seems extremely fishy. Have I misunderstood something or messed up somewhere?

Best Answer

This is not a function, because every function has to associate exactly one element of codomain (right set) to any element of domain (left set). This example doesn't satisfy the requirement, so it cannot be a function.

Related Question