Vector spaces#

Definition#

We will consider complex vector spaces but let us start with a bit of generality so that we can compare them to more familiar real vector spaces. Consider F=R or C. (Actually the following works for many filds whjich includes the rational numbers, integers modulo p, and so forth). A vector space over F also called “real” and “complex” vector spaces for F=R,C respectively, is a set V of elements |v with the following properties:

  1. Vector addition. For all |v,|wV there is a notion of addition |v+|wV wuth the following properties:

  • Addition is commutative: |v+|w=|w+|v.

  • Addition is *associative. If there is a third vector |yV,

(141)#(|v+|w)+|y=|v+(|w+|y)
  • a zero vector |0V exists such that |v+|0=|v.

  1. Scalar multiplication. For all aF, |vV, there is a notion of scalar multiplication such that a|vV with the following properties:

  • Multiplication is associative: For all bF, a(b|v)=(ab)|v, where ab is the standard mjultiplication of numbers in F.

  • 1|v=|v.

  • 0|v=|0.

  1. Distributive properties

  • For all aF, |v,|wV,

(142)#a(|v+|w)=a|v+b|w
  • for all a,bF, |vV,

(143)#(a+b)|v=a|v+b|v

From these rules we can also deduce the existence of an additive inverse: for enery |vV, there exists a vector |vV such that |v+|v=|0. This can be seen bu construction: set |v=(1)|v. Then

(144)#|v+|v=|v+(1)|v=(1+(1)|v=0|v=|0

Note that I have not yet introduced any notion ofthe length of a vector, whetehr two vectors are orthogonal, and so on. As we will see, this requires som eadditional structure.

Examples#

Theer are a number of more and less familiar examples.

  1. Cn, the space of n-component column vectors

|v=(c1c2cn)

with ckC. We define vector addition and scalar multiplication in the usual way:

(145)#(c1c2cn)+(d1d2dn)=(c1+d1c2+d2cn+dn)
(146)#a(c1c2cn)=(ac1ac2acn)

for any aC.

Note we can do ths same with ck,dkR: then we have a real vector space. Here the zero vector is defined by ck=0.

  1. The space of n×n complex-valued matrices Mn(C). Addition and scalar multiplication are just matrix addition and scalar miltiplication (for MMn, aM is elementwise multiplication by a.

  2. Degree-n polynomials over C:

(147)#|a0,an=a0+a1x+a2x2+anxn

with addition and scalar multiplication working in the standard way. Note that this is clearly equivalent to Cn. Note also that there is no reason for n to be finite – we could work with the space of all polynomials.

  1. Complex functions on an interval: let x[0,1]. The set of all functions ψ(x) forms a vector space under the standard addition and scalar multiplication of functions if we choose the right boundary conditions. These boundary conditions yield vector spaces:

  • Dirichlet ψ(0)=ψ(1)=0.

  • Neumann ψ(0)=ψ(1)=0

  • Periodic ψ(0)=ψ(1) (so ψ is a function on a circle). However, the boundary condition ψ(0)=a, ψ(1)=b for nonzero a,bC is not a vector space under standard addition of functions: the sum of two such functions does not satisfy the required boundary conditions and so is not in V.

  1. Coplex square-integrable functions on R: that is, functions ψ(x) for xR such that

(148)#dx|ψ(x)|2<

Subspaces#

A set MV is a vector subspace if it is a vector space under the same laws for addition and svcalar multiplication. A standard example is any plane through the origin, such as V=C3,

(149)#M={(c1c20)ciC}

Similarly, any complex line through the origin, defined as the set of vectors

(150)#a(c1c2cn)

for fixed ckCn and all aCn.

A counterexample is any complex line that does not run through the origin, defined as the set of all vectors

(151)#a(c1c2cn)+(d1d2dn)

with ck,dk fixed and the same for all vectors in this space, and a any complex number. It is clear that the sum of two vectors is a different vector, if there is at least one dk0.

Linear independence#

Definition. A set of vectors |v1,,|vmV is linearly independent if

(152)#i=1mak|vk=0ak=0 $k=1,,n

Let us give some examples.

  1. C3. These vectors are linearly independent:

(100) ;  (010) ;  (001)

Similarly these ar elinearly independent:

(101) ;  (011) ;  (001)

However, these three are not:

(101) ;  (011) ; (1/21/21)

as we can see because

(101)+(011)2(1/21/21)=0
  1. In the space of functions on the interval [0,1] satisfying periodic boundary conditions, the vectors

|n=sin(nπxL)

are linearly independent. Similarly, for nth order polynomials, the monomials |k=xk are a linearly independent set of nth order polynomials.

Dimension of a vector space#

Definition: the dimension of a vector space V is the maximum number of linearly independent vectors in V. Any such maximal collection is called a basis.

Theorem: Given a basis |k, k=1,,n, then for any vector |v there is a unique set of complex numbers \(a_{k - 1,\ldots,n\) such that

(153)#k=1nak|k

Proof. Assume the contrary, that

(154)#|v=k=1nak|k=k=1nbk|k

for ak,bkC different numbers. The point is that if this is true,

(155)#|0=|v|v=k=1nak|kk=1nbk|k=k=1n(ak+bk)|k

but this cannot be zero of ak,bk differ in any way, so we have a contradiction to our supposition. Thus ak=bk.