If $t:V \to W$ is a linear transformation from vector space V to W and A is a subset of V then it seems that if $t(A)$ is linearly independent in W then A is linearly independent in V. See for example linear independent vector spaces with homomorphism.
So what happens if $t$ is not an injection from A to T(A) ?
According to the axiom of extension the set $T(A)$ will only contain one "copy" of each element, so my first thought that if $T(a_1) = T(a_2)$ then $T(A)$ can't be linearly independent doesn't seem to be correct.
So, my second thought is that the whole pre-image of A must be linearly independent: is this correct ?
Extended 4 June 2015:
Firstly, to confirm the rules:
- A linearly dependent $\implies$ $T(A)$ is linearly dependent (easily proved using the linearity of $T$ on a linearly dependent set and that $T(0) = 0$).
- $T(A)$ is linearly dependent $\not\implies$ A linearly dependent (unless an isomorphism).
- $T(A)$ is linearly independent $\implies$ A linearly independent (converse of (1)).
- A linearly independent $\not\implies$ $T(A)$ is linearly independent (unless an isomorphism).
To illustrate (2) and (4), consider the zero transform, where any linearly independent A is mapped to the linearly dependent {0}.
Now consider the example that for $A = \{ a_1, a_2 \}$ with $0 \ne a_1 \ne a_2 \ne 0$ and $T(a_1) = T(a_2) = b\ne 0$. It seems that in fact the pre-image must be linearly independent....
If the image is considered as a unordered tuple and is then viewed to be linearly dependent, then by the rules there is no restriction on $A$ and it could either be linearly dependent or independent.
So suppose that $A$ is linearly dependent. There are only two non-zero vectors in $A$ so linear dependence requires that one is a linear multiple of the other, say $a_1 = \alpha a_2$, where $\alpha \ne 1$ (since $a_1 \ne a_2$)
But now we have that $T(a_1) = T(a_2) = b = T(\alpha a_2) = T(a_2)\ne 0$. So that by linearity $\alpha T( a_2) = T(a_2)\ne 0$ with $\alpha \ne 1$ and $T(a_2) \ne 0$ which is clearly not possible.
Therefore $A$ must be linearly independent.
According to the rules $A$ being linearly independent is compatible with either view on $T(A)$, either that $T(A) = \{b\}$ according to the axiom of extension and is linearly independent, or that $T(A) = \{b, b\}$ an unordered tuple and is linearly dependent.
Understanding (hopefully), 4 June
Rules (1) and (3) are not true for SETS as demonstrated in the answer here from https://math.stackexchange.com/users/81360/omnomnomnom, and also Linear independency before and after Linear Transformation. This casts doubt on the validity (or at least terminology) of statements in linear independent vector spaces with homomorphism.
Rules (1) and (3) are true for lists (= multi-sets = unordered tuples) which allow for elements to be duplicated. If a list is linearly independent then clearly it contains no duplicates and is equivalent to a corresponding set, but if a list with duplicates is considered as a set then by axiom of extension the duplicates are removed. So...
Rule (1): A is a linearly dependent list $\implies$ $T(A)$ is a linearly dependent list (easily proved using the linearity of $T$ on a linearly dependent list and that $T(0) = 0$).
Rule (3): $T(A)$ is linearly independent list $\implies$ A linearly independent (converse of (1)). But note that this doesn't work if we just pick a set in W and look for its pre-image in V: we have to form the list $T(A)$ as the "list image" of A.
I think that these difficulties with lists and sets can be resolved by re-expressing things in standard set theory:
- For a set $A \subset V$ and linear transformation $T: V \to W$ then $T(A)$ in basic set theory is a subset of $V \times W$, i.e $T(A) = \{(a, T(a)): a \in V\}$.
- Now define linear dependence of $T(A)$ if for a finite subset of $T(A)$ there is a non-trivial linear combination of $T(a) = 0$.
- With this revised definition, then rules (1) to (4) regain their often assumed truth without need to step outside set theory into lists etc.
(Any further feedback would be appreciated).