1/15
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What’s the Hermitian inner product?
The Hermitian inner product on Cn is defined by ⟨x,y⟩=∑i=1nxiyi for x=(x1,…,xn),y=(y1,…,yn)∈Cn.
What’s an inner product on a vector space V?
A function V×V→F:(u,v)→⟨u,v⟩ which satisfies the following:
(1) ⟨u,v⟩=⟨v,u⟩
(2) ⟨αu+w,v⟩=α⟨u,v⟩+⟨w,v⟩
(3) ⟨v,v⟩≥0 and ⟨v,v⟩=0⟺v=0."
For all u,v,w∈V,α∈F
What does ⟨u,αv⟩ equal when V is an inner product space?
α⟨u,v⟩
What’s the definition of an orthogonal set?
A set S⊆V∖{0} is orthogonal if, for all u,v∈S
u=v⟹⟨u,v⟩=0
In other words, the set S of non-zero vectors is orthogonal if any two of its elements are othogonal.
Proof sketch: why is any orthogonal set of non-zero vectors linearly independent?
Assume λ1u1+⋯+λkuk=0.
Take the inner product with one vector uj.
Orthogonality kills all the other terms, so we get λj⟨uj,uj⟩=0, i.e. λj∥uj∥2=0. Since uj=0, we have ∥uj∥2=0, so λj=0.
This works for every j, so all coefficients are zero. Therefore the set is linearly independent.
What is the Gram-Schmidt process and what are the steps for it.
A way to turn a linearly independent set into an orthonormal set.
The Gram-Schmidt process consists of the following steps.
Calculate the set of vectors defined by
v1=u1
v2=u2−⟨v1,v1⟩⟨u2,v1⟩v1
v3=u3−⟨v1,v1⟩⟨u3,v1⟩v1−⟨v2,v2⟩⟨u3,v2⟩v2
⋮
vk=uk−i=1∑k−1⟨vi,vi⟩⟨uk,vi⟩vi
Normalise the vi to obtain a set of unit vectors.
C={∥v1∥1v1,…,∥vk∥1vk}
Remark: If we come across a vector that is difficult to work with due to awkward fractions for example, we can replace it by a non-zero scale factor.
What does it mean for a linear transformation T:V→W , where V,W are inner product spaces over the same field, to preserve norms and preserve inner products?
T preserves norms if ∥T(v)∥=∥v∥,∀v∈V
T preserves inner products if ⟨T(v1),T(v2)⟩=⟨v1,v2⟩
If T preserves norms, what can we say about it preserving inner products?
T preserves norms ⟺ T preserves inner products
Proof that
T is an isomorphisms and preserves inner products
T is surjective and preserves norms
are equivalent for any linear transformation T:V→W where V,W are inner product spaces.
Proof:
(⟹) Since T is an isomorphism it is surjective and since it preserves inner products it preserves norms.
(⟸) Since T preserves norms, it preserves inner products. To prove T is injective and hence an isomorphism, we show Ker(T)={0}. Let v be such that T(v)=0. Then ∥v∥=∥T(v)∥=∥0∥=0 so v=0. This shows Ker(T)⊆{0} . Since T(0)=0 we have 0∈Ker(T) so Ker(T)={0}.
What is an isometry?
A linear transformation T:V→W where V,W are inner product spaces, is an isometry if T is surjective and preserves norms.
If there is an isometry V→W then we say that V and W are isometric.
Proof sketch: Let V,W be n-dimensional inner product spaces and T:V→W linear. If {v1,…,vn} is an orthonormal basis of V, prove the equivalence between:
(a) T preserves norms,
(b) {T(v1),…,T(vn)} is an orthonormal basis of W, and
(c) T is an isometry.
(a) ⇒ (b):
If T preserves norms, then it preserves inner products, so ⟨T(vi),T(vj)⟩=⟨vi,vj⟩. Since {v1,…,vn} is orthonormal, the vectors T(v1),…,T(vn) are also orthonormal. There are n of them in an n-dimensional space W, so they form an orthonormal basis.
(b) ⇒ (c):
If {T(v1),…,T(vn)} is an orthonormal basis of W, then every w∈W can be written as w=∑μiT(vi)=T(∑μivi), so T is surjective. Also, if v=∑λivi, then T(v)=∑λiT(vi). Using orthonormality, ∥v∥2=∑∣λi∣2 and ∥T(v)∥2=∑∣λi∣2, so ∥T(v)∥=∥v∥. Hence T is an isometry.
(c) ⇒ (a): Immediate, since an isometry preserves norms.
What’s the conjugate transpose of a matrix A?
The n×m matrix Anm∗(C) whose (i,j) entries are defined by Aij∗=Aji.
Properties of the conjugate transpose?
(A+B)∗+A∗+B∗
(αA)∗=αˉA∗
(BA)∗=A∗B∗
where α is a complex number.
What does it mean for a matrix to be unitary?
The columns form an orthogonal basis for Fn. When F=R we say U is orthogonal.
U−1=U∗
Summarise the equivalent conditions for a unitary matrix U∈Mn(F).
The following are equivalent:
U is unitary
U∗U=In
UU∗=In
the rows of U, transposed as columns, form an orthonormal basis of Fn.
The columns of U form an orthonormal basis of Fn
Proof idea: let v1,…,vn be the columns of U.
The (i,j) entry of U∗U is ⟨vj,vi⟩, so U∗U=In means the columns of U are orthonormal.
Since there are n orthonormal vectors in Fn, they form an orthonormal basis.
Similarly, if the rows of U are written as column vectors u1,…,un, then the (i,j) entry of UU∗ is ⟨ui,uj⟩, so UU∗=In means the rows are orthonormal.
Finally, if U∗U=In, then U∗ is a left inverse of the square matrix U, so U−1=U∗ and hence UU∗=In. Thus the conditions are equivalent.
What is the inverse of a unitary matrix U?
U∗