[Math] One to one, onto and invertible functions

functions

So I'm trying to see if this makes sense.

A function $f:\Bbb R^2 \rightarrow \Bbb R^2$ is said to be invertible if the determinant is different than zero. If it is invertible then it is one-to-one and also onto.

Does this apply for a function $f:\Bbb Z^2 \rightarrow \Bbb Z^2$. Something tells me that this is not a general rule for integers and natural numbers.

Best Answer

The first claim is true only for linear maps, not for functions in general.

A linear functions $f :\Bbb Z^2 \rightarrow \Bbb Z^2$ is invertible if and only if $\det(A_f)=\pm 1$. In general, you need the determinant to be an unit in that ring.

And a function (not necessarily linear) is invertible if and only if it is one-to-one and onto.

Related Question