(DimVplusDimVorthisn)
Line 7: Line 7:
 
=== '''<br>'''  ===
 
=== '''<br>'''  ===
  
=== '''''Analysis:'''''  ===
+
=== '''''Proof:'''''  ===
  
 
=== '''First, let us say we have the following:'''  ===
 
=== '''First, let us say we have the following:'''  ===
Line 66: Line 66:
 
=== '''<br>'''  ===
 
=== '''<br>'''  ===
  
=== '''So, therefore, it can be said that: ''''''<br>'''  ===
+
=== '''So, therefore, it can be said that:&nbsp;'''''<br><br>''  ===
  
 
=== '''dim(V<sup>orth</sup>)=dim(N(A<sup>T</sup>)) &nbsp;(In case any of you guys forgot, dim(N(A<sup>T</sup>)) is the NULLITY of A<sup>T</sup>. Ask Momin if your confused. This is another axiom that is integral for this proof).'''  ===
 
=== '''dim(V<sup>orth</sup>)=dim(N(A<sup>T</sup>)) &nbsp;(In case any of you guys forgot, dim(N(A<sup>T</sup>)) is the NULLITY of A<sup>T</sup>. Ask Momin if your confused. This is another axiom that is integral for this proof).'''  ===
Line 91: Line 91:
 
=== '''Now, while A had column vectors, it is logical to expect to see ROW vectors for the transpose.'''  ===
 
=== '''Now, while A had column vectors, it is logical to expect to see ROW vectors for the transpose.'''  ===
  
If you are slightly confused by this, consider this more concrete example. Lets say we have a vector B (2nd most common letter in linear algebra world...)  
+
=== '''If you are slightly confused by this, consider this more concrete definition of nullspace, and such. Lets say we have a vector B (2nd most common letter in linear algebra world...)'''  ===
  
<br>  
+
=== '''<br> ''''''B = [b<sub>1</sub>,b<sub>2</sub>,b<sub>3</sub>,...,b<sub>n</sub>], now we are gonna put this into reduced row echelon form (rref).'''  ===
 
+
B = [b1,b2,b3,...,bn], now we are gonna put this into reduced row echelon form (rref).  
+
  
rref
+
=== '''rref:'''  ===
  
 
<math>\begin{bmatrix}
 
<math>\begin{bmatrix}
Line 106: Line 104:
  
  
  \end{bmatrix}</math>
+
  \end{bmatrix}</math>  
  
<br>  
+
=== <br> '''So, the first 3 columns are the pivot columns. The rank of B is just simply the number of pivot columns in the rref matrix. So, the free columns (non-pivot columns) refer to the nullspace...''' ===
 
+
===
+
===
+
===
+
===
+
  
 
=== '''Now, thats been cleared out of the way, time for some gritty math.'''  ===
 
=== '''Now, thats been cleared out of the way, time for some gritty math.'''  ===
Line 129: Line 122:
 
=== '''dim(V) + dim(V<sup>orth</sup>) = n'''  ===
 
=== '''dim(V) + dim(V<sup>orth</sup>) = n'''  ===
  
  ===
+
=== '''Q.E.D.''' ===
 +
 
 +
'''''-sanjay&nbsp;'''''
 +
 
 +
 
 +
 
 +
<br>
  
=== '''Q.E.D.''' ===
+
[[Category:MA265Fall2010Momin]] [[Category:MA265]]

Revision as of 15:01, 8 December 2010

Contents


Statement: I am going to show that if V is a subspace of Rn. then dim(V)+dim(Vorth)=n

Notes: Because of the lack of the orthagonal symbol in the wikipedia formatting page, I will be type 'orth' in a superscript to symbolize that. 


Proof:

First, let us say we have the following:

V which is a subspace of Rn, and {v1,v2,v3,..,vk} are a basis for V. (The entries in the braces are vectors)

To refresh, a basis means those entries span V, AND are also linearly independent. 


So, therefore, then dim(V)=k (k is the number of vectors in our basis, which obviously is a non-finite amount, so I use k to denote that fact.)


Now that we have those assumptions and definitions out of the way, let me construct a matrix for you.


We will call this matrix A (A seems to the most common letter in the linear algebra world...but i digress)

Matrix A is a (n x k) matrix. (For reference, n is the rows, and k is the columns)

$ \begin{bmatrix} v_{1} & v_{2} & v_{3} & v_{k} \\ v_{1} & v_{2} & v_{3} & v_{k} \\ v_{1} & v_{2} & v_{3} & v_{k} \\ .... & .... & .... & .... \\ .... & .... & .... & .... \\ .... & .... & .... & .... \\ v_{1} & v_{2} & v_{3} & v_{k} \\ \end{bmatrix} $

Observe that the vectors are not just ordinary vectors, but rather, they are a very specific type called a COLUMN vector... 

Pressing on, we can say the following:

V= span(v1,v2,v3,..,vk)= c(A) (Again, the entries in the braces are vectors)

c(A) is a way to notate the column space of A. Additionally, look at the important relation that the span is equal to the column space of A! Keep this in mind, as it will be important for the rest of this. 

The next statement is an axiom from the textbook, and should be implied (i.e. to proove the fundamentals of the statement is over my head).

N(AT)= c(Aorth)

This states that the nullity of A transpose is equal to the column space of A's orthagonal compliment. 

Now, that above relationship between nullity and the orthagonal compliment is straight from the textbook, but I will now relate that to the above work which has been done. 

It is logical to say that 

N(AT)= c(Aorth) is ALSO equal to Vorth. (i.e. if V=c(A), then it will apply if you orthagonalizeboth matrices as well).

So, that leaves us with a nice triple equality, 

N(AT)= c(Aorth)=Vorth. Brilliant


So, therefore, it can be said that: 

dim(Vorth)=dim(N(AT))  (In case any of you guys forgot, dim(N(AT)) is the NULLITY of AT. Ask Momin if your confused. This is another axiom that is integral for this proof).


Now, it is actually time to draw the AT matrix, so let's just do it already. 


AT is going to be a (k x n) matrix where k is rows and n is columns.

$ \begin{bmatrix} v_{1}^T & v_{1}^T & v_{1}^T & v_{1}^T \\ v_{2}^T & v_{2}^T & v_{2}^T & v_{2}^T \\ v_{3}^T & v_{3}^T & v_{3}^T & v_{3}^T \\ .... & .... & .... & .... \\ .... & .... & .... & .... \\ .... & .... & .... & .... \\ v_{k}^T & v_{k}^T & v_{k}^T & v_{k}^T \\ \end{bmatrix} $

Now, while A had column vectors, it is logical to expect to see ROW vectors for the transpose.

If you are slightly confused by this, consider this more concrete definition of nullspace, and such. Lets say we have a vector B (2nd most common letter in linear algebra world...)


'
B = [b1,b2,b3,...,bn], now we are gonna put this into reduced row echelon form (rref).'

rref:

$ \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 \\ \end{bmatrix} $


So, the first 3 columns are the pivot columns. The rank of B is just simply the number of pivot columns in the rref matrix. So, the free columns (non-pivot columns) refer to the nullspace...

Now, thats been cleared out of the way, time for some gritty math.

The Grit:

Rank(AT) + Nullity (AT)= n

Rank (A) + Nullity (AT)= n

dim (c(A)) + dim (N(AT))= n

therefore,

dim(V) + dim(Vorth) = n

Q.E.D.

-sanjay 



Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang