Let $f: \mathbb{Z}^2 \to \mathbb{Z}^2$ be defined as $f(m, n) = (m + n, 2m − 5n)$ . Is $f$ a bijection, i.e., one-to-one and onto?
Since my function is mapped on the domain consisting of all integers I was wondering if it is valid to have $m$ and $n$ be two non-integers that form an integer. For example is $f(0,1) = (1/7 + -1/7, 2(1/7) - 5(-1/7))$ valid or do $m$ and $n$ have to be integers even before they are used in the equation?
Thanks!!