ΘρϵηΠατπ

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
Standard Basis of Rn
The standard basis of n is {e1,,en} where ei is the vector whose i-th coordinate is 1 and whose other coordinates are 0.
Standard Basis of Rn is a Basis
The standard basis {e1,,en} is a basis of n.
First, the standard basis spans n. If x=(x1,,xn)n, then x=x1e1++xnen so xspan({e1,,en}) by the definition of span.

Second, the standard basis is linearly independent. If

a1e1++anen=0 then comparing the i-th coordinate gives ai=0. Since this holds for every i, all coefficients are zero, so {e1,,en} is linearly independent. Therefore it is a basis by the definition of basis.
Dimension of Rn
dim(n)=n
By the standard basis of n is a basis proposition, n has a basis with n elements. Therefore, by the definition of dimension, dim(n)=n.
Linearly Independent Set with Dimension Size is a Basis
Suppose V is a finite dimensional vector space with dim(V)=n. If SV is linearly independent and |S|=n, then S is a basis of V.
By the linear independent set expansion to basis proposition, S can be extended to a basis of V. Since dim(V)=n, every basis of V has n elements by the definition of dimension. But S already has n elements, so the extension cannot add any new vectors. Therefore S=, so S is a basis of V.
Coordinate Vector in a Basis
Let V be an n-dimensional vector space over , and let =(b1,,bn) be an ordered basis of V. The coordinate map in the basis is the function []:Vn defined as follows. For vV, write the unique basis expansion v=i=1naibi, whose existence and uniqueness follow from basis implies unique representation. Then the coordinate vector of v in the basis is [v]=[a1an]n.

The older notation wam(v,) means the same thing. The inverse operation takes a coordinate column and reconstructs the vector in V.

A small subtlety appears when V=n. Since n is an n-dimensional vector space, any ordered basis 𝒳=(x1,,xn) of n gives a coordinate map []𝒳:nn. If v=(v1,,vn)n, then [v]𝒳 is the vector of coefficients [v]𝒳=[c1cn]=(c1,,cn)n such that c1x1++cnxn=(v1,,vn). Thus, in this special case, the coordinate map takes an element of n and returns an element of n, but that is a coincidence of the example. The vector [v]𝒳 is an encoding: its entries are the coefficients placed on the basis vectors x1,,xn so that the resulting linear combination equals v. It also happens to be an element of n, just as v is. So even though v and [v]𝒳 both live in n, they are being read differently: v is the vector being represented, while [v]𝒳 is the coefficient list that represents it in the basis 𝒳. This is why it is often easier to first learn coordinate vectors in a vector space V that is not literally n; then the difference between a vector and its coordinate representation is harder to blur.

Coordinate Vector in a Nonstandard Basis
Let =(e1,e2) be the standard basis of 2, and let 𝒜=(2e1+e2,e1+3e2). If v=7e1+11e2, find [v]𝒜.
We need scalars a1,a2 such that v=a1(2e1+e2)+a2(e1+3e2). Expanding in the standard basis gives 7e1+11e2=(2a1+a2)e1+(a1+3a2)e2. Since the standard basis representation is unique, the coefficients satisfy 2a1+a2=7,a1+3a2=11. Solving gives a1=2 and a2=3. Therefore [v]𝒜=[23].
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 V be an n-dimensional vector space over , and let 𝒜=(a1,,an),=(b1,,bn) be ordered bases of V. The change of basis matrix from 𝒜 to , denoted [𝒜], is the matrix satisfying [𝒜][x]𝒜=[x] for every xV.
Change of Basis Matrix Columns
Let 𝒜=(a1,,an) and =(b1,,bn) be ordered bases of an n-dimensional vector space V. Then [𝒜]=[[a1][a2][an]]. That is, the j-th column of [𝒜] is the -coordinate vector of the j-th basis vector of 𝒜.
Let ej be the j-th vector in the standard basis of n. Since aj is the j-th vector of the basis 𝒜, [aj]𝒜=ej. By the definition of the change of basis matrix, [𝒜][aj]𝒜=[aj]. Substituting [aj]𝒜=ej gives [𝒜]ej=[aj]. By matrix times standard basis vector is a column, [𝒜]ej is the j-th column of [𝒜]. Therefore the j-th column is [aj]. Since this holds for every j{1,,n}, the matrix is exactly [[a1][a2][an]].
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],)