Dr. Matthieu R Bloch
Wednesday September 01, 2021
Self assessment
Assignment 2 coming
Graduate teaching assistants + office hours
Course slides: https://bloch.ece.gatech.edu/teaching/ece7750fa21/
Last time:
Today: pre-Hilbert spaces (inner product spaces)
Monday September 06, 2021: Hilbert spaces
Let \(\set{v_i}_{i=1}^n\) be a set of vectors in a vector space \(\calV\)
\(\set{v_i}_{i=1}^n\) is linearly independent (or the vectors \(\set{v_i}_{i=1}^n\) are linearly independent ) if (and only if) \[ \sum_{i=1}^na_iv_i = 0\Rightarrow \forall i\in\intseq{1}{n}\,a_i=0 \] Otherwise the set is (or the vectors are) linearly dependent.
Any set of linearly dependent vectors contains a subset of linearly independent vectors with the same span.
A basis of vector subspace \(\calW\) of a vector space \(\calV\) is a countable set of vectors \(\calB\) such that:
You should be somewhat familiar with bases (at least in \(\bbR^n\)):
Things sort of work in infinite dimensions, but we have to be bit more careful
The properties of vector space seen thus far provide an algebraic structure
We are missing a topological structure to measure length and distance
\(\norm{x}\) measures a length, \(\norm{x-y}\) measures a distance
? \(\bfx\in\bbR^d\qquad\norm[0]{\bfx}\eqdef\card{\set{i:x_i\neq 0}}\quad\norm[1]{\bfx}\eqdef\sum_{i=1}^d\abs{x_i}\quad \norm[2]{\bfx}\eqdef\sqrt{\sum_{i=1}^d x_i^2}\)
See board
In addition to a topological and algebraic strucure, what if we want to do geometry?
An inner product space over \(\bbR\) is a vector space \(\calV\) equipped with a positive definite symmetric bilinear form \(\dotp{\cdot}{\cdot}:\calV\times\calV\to\bbR\) called an inner product
An inner product space is also called a pre-Hilbert space
See board
Unless stated otherwise, we will only deal with vector spaces on \(\bbR\) (things don’t change too much on \(\bbC\) but one should be a bit more careful) ## Induced norm and orthogonality
In an inner product space, an inner product induces a norm \(\norm{x} \eqdef \sqrt{\dotp{x}{x}}\)
A norm \(\norm{\cdot}\) is induced by an inner product on \(\calV\) iff \(\forall x,y\in\calV\) \(\norm{x}^2+\norm{y}^2 = \frac{1}{2}\left(\norm{x+y}^2+\norm{x-y}^2\right)\)
If this is the case, the inner product is given by the polarization identity \[\dotp{x}{y}=\frac{1}{2}\left(\norm{x}^2+\norm{y}^2-\norm{x-y}^2\right)\]
An inner product satisfies \(\forall x,y\in\calV\) \(\dotp{x}{y}^2\leq\dotp{x}{x}\dotp{y}{y}\)
Two vectors \(x,y\in\calV\) are orthogonal if \(\dotp{x}{y}=0\). We write \(x\perp y\) for simplicity.
A vector \(x\in\calV\) is orthogonal to a set \(\calS\subset\calV\) if \(\forall s\in\calS\) \(\dotp{x}{s}=0\). We write \(x\perp \calS\) for simplicity.