How would we prove that a function f(x, y) = x - y is not a bijection? The function's domain is all positive integers.
I know that a function that is bijective has a one-to-one correspondence where each element of one set is paired with exactly one element of the other set, but I have no idea how to prove this.
To be one-to-one you need that if $f(x) = f(y)$ then $x=y$.
Consider $f(3,2)$ and $f(5,4)$. You have that $f(3,2) = 3-2 = 1 = 5-4 = f(5,4)$, but $(3,2) \neq (5,4)$ so the function is not one-to-one and therefore not a bijection