Inner Products and Norms

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

What is an inner product on a vector space V?

An inner product is a function \langle.,.\rangle:V\times V\rightarrow\mathbb{F} satisfying for all u,v,w\in V, \alpha\in\mathbb{F}:

  1. Linearity in the first argument

  2. Conjugate symmetry: \langle v,u\rangle =\overline{\langle u,v\rangle}

  3. Positive-definiteness: \langle vv\rangle \geq0 with equality iff v=0.

2
New cards

What is a real inner product?

An inner produce over \mathbb{R} satisfying:

  • \langle u,v\rangle=\langle v,u\rangle (symmetry)

  • \langle u,u\rangle >0 for u\neq 0

3
New cards

What is the standard inner product on \mathbb{F}^n?

For u=(u_1,…,u_n) and v=(v_1,…,v_n), \langle u,v\rangle=\sum^n_{i=1}u_i\overline{v_i}. This is the usual dot product in \mathbb{R}^n and Hermitian form in \mathbb{C}^n.

4
New cards

What is the norm of a vector in an inner product space?

\|v\|=\sqrt{\langle v,v\rangle}. It measures the “length”" of the vector.

5
New cards

What is the distance between two vectors in an inner product space?

dist(u,v)=\|u-v\|