Inner products¶
Inner product
Let \(V\) be a vector space over \(F\), where \(F\) is either \(\mathbb{R}\) or \(\mathbb{C}\). An inner product on \(V\) is a map \(\langle\cdot,\cdot\rangle:V\times V\to V\) that satisfies
\(V\) together with an inner product is called an inner product space.
Example
Let \(V=\mathsf{C}\left(\left[0,1\right],\mathbb{C}\right)\) be the vector space of all continuous functions defined on \([0,1]\) with codomain \(\mathbb{C}\). Let
then it is an inner product on \(V\).
Norm¶
Norm
Let \(V\) be a vector space over \(F\), where \(F\) is either \(\mathbb{R}\) or \(\mathbb{C}\). A norm on \(V\) is a map \(\|\cdot\|:V\to\mathbb{R}_{\ge0}\) that satisfies
where \(|\alpha|\) is the absolute value on \(F\).
\(V\) together with a norm is called a normed vector space.
Metric¶
Metric
Let \(V\) be a vector space over \(F\), where \(F\) is either \(\mathbb{R}\) or \(\mathbb{C}\). A metric on \(V\) is a map \(d:V\times V\to\mathbb{R}\) that satisfies
Inner product induces norm
Let \(V\) be an inner product space over \(F\). Then the map \(\|\cdot\|:V\to\mathbb{R}\) defined as
is a norm on \(V\).
Norm induces metric
Let \(V\) be a normed vector space over \(F\). Then the map \(d:V\times V\to\mathbb{R}\) defined as
is a metric on \(V\).
Note
The converse fails for both of the theorems above.
For example, let \(V=\mathbb{R}^2\), \(F=\mathbb{R}\) and define \(\|(a,b)\|:=|a|+|b|\). Assume that there is an inner product such that
Then
The discrete metric does not induce a norm on \(\mathbb{R}^2\). Since if \(x\neq0\), then \(d(x,0)=\|x\|=1\), and this causes \(1=d(2x,0)=\|2x\|=2\|x\|=2\).
Cauchy-Schwarz inequality¶
Cauchy-Schwarz inequality
Let \(V\) be an inner product space.
The inequality
holds for all \(x,y\in V\)
Remarks¶
The other side of the triangle inequality
Let \(V\) be a normed vector space, then
holds for all \(x,y\in V\).
The parallelogram law
Let \(V\) be an inner product space. Then the norm induced by the inner product satisfies
holds for all \(x,y\in V\).
Norm with parallelogram law induces inner product
Let \(V\) be a normed vector space. The norm satisfies the parallelogram law if and only if the norm is induced by some inner product on \(V\).