The Replacement Theorem says two things about a finite subset S with n elements which spans a vector space V and another finite subset L of m linearly independent elements taken from V:
- Firstly that we can find a subset S' of S, containing$\ n - m$ elements, such that $\ S' ∪ L$ also spans V. A very nice induction proof helped me understand this: essentially replacing each element in S with elements in L, one-by-one, all the while proving that the resulting set still spanned V. Eventually she arrives at the final case, where all m elements of L have been moved into S.
- Secondly, that $\ m ≤ n$. I just can't seem to see why. Another clip even mentioned something about L needing to strictly have fewer elements than the spanning set S.
Why can't the number of elements m of the linearly independent set be larger than the number of elements n in the spanning set, and should m even by strictly$\ < n$?
Firstly, as the replacement theorem only talks about extending the L.I. set so it spans, I guess the first paragraph deals with this (your second paragraph deals with the $\ m ≤ n $ part). However, I notice that in the first paragraph, you don't simply extend the L.I. set to a spanning set, you ensure L.I. of the ever-extending set, and thus that the end result is a basis. Am I right that you've gone above and beyond the replacement theorem (possibly you did this in order to be able to explain $\ m ≤ n $ to me).
– iWebb Dec 02 '17 at 14:26So, my question is, aren't you using the fact that all bases have the same number of elements to prove that m cannot be$\ > n$?
– iWebb Dec 02 '17 at 14:26So the first paragraph and the second paragaph both describe one-directional process:
The first shows us that we can always extend a L.I. set to become a spanning set (if it's not already a spanning set, i.e. a basis), BUT can't go in the opposite direction (remove elements) as then we definitely won't span.
Similarly, the second paragraph says we can reduce a spanning set to linear independence (if it's not already L.I., i.e. a basis), BUT can't go the other way as we already span and so definitely won't achieve L.I. by adding more vectors from V.
– iWebb Dec 02 '17 at 15:47