Chapter 6 Flashcards

1
Q

inner product (on V)

A

a function that takes each ordered pair (u,v) of elements of V to a number ⟨u, v⟩ in F and has the following properties:
- positivity: ⟨v, v⟩ ≥ 0 for all v in V
- definiteness: ⟨v, v⟩ = 0 iff v = 0
- additivity in first slot: ⟨u + v, w⟩ = ⟨u, w⟩ + ⟨v, w⟩ for all u, v, w in V
- homogeneity in first slot: ⟨λu, v⟩ = λ⟨u, v⟩ for all λ in F and all v in V
- conjugate symmetry: ⟨u, v⟩ = ˜⟨v, u⟩˜ (conjugate) for all u, v in V


How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Pythagorean Theorem

A

Suppose u and v are orthogonal vectors in V.

Then ||u + v||^2 = ||u||^2 + ||v||^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

an orthogonal decomposition

A

Suppose u, v in V, with v ≠ 0.

Set c = ⟨u, v⟩ / ||v||^2
and w = u - (⟨u, v⟩ / ||v||^2)*v.

Then
⟨w, v⟩ = 0
and u = cv + w


How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Cauchy-Schwarz Inequality

A

Suppose u, v in V.
Then |⟨u, v⟩| ≤ ||u|| ||v||.
This inequality is an equality iff one of u, v is a scalar multiple of the other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Triangle Inequality

A

Suppose u, v in V. Then ||u + v|| ≤ ||u|| + ||v||. This inequality is an equality iff one of u, v is a nonnegative multiple of the other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

orthonormal

A
  • each vector in the list has norm 1 and is orthogonal to all other vectors in the list
  • in other words, a list e1,…,em of vectors in V s.t. ⟨ej, ek⟩ = 1 if j = k, 0 if j ≠ k
    
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

orthonormal basis (of V)

A

an orthonormal list of vectors in V that is also a basis of V


How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Schur’s Theorem

A

Suppose V is a finite-dimensional complex vector space and T in L(V).
Then T has an upper-triangular matrix w.r.t. some orthonormal basis of V


How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Riesz Representation Theorem

A

suppose V is finite-dimensional and phi is a linear functional on V. Then there is a unique vector u in V s.t. phi(v) = ⟨v, u⟩ for every v in V

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How to write a vector as linear combination of orthonormal basis

A

Suppose e1,…,en is an orthonormal basis of V and v in V.
Then v = ⟨v, e1⟩e1 + … + ⟨v, en⟩en
and ||v||^2 = |⟨v, e1⟩|^2 + … + |⟨v, en⟩|^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the norm of an orthonormal linear combination?

A

if e1,…,em is an orthonormal list of vectors in V,

Then ||a1e1 + … + amem||^2 = |a1|^2 + … + |am|^2 for all a1,…,am in F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Gram-Schmidt Procedure

A

Suppose v1,…,vm is a linearly independent list of vectors in V.

Let e1 = v1 / ||v1||.

For j = 2,…,m, define ej inductively by
ej = (vj - ⟨vj, e1⟩e1 - … - ⟨vj, e(j-1)⟩e(j-1)) /
||vj - ⟨vj, e1⟩e1 - … - ⟨vj, e(j-1)⟩e(j-1)||.

Then:
e1,…,em is an orthonormal list of vectors in V s.t. span(v1,…,vj) = span(e1,…,ej) for j = 1,…,m


How well did you know this?
1
Not at all
2
3
4
5
Perfectly