Span, linear independence, linear dependence, basis and dimension
This article includes information on linear dependence and independence an introduction and discussion of these very important concepts can be found on the Basis and coordinates page
Contents
[hide]Span
Definition
Given a set of vectors S in a vector space (V,F)
Span(S)={n∑i=1λvi|n∈N, vi∈S, λi∈F}
It is very important that only finite linear combinations are in the span.
Linear Dependence
A set E in a vector space (V,F) is linearly dependent if for any finite collection of elements of E that finite collection is linearly dependent
That is, ∀n∈N
There are solutions to n∑i=1eiαi=0
Linear Independence
If a set is not linearly dependent it is linearly independent, but formally:
For all finite subsets of a set E, we have only αi=0∀i
Basis
Usually a basis will be a finite set, for example, {(1,0),(0,1)}
Finite case
Given a finite set B⊂V, B is a basis of V if span(B)=V
Infinite case
A Hamel basis is any linearly independent subset of V that spans V - where linearly independent is given as above.
The definition of independence varies slightly from how it is usually given (I explicitly say for all finite subsets) it is just a stronger form.
Example
The set E={1,x,x2,x3,...,xi,...}
TODO: