Inner Products, Orthogonality and Isometries

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:01 PM on 6/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

What’s the Hermitian inner product?

The Hermitian inner product on Cn\mathbb{C}^n is defined by x,y=i=1nxiyi\langle x,y\rangle = \sum_{i=1}^n x_i \overline{y_i} for x=(x1,,xn),  y=(y1,,yn)Cn.x=(x_1,\dots,x_n),\; y=(y_1,\dots,y_n)\in \mathbb{C}^n.

2
New cards

What’s an inner product on a vector space V?

A function V×VF:(u,v)u,vV\times V\to\mathbb{F}:(u,v)\rightarrow\langle u,v\rangle which satisfies the following:

(1) u,v=v,u\text{(1) } \langle u,v\rangle = \overline{\langle v,u\rangle}

(2) αu+w,v=αu,v+w,v\text{(2) } \langle \alpha u + w, v\rangle = \alpha \langle u,v\rangle + \langle w,v\rangle

(3) v,v0 and v,v=0    v=0.\text{(3) } \langle v,v\rangle \ge 0 \text{ and } \langle v,v\rangle = 0 \iff v = 0."

For all u,v,wV,αFu,v,w \in V, \alpha \in \mathbb{F}

3
New cards

What does u,αv\langle u,\alpha v\rangle equal when V is an inner product space?

αu,v\overline{\alpha}\langle u,v\rangle

4
New cards

What’s the definition of an orthogonal set?

A set SV{0}S\subseteq V\setminus{}\left\lbrace0\right\rbrace is orthogonal if, for all u,vSu,v\in S

uv    u,v=0u\ne v\implies\langle u,v\rangle=0

In other words, the set SS of non-zero vectors is orthogonal if any two of its elements are othogonal.

5
New cards

Proof sketch: why is any orthogonal set of non-zero vectors linearly independent?

Assume λ1u1++λkuk=0\lambda_1u_1+\cdots+\lambda_ku_k=0.

Take the inner product with one vector uju_j.

Orthogonality kills all the other terms, so we get λjuj,uj=0\lambda_j\langle u_j,u_j\rangle=0, i.e. λjuj2=0\lambda_j\|u_j\|^2=0. Since uj0u_j\neq0, we have uj20\|u_j\|^2\neq0, so λj=0\lambda_j=0.

This works for every jj, so all coefficients are zero. Therefore the set is linearly independent.

6
New cards

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.

  1. Calculate the set of vectors defined by

    1. v1=u1v_1=u_1

    2. v2=u2u2,v1v1,v1v1v_2=u_2-\frac{\langle u_2,v_1\rangle}{\langle v_1,v_1\rangle}v_1

    3. v3=u3u3,v1v1,v1v1u3,v2v2,v2v2v_3=u_3-\frac{\langle u_3,v_1\rangle}{\langle v_1,v_1\rangle}v_1-\frac{\langle u_3,v_2\rangle}{\langle v_2,v_2\rangle}v_2

    4. \vdots

    5. vk=uki=1k1uk,vivi,viviv_k=u_k-\sum_{i=1}^{k-1}\frac{\langle u_k,v_i\rangle}{\langle v_i,v_i\rangle}v_i

  2. Normalise the viv_i to obtain a set of unit vectors.

    1. C={1v1v1,,1vkvk}C=\left\lbrace\frac{1}{\left\Vert v_1\right\Vert}v_1,\ldots,\frac{1}{\left\Vert v_{k}\right\Vert}v_{k}\right\rbrace

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.

7
New cards

What does it mean for a linear transformation T:VWT:V→W , where VV,WW are inner product spaces over the same field, to preserve norms and preserve inner products?

T preserves norms if T(v)=v,vV\left\Vert T\left(v\right)\right\Vert=\left\Vert v\right\Vert,\forall v\in V

T preserves inner products if T(v1),T(v2)=v1,v2\langle T\left(v_1\right),T\left(v_2\right)\rangle=\langle v_1,v_2\rangle

8
New cards

If T preserves norms, what can we say about it preserving inner products?

T preserves norms     \iff T preserves inner products

9
New cards

Proof that

  • T is an isomorphisms and preserves inner products

  • T is surjective and preserves norms

are equivalent for any linear transformation T:VWT:V→W where V,WV,W are inner product spaces.

Proof:

(    \implies) Since T is an isomorphism it is surjective and since it preserves inner products it preserves norms.

