Why is the matrix representation of a linear map unique?

  • Context: Graduate 
  • Thread starter Thread starter Bipolarity
  • Start date Start date
  • Tags Tags
    Linear Uniqueness
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Bipolarity
Messages
773
Reaction score
2
Friedberg proves the following theorem:
Let V and W be vector spaces over a common field F, and suppose that V is finite-dimensional with a basis [itex]\{ x_{1}...x_{n} \}.[/itex] For any vectors [itex]y_{1}...y_{n}[/itex] in W, there exists exactly one linear transformation [itex]T: V → W[/itex] such that [itex]T(x_{i}) = y_{i}[/itex] for i = 1,...,n.

He uses this theorem to assert the following:
Suppose that V and W are finite-dimensional vector spaces with ordered bases [itex]= \{ x_{1}...x_{n} \}[/itex] and [itex]= \{ y_{1}...y_{m} \}[/itex], respectively. Let [itex]T: V →W[/itex] be a linear map. Then there exist scalars [itex]a_{ij} \in F \mbox{ (i = 1,..., m and j = 1,...,n) }[/itex] such that

[tex]T(x_{j}) = \sum^{m}_{i=1}a_{ij}y_{i} \mbox{ for } 1 \leq j \leq n[/tex]

He doesn't really prove the assertion he makes regarding the matrix representation, and it is not obvious to me. Obviously the first theorem (regarding the action of linear maps upon bases) is necessary to show that the matrix representation exists and is the unique linear map satisfying the action of the linear map upon bases. The problem is that in the first theorem, he uses n vectors from W. In the second theorem, the basis he uses for W has m vectors which may or may not be equal to n. If it is not equal to n, why is he allowed to use the theorem?

I apologize if I'm not clear enough. Please let me know which part is not clear and I will clarify further.

BiP
 
Last edited:
Physics news on Phys.org
The assertion doesn't really have anything to do with the theorem you mention. All you need in the assertion is the fact that ##(y_1,...,y_m)## form a basis. By definition of a basis, we know that for any ##y\in W##, there exists ##\alpha_1,...,\alpha_m\in F## such that

[tex]y = \sum_{i=1}^m \alpha_i y_i[/tex]

This is all you're using. Indeed, just apply this observation to ##y = T(x_j)##.

So simply the existence of the ##\alpha_{ij}## doesn't need the theorem you mention. However, the converse (that the ##\alpha_{ij}## determine some linear map) does need the theorem.