Every n-dimensional Real Vector Space is Isomorphic to R^n
📂Linear AlgebraEvery n-dimensional Real Vector Space is Isomorphic to R^n
Definition
Let V and W be called a vector space. If there exists an invertible (bijective) linear transformation T:V→W, then V and W are said to be isomorphic. T is called an isomorphism.
Theorem
Every n-dimentional real vector space is isomorphic to Rn.
Explanation
Another way to express the theorem is as follows.
“A R-vector space V being isomorphic to Rn” is equivalent to “being dimV=n”.
Proof
Let V be a n-dimensional real vector space. Then, the proof is completed by showing the existence of a one-to-one and onto linear transformation T that satisfies the following.
T:V→Rn
Let’s call S={v1,v2,…,vn} a basis of V. Then, for every v∈V, there exists a unique linear combination of bases as follows.
v=k1v1+k2v2+⋯+knvn,ki∈R
Now, define the transformation T as follows.
T(v)=(k1,k2,…,kn)
Part 1. T is linear
Let’s say v,u∈V is expressed as follows.
v=k1v1+k2v2+⋯+knvnandu=d1v1+d2v2+⋯+dnvn
And let’s call it c∈R. Then, by the following, T is linear.
T(v+cu)=T((k1+cd1)v1+(k2+cd2)v2+⋯+(kn+cdn)vn)=(k1+cd1,k2+cd2,…,kn+cdn)=(k1,k2,…,kn)+c(d1,d2,…,dn)=T(v)+cT(u)
Part 2. T is one-to-one.
If v,u satisfies (1), and let’s call it v=u. Then, for at least one i, ki=di must hold. Therefore,
(k1,k2,…,kn)=T(v)=T(u)=(d1,d2,…,dn)
Part 3. T is onto
Let’s call it x=(x1,x2,…,xn)∈Rn. Then, since V is the set of all linear combinations of vis, there exists a v∈V that satisfies the following.
v=x1v1+x2v2+⋯+xnvn
Therefore, every T is onto.
See Also
■