1

I know that a reversible function is a function that is onto and injective, how can I prove that?

Bernard
  • 175,478

2 Answers2

1

Solve $$ 2x+3y=a, 3x+2y=b$$ for $x$ and $y$ in terms of $a$ and $b$

You get $$ x=\frac {3b-2a}{5}, y=\frac {3a-2b}{5}$$

Thus for every pair $(a,b)$ of rational numbers you have $$g(\frac {3b-2a}{5},\frac {3a-2b}{5})=(a,b)$$

Thus we have $$g^{-1} (a,b) = (\frac {3b-2a}{5},\frac {3a-2b}{5})$$

That is the function $g$ is reversible.

0

Hint:

This function is linear so just check if $G$ takes only zero vector to zero vector, i.e. $\ker (G)=\{0\}$

nonuser
  • 90,026