<<

Dual vector

Aim lecture: We generalise the notion of transposes of matrices to arbitrary linear maps by introducing dual vector . In most of this lecture, we allow F to be a general field. Defn Let V = F-space. The dual of V is the F-space V ∗ = L(V , F). The elements of V ∗ are called linear functionals.

n ∗ n E.g.1 (F ) = L(F , F) = M1n(F), the of length n row vectors in F. Note that n n n the (·)T : F −→ (F )∗ : v 7→ vT & F is an ! E.g. 2 If X is a set & V = Fun(X , F), then for every x ∈ X we obtain an element ∗ evx ∈ V . E.g. 3 Given an inner product (·|·) on V & v ∈ V we have (v|·) ∈ V ∗.

Daniel Chan (UNSW) Lecture 35: Dual vector spaces. Transpose Semester 2 2012 1 / 8 Transpose

We can now generalise the transpose map for matrices. Prop-Defn Let S : V −→ W be linear. The transpose of S is the fn S T : W ∗ −→ V ∗ defined S f by S T f = f ◦ S : V −→ W −→ F for f ∈ W ∗. S T is linear. Proof. follows from the distributive law: for f , g ∈ W ∗ we have (f + g) ◦ S = f ◦ S + g ◦ S & the fact that (βf ) ◦ S = β(f ◦ S) for β ∈ F. d T ∗ ∗ E.g. Let S = dx : R[x] −→ R[x] so S : R[x] −→ R[x] . What’s T ∗ S ev0 ∈ R[x] ? A

Daniel Chan (UNSW) Lecture 35: Dual vector spaces. Transpose Semester 2 2012 2 / 8 Connection with transpose

n m Q Let A ∈ Mmn(F)& TA : F −→ F be the assoc lin map. What is T m ∗ n ∗ TA :(F ) = M1m(F) −→ (F ) = M1n(F)? T Simplest answer TA is pre-composition (= right composition) with TA. Since composition corresponds with matrix multn, this is right multn by A. Note, TA is left multn by A. T m ∗ n More formally, let v ∈ M1m(F) = (F ) , w ∈ F . Then T T T T (TA v )w = (v ◦ TA)w = (v A)w T T T so TA v = v A. T Q What’s the matrix representing TA wrt natural co-ordinate systems m m n n (·)T : F −→ (F )∗, (·)T : F −→ (F )∗. Answer T T The matrix representing TA wrt the natural co-ord systems is A . Why?

Daniel Chan (UNSW) Lecture 35: Dual vector spaces. Transpose Semester 2 2012 3 / 8 Functoriality

Prop T ∗ ∗ 1 (id V ) = id V ∗ : V −→ V . T S 2 Consider a composite of linear maps S ◦ T : U −→ V −→ W . Then (S ◦ T )T = T T ◦ S T : W ∗ −→ U∗. 3 In particular, if S : V −→ W is an isomorphism, so is S T .

T Proof. For 1) note (id V ) : f 7→ f ◦ id V = f . 2) For f ∈ W ∗, we have

3) Suffice show S −T = (S −1)T is inverse to S T . But by 1) & 2)

S T ◦ (S −1)T = (S −1 ◦ S)T = id T = id

& sim (S −1)T ◦ S T = id so we are done.

Daniel Chan (UNSW) Lecture 35: Dual vector spaces. Transpose Semester 2 2012 4 / 8 of the dual

Prop Let V = fin dim F-space. Then dim V ∗ = dim V .

d Proof. Let C : F −→ V be a co-ord system so dim = d. Then d C T : V ∗ −→ (F )∗ is also an isomorphism so

∗ d ∗ dim V = dim(F ) = d.

∗ E.g. {ev0, ev1} is a for C[x]≤1 since it is lin indep (ex) & ∗ dim C[x]≤1 = dim C[x]≤1 = 2.

Daniel Chan (UNSW) Lecture 35: Dual vector spaces. Transpose Semester 2 2012 5 / 8 Linearity of the transpose

T T The matrix transpose operator (·) : Mmn(F) −→ Mnm(F): A 7→ A is linear. This suggests Prop Let β ∈ F & R, S : V −→ W be linear. Then 1 (R + S)T = RT + S T 2 (βS)T = βS T In particular the map (·)T : L(V , W ) −→ L(W ∗, V ∗): S 7→ S T is linear.

Proof. For f ∈ W ∗, this follows from

Daniel Chan (UNSW) Lecture 35: Dual vector spaces. Transpose Semester 2 2012 6 / 8 Inner products & dual vector spaces

Let now V = F-space equipped with an inner product (·|·) so F = R or C. Prop

1 The D : V −→ V ∗ : v 7→ (v|·) is an injective conjugate . 2 If V is fin dim then D is a conjugate linear isomorphism.

Proof. 1) (Ex) Conjugate linearity of (·|w) shows D is conjugate linear. To check injectivity suppose Dv = Dv0 so that by conjugate linearity

(v − v0|v − v0) = (v|v − v0) − (v0|v − v0) = (Dv)(v − v0) − (Dv0)(v − v0) = 0

so v − v0 = 0 by inner product . 2) We now check D is onto & show l ∈ V ∗ is in the of D. Now D0 = 0 so we can assume l 6= 0 so has image F. Our isomorphism thm applied to l : V −→ F =⇒ for any vector space complement W to ker l is isomorphic to F ⊥ via the restricted map l|W : W −→ F. This holds in particular for W = (ker l) so we can find w ∈ W with l(w) = 1.

Daniel Chan (UNSW) Lecture 35: Dual vector spaces. Transpose Semester 2 2012 7 / 8 Proof completed

w It suffices now to show D kwk2 = l. Now any vector in V = W ⊕ (ker l) can be written in the form βw + v with β ∈ F, v ∈ ker l. Then  w  w w D (βw + v) = ( |βw + v) = β( |w) = β = l(βw + v) kwk2 kwk2 kwk2

& we are done.

R 1 E.g. Let V = R[x]≤1 with inner product (f |g) = 0 f (t)g(t)dt. Find f ∈ V such that (f |·) = ev0.

Daniel Chan (UNSW) Lecture 35: Dual vector spaces. Transpose Semester 2 2012 8 / 8