Basis of range of linear transformation

Dependencies:

  1. Kernel of linear transformation is subspace of domain
  2. Range of linear transformation is subspace of codomain
  3. Linearly independent set can be expanded into a basis

Let $T: U \mapsto V$ be a linear transformation with kernel $K$ where $U$ has a finite basis of size $n$.

Let $P = \{u_1, u_2, \ldots, u_k\}$ be a basis of $K$. Since $P$ is a linearly independent subset of $U$, it can be expanded to form a basis of $U$ (this also explains why $P$ should be finite). Let $Q = \{u_{k+1}, \ldots, u_n\}$ such that $P \cup Q$ is a basis of $U$.

Then $T(Q)$ is a basis of $T(U)$. Consequently, $\operatorname{dim}(T(U)) = |Q| = n-k$.

Proof

\begin{align} & \sum_{i=k+1}^n a_iT(u_i) = 0 \\ &\Rightarrow T\left(\sum_{i=k+1}^n a_iu_i\right) = 0 \\ &\Rightarrow \sum_{i=k+1}^n a_iu_i \in K \\ &\Rightarrow \sum_{i=k+1}^n a_iu_i = \sum_{i=1}^k (-a_i)u_i \tag{for some $a_1, a_2, \ldots, a_k$} \\ &\Rightarrow \sum_{i=1}^n a_iu_i = 0 \\ &\Rightarrow a_i = 0 \forall i \end{align} Therefore, $T(Q)$ is linearly independent.

\begin{align} u \in U &\Rightarrow u = \sum_{i=1}^n a_iu_i \tag{for some $a_1, a_2, \ldots, a_n$} \\ &\Rightarrow T(u) = T\left(\sum_{i=1}^n a_iu_i \right) \\ &\Rightarrow T(u) = \sum_{i=1}^n a_iT(u_i) \\ &\Rightarrow T(u) = \sum_{i=k+1}^n a_iT(u_i) \\ &\Rightarrow T(u) \in \operatorname{span}(T(Q)) \end{align}

Therefore, $T(Q)$ spans $T(U)$. Therefore, $T(Q)$ is a basis of $T(U)$.

Dependency for: None

Info:

Transitive dependencies:

  1. /linear-algebra/vector-spaces/condition-for-subspace
  2. /linear-algebra/matrices/gauss-jordan-algo
  3. /sets-and-relations/equivalence-relation
  4. Group
  5. Ring
  6. Polynomial
  7. Integral Domain
  8. Comparing coefficients of a polynomial with disjoint variables
  9. Field
  10. Vector Space
  11. Linear independence
  12. Zeros in vector space
  13. Negation in vector space
  14. Span
  15. Incrementing a linearly independent set
  16. Linear transformation
  17. Identity of a group is unique
  18. Subgroup
  19. Inverse of a group element is unique
  20. Conditions for a subset to be a subgroup
  21. Condition for a subset to be a subgroup
  22. Condition for being a subspace
  23. Range of linear transformation is subspace of codomain
  24. Kernel of linear transformation is subspace of domain
  25. Semiring
  26. Matrix
  27. Stacking
  28. System of linear equations
  29. Product of stacked matrices
  30. Matrix multiplication is associative
  31. Reduced Row Echelon Form (RREF)
  32. Matrices over a field form a vector space
  33. Row space
  34. Elementary row operation
  35. Every elementary row operation has a unique inverse
  36. Row equivalence of matrices
  37. Row equivalent matrices have the same row space
  38. RREF is unique
  39. Identity matrix
  40. Inverse of a matrix
  41. Inverse of product
  42. Elementary row operation is matrix pre-multiplication
  43. Row equivalence matrix
  44. Equations with row equivalent matrices have the same solution set
  45. Basis of a vector space
  46. Linearly independent set is not bigger than a span
  47. Homogeneous linear equations with more variables than equations
  48. Rank of a homogenous system of linear equations
  49. Rank of a matrix
  50. Linearly independent set can be expanded into a basis