(    \impliedby) Since T preserves norms, it preserves inner products. To prove T is injective and hence an isomorphism, we show Ker(T)={0}Ker(T)=\left\lbrace0\right\rbrace. Let vv be such that T(v)=0T(v)=0. Then v=T(v)=0=0\left\Vert v\right\Vert=\left\Vert T\left(v\right)\right\Vert=\left\Vert0\right\Vert=0 so v=0v=0. This shows Ker(T){0}Ker(T)\subseteq\left\lbrace0\right\rbrace . Since T(0)=0T(0)=0 we have 0Ker(T)0\in Ker(T) so Ker(T)={0}Ker(T)=\left\lbrace0\right\rbrace.

10
New cards

What is an isometry?

A linear transformation T:VWT:V→W where V,WV,W are inner product spaces, is an isometry if TT is surjective and preserves norms.

If there is an isometry VWV→W then we say that VV and WW are isometric.

11
New cards

Proof sketch: Let V,WV,W be nn-dimensional inner product spaces and T:VWT:V\to W linear. If {v1,,vn}\{v_1,\ldots,v_n\} is an orthonormal basis of VV, prove the equivalence between:

(a) TT preserves norms,

(b) {T(v1),,T(vn)}\{T(v_1),\ldots,T(v_n)\} is an orthonormal basis of WW, and

(c) TT is an isometry.

(a) \Rightarrow (b):

If TT preserves norms, then it preserves inner products, so T(vi),T(vj)=vi,vj\langle T(v_i),T(v_j)\rangle=\langle v_i,v_j\rangle. Since {v1,,vn}\{v_1,\ldots,v_n\} is orthonormal, the vectors T(v1),,T(vn)T(v_1),\ldots,T(v_n) are also orthonormal. There are nn of them in an nn-dimensional space WW, so they form an orthonormal basis.

(b) \Rightarrow (c):

If {T(v1),,T(vn)}\{T(v_1),\ldots,T(v_n)\} is an orthonormal basis of WW, then every wWw\in W can be written as w=μiT(vi)=T(μivi)w=\sum \mu_iT(v_i)=T(\sum \mu_iv_i), so TT is surjective. Also, if v=λiviv=\sum \lambda_iv_i, then T(v)=λiT(vi)T(v)=\sum \lambda_iT(v_i). Using orthonormality, v2=λi2\|v\|^2=\sum|\lambda_i|^2 and T(v)2=λi2\|T(v)\|^2=\sum|\lambda_i|^2, so T(v)=v\|T(v)\|=\|v\|. Hence TT is an isometry.

(c) \Rightarrow (a): Immediate, since an isometry preserves norms.

12
New cards

What’s the conjugate transpose of a matrix A?

The n×mn\times m matrix Anm(C)A^*_{nm}(\mathbb{C}) whose (i,j)(i,j) entries are defined by Aij=AjiA_{ij}^{*}=\overline{A_{ji}}.

13
New cards

Properties of the conjugate transpose?

(A+B)+A+B(A+B)^*+A^*+B^*

(αA)=αˉA(\alpha A)^*=\bar{\alpha}A^*

(BA)=AB(BA)^*=A^*B^*

where α\alpha is a complex number.

14
New cards

What does it mean for a matrix to be unitary?

The columns form an orthogonal basis for Fn\mathbb{F}^n. When F=R\mathbb{F}=\mathbb{R} we say UU is orthogonal.

U1=UU^{-1}=U^*

15
New cards

Summarise the equivalent conditions for a unitary matrix UMn(F)U\in M_n(\mathbb F).

The following are equivalent:

  • UU is unitary

  • UU=InU^*U=I_n

  • UU=InUU^*=I_n

  • the rows of UU, transposed as columns, form an orthonormal basis of Fn\mathbb F^n.

  • The columns of UU form an orthonormal basis of Fn\mathbb{F}^n

Proof idea: let v1,,vnv_1,\ldots,v_n be the columns of UU.

The (i,j)(i,j) entry of UUU^*U is vj,vi\langle v_j,v_i\rangle, so UU=InU^*U=I_n means the columns of UU are orthonormal.

Since there are nn orthonormal vectors in Fn\mathbb F^n, they form an orthonormal basis.

Similarly, if the rows of UU are written as column vectors u1,,unu_1,\ldots,u_n, then the (i,j)(i,j) entry of UUUU^* is ui,uj\langle u_i,u_j\rangle, so UU=InUU^*=I_n means the rows are orthonormal.

Finally, if UU=InU^*U=I_n, then UU^* is a left inverse of the square matrix UU, so U1=UU^{-1}=U^* and hence UU=InUU^*=I_n. Thus the conditions are equivalent.

16
New cards

What is the inverse of a unitary matrix UU?

UU^*