iamalexalright
- 157
- 0
Homework Statement
Let t \in L(V,W). Prove that t is an isomorphism iff it carries a basis for V to a basis for W.
Homework Equations
L(V,W) is the set of all linear transformations from V to W
The Attempt at a Solution
So I figured I would assume I have a transformation from a basis for V to a basis for W and prove that it is bijective (and hence isomorphic).
So let B_{v} = \{v_{i} | i \in I\} be a basis for V and
B_{w} = \{w_{j} | j \in J\} be a basis for W
So t is surjective if im(t) = W so...
im(t) = \{tv_{i} | v_{i} \in B_{v}\} =
\{w_{j} | w_{j} \in B_{w}\}
Since B_w spans W can I simply say then that, given above, the next line would be:
= W
so im(t) = W
Now to prove it is injective I need to show that ker(t) = {0}
tv_{i} = tv_{j} implies
t(v_{i} - v_{j}) = 0 implies
v_{i} - v_{j} \in ker(t)
If ker(t) = {0} then implies v_i = v_j but this doesn't seem like a formal way to prove this... any help?