We denote the k-th tensor power of V as
V⊗k=k timesV⊗⋯⊗V
Its elements are linear combinations of terms like v1⊗⋯⊗vk, subject to the usual linearity relations.
It is sometimes useful to consider the tensor algebra (we only mention it here, but do not use it later in this course).
Definition (Tensor Algebra T(V) ) T(V)=R⊕V⊕V⊗2⊕⋯⊕V⊗3⊕⋯
Given two elements T=w1⊗⋯⊗wk and T′=v1⊗⋯⊗vl, their products is defined by juxtapostion.
T⊗T′=w1⊗⋯⊗wk⊗v1⊗⋯⊗vl
Exterior power of a vector space
Definition (Exterior product ∧k(V))
The k-th exterior product ∧k(V) is the vector space consisting of linear combinations of the following terms v1∧⋯∧vk, where the expression is linear in each slot,
c⋅(v1∧⋯∧vk)=(cv1)∧v2∧⋯∧vk(v1+v1′)∧⋯∧vk=v1∧⋯∧vk+v1′∧⋯∧vk
and the expression changes signs if we swap any two slots
v1∧⋯∧vi∧⋯∧vj∧⋯∧vk=−v1∧⋯∧vj∧⋯∧vi∧⋯∧vk,∀1≤i<j≤k.
If k=0, we set ∧0V=R. If k=1, then ∧1V=V.
Proposition If we choose a basis e1,⋯,en of V, then for 0≤k≤n, the space ∧k(V) has a basis consisting of the following vectors
ei1∧⋯∧eik,1≤i1<i2<⋯<ik≤n.
Corrollary
dim∧k(V)=(kn).
If k>n, then ∧kV=0.
Just as we defined tensor algebra T(V), we may define the exterior algebra ∧∗V. This turns out to be very useful.
Definition(Exterior algebra ∧∗V) ∧∗V:=k=0⨁n∧kV, where ∧0V:=R.
The product between two elements is given by juxtaposition, more precisely, if A=v1∧⋯∧vk∈∧kV, B=w1∧⋯∧wl∈∧lV, then
A∧B:=v1∧⋯∧vk∧w1∧⋯∧wl∈∧k+1V.
Example of R3
Let V=R3, and equip V with the standard inner product.
Cross product
Consider the ∧2V, its dimension is (23)=3, hence element of it are sometimes called pseudo-tensor. If we use the standard basis e1,e2,e3 on V, then we have the following basis for ∧2V:
e1∧e2,e1∧e3,e2∧e3.
There is a bijection from ∧2V→V, called “Hodge star” ⋆, which goes as follows:
⋆:e1∧e2↦e3,e2∧e3↦e1,e3∧e1↦e2.
Thus, we may recover our familiar cross-product $\b v \times \b w$ formula as following
V×V∧∧2V⋆V.
Exercise: convince yourself that $\b v \wedge \b w = \star(\b v \wedge \b w)$.
Volume Forms and Determinant
For ∧3V, it is one-dimensional, with e1∧e2∧e3 as a basis. Thus, element of ∧∗V are sometimes called pseudo-scalar.
Given three vectors v1,v2,v3, how to compute the signed volume formed by the parallelogram P(v1,v2,v3) (skewed boxes) with sides v1,v2,v3?
From vector calculus, we know the answer is the determinant of the 3 by 3 matrix, whose column-vectors are v1,v2,v3.
Volume of P(v1,v2,v3)=det(v1,v2,v3)=det⎝⎜⎛v11v12v13v21v22v23v31v32v33⎠⎟⎞
Now, we have another way to express it.
Volume of P(v1,v2,v3)=e1∧e2∧e3v1∧v2∧v3
Indeed, since both the numerator and denominators are elements of the one-dim vector space ∧3V, the raio makes sense.
Levi-Cevita Symbol and Kronecker Symbol
These are two symbols introduced in Boas's book. We list their definitions and some properties.
The Kronecker symbol is used everywhere
δij={10if i=jif i=j
The Levi-Cevita Symbol is a rank-3 tensor on R3. Its component with respect to the standard basis is
ϵijk=⎩⎪⎪⎨⎪⎪⎧1−10if ijk=123,231,312if ijk=213,132,321 if ijk has repeated indices
For example, we can use ϵijk to express the determinant
det(v1,v2,v3)=ijk∑ϵijkv1iv2jv3k.
The Levi-Cevita symbol has generalization to higher dimension. It is a rank n tensor on Rn, i.e, it has n indices. Let I denote the index. ϵI=1 if I can be obtained from 12⋯n by even number of permutation, and ϵI=−1 if I can be similarly obtained by odd number of permutations, and ϵI=0 if there are repeated indices in I.
Another useful property is that
i∑ϵijkϵilm=δjlδkm−δjmδkl
math121b/01-29.txt · Last modified: 2020/01/29 10:44 (external edit)