RJLiberator said:
Homework Statement
Prove that if [itex]({A_1, A_2, ..., A_k})[/itex] is a linearly independent subset of M_nxn(F), then [itex](A_1^T,A_2^T,...,A_k^T)[/itex] is also linearly independent.
Homework Equations
The Attempt at a Solution
Have: [itex]a_1A_1^T+a_2A_2^T+...+a_kA_k^T=0[/itex] implies [itex]a_1A_1+a_2A_2+...+a_kA_k=0[/itex]
So [itex]a_1=a_2=a_3=a_n...=0[/itex]
There is a subtlety in the definition of linear independence that escapes many students in linear algebra. Given
any set of vectors ##{v_1, v_2, \dots, v_n}##, the equation ##c_1v_1 + c_2v_2 + \dots + c_nv_n = 0##
always has ##c_1 = c_2 = \dots = c_n = 0## as a solution. The difference between the vectors being linearly independent versus linearly dependent is whether the solution for the constants ##c_i## is unique. For a set of linearly independent vectors, ##c_1 = c_2 = \dots = c_n = 0## is the
only solution (often called the trivial solution). For a set of linearly dependent vectors, there will also be an infinite number of other solutions.
Here's an example. Consider the vectors ##v_1 = <1, 0>, v_2 = <0, 1>, v_3 = <1, 1>##. The equation ##c_1v_1 + c_2v_2 + c_3v_3 = 0## is obviously true when ##c_1 = c_2 = c_3 = 0##. That alone isn't enough for us to conclude that the three vectors are linearly independent. With a bit of work we can see that ##c_1 = 1, c_2 = 1, c_3 = -1## is another solution. In fact, this is only one of an infinite number of alternative solutions, so we conclude that the three vectors here are linearly dependent.
What I've written about vectors here applies to any member of a vector space, including the matrices of the problem posted in this thread.
RJLiberator said:
^^ This was the answer in the back of the book, but I'm not sure what it means.
I guess I have to assume that the T means transpose here. It's safe to assume that since it's linear independent, then the transpose is also linear independent?
Yes, T means transpose. No, you can't assume that since the set of vectors (matrices in this case) is linearly independent, then the set of transposes is also linearly independent. You have to
show that this is the case.