bcjochim07
- 366
- 0
Homework Statement
I'm starting to feel really hopeless about knowing how to approach any of these linear algebra proofs. :(
Give a "row vector proof" of the theorem that says "any set of m vectors in Rn is linearly dependent if m > n.
Homework Equations
The Attempt at a Solution
Here's my best try:
Let set {a1, a2, ... am} be a set of row vectors in Rn
These vectors can be represented in a matrix as follows:
|a1|
---
|a2|
---
...
|am|
Assume that m > n
am = c1a1 + c2a2 + ... c(m-1)a(m-1) ( I don't think I can make this statement)
The following row operations can be performed to get a zero row at the bottom:
Rm - c1R1 - c2R2 - ... c(m-1)R(m-1)
Therefore the vectors are linearly independent.
Could somebody help me fix this proof?
Here is the main problem I am having with this. When we treat them as row vectors and say that the number of vectors is greater than n, that is analagous to saying that we have more equations than unknowns. Now I know that you can say that if you have less equations than unknowns, that is a linearly dependent system, but I don't see how you can prove the opposite.