I'm studying Linear Algebra and I'm having trouble demonstrating that a function is a isomorphism, that is:
"Given the linear transform $T: V \rightarrow W$, $T$ is a isomorphism if and only if it is both injective and surjective."
The function that I'm analyzing is $T(x, y, z) = (x-2y, z, x+y)$. I think it manged to show that the function is injective as the following demonstration:
If $T$ is injective, then $f(x) = f(y) \implies (x) = (y)$. Therefore:
$$T(x, y, z) = x(1, 0,1) + y(-2, 0, 1) + z(0,1,0) = a(1,0,1) + b(-2, 0, 1) + c(0,1,0) = T(a, b, c)$$
But I'm having trouble showing that said function is surjective. If I'm not wrong a surjective function is one that: Given the domain $X$ and co-domain $Y$, $\forall y \in Y, \exists x \in X $ such as $f(x) = y $
You proof of injectivity isn't clear (at least to me).
You assume that $T(x,y,x) = T(a,b,c)$. This implies $$ (x - 2y, z, x+y) = (a - 2b, c, a + b). $$ Then it is clear that $z = c$. Now you just have to show that $$ x - 2y = a-2b \\ x+y = a+b $$ implies that $x = a$ and $y = b$.
If $T$ is a map from $\mathbb{R}^3$ to $\mathbb{R}^3$ and it is injective, then it is automatically surjective. This is because the image of a surjective map has dimension equal to the domain.
If you are not happy with saying this, you can, of course, show surjectivity by saying that given $(a,b,c) \in \mathbb{R}^3$ the system of equations $$\begin{align} x - 2y &= a \\ z &= b \\ x + y &= c \end{align} $$ has a solution. That is, you show that given $(a,b,c)$ there is $(x,y,z)$ such that $T(x,y,z) = (a,b,c)$.