Lecture 8 - Linear Functionals

Let V be an finite-dimensional inner product space. If vV is fixed, then;

,vL(V,F)=V

It's a fact then that every linear functional is equal to ,v for some vector v. If you give me a linear function φ then I can give you a vector v such that:

φ(u)=u,v

This is the Risz Representation Theorem:

Riesz Representation Theorem

Suppose V is finite-dimensional and φ is a linear functional on V. Then there is a unique vector uV such that:
φ(v)=v,u
for every vV.

The proof is seen via Chapter 6 (cont.) - Finishing Inner Product Spaces#^dff70d.

Here, the association is the idea that φ is a map from V to V:

Here: φV:VV, where:

φV(v1+v2)=,v1+,v2=φV(v1)+φV(v2)

So additivity holds. Homogeneity is and interesting story:

φV(αv)=,αv=αφV(v)

Notice that the α is the conjugate, hence φV is a conjugate linear map. If you are working with a real vector space, then φV is an isomorphism (so VV), but in the complex vector spaces then it's not necessarily the case.

More in Depth Look at Finite-Dimensional Inner Product Spaces

We now on will restrict entirely to finite-dimensional inner product spaces. Every vector space you see from here on will be finite-dimensional, even if not explicitly stated.

Recall the Riesz Representation Theorem:

Riesz Representation Theorem

Suppose V is finite-dimensional and φ is a linear functional on V. Then there is a unique vector uV such that:
φ(v)=v,u
for every vV.

So if you give me TL(V,W), and some vector wW,

We're going to consider φV defined:

φ(v)=Tv,w

this is a linear functional on V, so then by the Riesz, then:

φ(v)=Tv,w=v,_some vector in V

it seems that this will depend on T and w. Let's, for the sake of time, call it T(w). We'll show that T is a linear map, but we'll get to that.

adjoint

The adjoint of TL(V,W) is the function T:WV satisffying:

Tv,w=v,Tw

for all vV,wW.

Let's see what this adjoint look like in an example. Define T:R2R4 be defined by:

T(x1,x2)=(x1,x2,x1+x2,x1x2)

It's not hard to show that this TL(R2,R4). In fact, we could determine the matrix:

M(T)=[10011111]

Let's find T. We need the inner product:

(x1,x2),T(y1,y2,y3,y4)=T(x1,x2),(y1,y2,y3,y4)=(x1,x2,x1+x2,x1x2),(y1,y2,y3,y4)=x1y1+x2y2+(x1+x2)y3+(x1x2)y4=(x1,x2),(y1+y3+y4,y2+y3y4)

equating the RHS of the brakets gives that T(y1,y2,y3,y4)=(y1+y3+y4,y2+y3y4).

What if we wanted to see M(T):

T(1,0,0,0)=(1,0)T(0,1,0,0)=(0,1)T(0,0,1,0)=(1,1)T(0,0,0,1)=(1,1)

Thus:

M(T)=[10110111]=M(T)T

the transpose is back at it again! But in general, the matrix that represents the adjoint is the conjugate transpose of M(T). Tomorrow, we'll show that this is the general case.