ΘρϵηΠατπ

Basis
Given a vector space V the set V is said to be a basis if B is linearly independent and B spans V

The plural of basis is bases.

The Size of a Basis is Unique
Suppose that ,𝒞 are bases for V then ||=|𝒞|
TODO: Add the proof here.
Every Vector Space has a Basis
For any vector space V there is a basis for it
TODO
Dimension of a Vector Space
Suppose that V is a vector space then since it has a basis then we define: dim(V)=|| Note that the above defintion makes sense as the size of all bases are the same
Finite Dimensional Vector Space
A vector space V is said to be finite dimensional if dim(V) is finite
representation in a basis

Let ={b1,,bn} be a basis for a subspace V and let vV. The representation of v in the basis notated by wam(v,) is the matrix:

wam(v,)=[a1ak]

where v=i=1kaibi, note that wam(,):VMk×1() and wam is an acronym for "written as matrix". We can also define the inverse function wav(,):Mk×1()V. Which stands for "written as vector"

If a basis is clear by context, then we may omit it and write wam(v) or wav(v).

generating a unit column matrix
Given a vector space V with basis 𝒱={v1,,vk}, then for each element i[k], wam(vi,𝒱)=ei
vi=0v1++1vi++0vk therefore by the definition of wam we have wam(vi,𝒱)=ei
uniquely determined
Given a vector space V of dimension k we say that a vector x is uniquely determined, when there exists only one collection of constants c1,,ck such that x=i=1kcivi where each vi is a basis element for the basis of V
basis implies unique representation
suppose that V is a vector space and let S be a non-empty subset of V. Then S is a basis of V if and only if every vector xV can be represented uniquely as a linear combination of the vectors in S
TODO
something
Let T:VW be a linear transformation between two vector spaces with dim(V)=k dim(W)=l with k,l+. Supposing that {v1,,vk} and {w1,,wl} are the respective bases, then T:VW is uniquely determined by the lk scalars used to express T(vj) for each j[k] in terms of {w1,,wl}

To show that the linear transformation is uniquely determined by these scalars, we will try to use the fact that elements in each vector space are already uniquely determined by their own constants and go from there.

Let vj be one of the basis vectors for V, then consider T(vj)W since it's a vector in W it can be written as a linear combination of the basis vectors in W, so that T(vj)=i=1laiwi.

Now given a generic xV which is not necessarily a basis vector, we can represent it as follows T(x)=T(j=1kcjvj)=j=1kcjT(vj) recalling from our previosu paragraph, we can see that j=1k(cji=1laiwi)=j=1ki=1lcjaiwi.

The lets us conclude that T(x)=j=1ki=1lcjaiwi and that T is uniquely determined by these lk constants

matrix representation of a transformation
Let T:VW be a linear transformation, then there exists a matrix MT such that
wav(MTwam(v))=Tv
for any vV

To see what the matrix is, we can try to figure out what it's columns are.

Recall that we can extract the column of a matrix using the column extraction method discussed earlier

To be successful at that we need to generate a unit column matrix. We can do so by plugging in vk𝒱 into the above equation which yields: Tvk=wav(MTwam(vk,𝒱))=wav(MTek)=wav((MT)|,k})

Thus wam(Tvk)=(MT)|,k}, so the columns of MT are Tvk written as a column matrices. Graphically we have

MT=[wam(Tv1)wam(Tv2)wam(Tvk)]
change of basis matrix
let 𝒱={v1,,vk} and 𝒲={w1,,w1} be bases for a vector space V and v be an arbitrary element of V. Then the matrix M𝒱𝒲 such that :
M𝒱𝒲wam(v,𝒱)=wam(v,𝒲)
is called the change of basis matrix from 𝒱 to 𝒲
Suppose that we have an ordered, linearly independent set S:(s1,sk) for some kn of vectors in a finite dimensional vector space V, then it can be extended to a basis of V
By fixing any new basis of V (TODO: prove that for any vector space there is always a basis that spans it) b1,bn, then by concatenating it with S we obtain (s1,...,sk,b1,...,bn). Then for each i[n] (in order) (TODO: this is an algorithm), remove vi from the ordered set iff vi is in the span of all the earlier elements in the set. In particular, once we have checked and kept nk of the vi (TODO: say why that's guarenteed), we can discard the remaining vi, leaving a basis: (s1,...,sk,vi1,,vink)
Extending a Basis
Extend the ordered set ([2230],[4360]) to a basis of 4

First of all note that these two vectors must be linearly independent, if they were dependent, then the by comparing the first component of these two vectors we would see that the second is twice the first, whereas comparing the second component would tell us that the second vector is 32 times the first vector, which is a contradiction, so they must be linearly dependent.

Since the standard basis for 4 clearly spans it (by it's very definition), then we would also know that ([2230],[4360],[1000],[0100],[0010],[0001],) spans all of 4, but cannot be a linearly indpenedent set because it would be impossible to have five linearly independent vectors in 4 (TODO: prove why),

Now we can use the casting out method to determine which of the column vectors are linearly dependent on the other vectors, we start by putting all the column vectors as the columns of a matrix and then row reduce, which yields

[100121000101429600010230000001],

By the casting out method, we know that since the fourth and fifth columns are non-pivot columns and therefore the vectors [0100],[0010] can be cast out, leaving us with the basis:

([2230],[4360],[1000],[0001],)