Of continuous functions
Here the space is CC[a,b] - the continuous functions over the interval [a,b] that are complex valued.
- (this is simpler then it sounds as for f∈CC[a,b] we really have f(x)=fr(x)+jfi(x) where j:=√−1)
[Expand]
- For f,g∈CC[a,b] we define ⟨f,g⟩:=∫baf(x)¯g(x)dx
Proof that this is an inner product:
- We require that ⟨f,g⟩=¯⟨g,f⟩
- Let us start with ¯⟨g,f⟩ and show it is equal to ⟨f,g⟩
- ¯⟨g,f⟩=¯∫bag(x)¯f(x)dx
- =¯∫ba(gr(x)+jgi(x))(fr(x)−jfi(x))dx
- =¯∫ba[fr(x)gr(x)+fi(x)gi(x)]dx+j∫ba[fr(x)gi(x)−fi(x)gr(x)]dx
- Note: the terms are arranged alphabetically but otherwise it's a standard expansion
- =∫ba[fr(x)gr(x)+fi(x)gi(x)]dx−j∫ba[fr(x)gi(x)−fi(x)gr(x)]dx
- =∫ba[fr(x)gr(x)+fi(x)gi(x)]dx+j∫ba[fi(x)gr(x)−fr(x)gi(x)]dx
- =∫ba(fr(x)+jfi(x))(gr(x)−jgi(x))dx
- =∫baf(x)¯g(x)dx
- =⟨f,g⟩
- As required, we have shown ¯⟨g,f⟩=⟨f,g⟩
- Now we require that ⟨αf+βg,h⟩=α⟨f,h⟩+β⟨g,h⟩
- As before, we will start with ⟨αf+βg,h⟩ and show it is equal to α⟨f,h⟩+β⟨g,h⟩
- ⟨αf+βg,h⟩=∫ba(αf(x)+βg(x))¯h(x)dx
- =α∫baf(x)¯h(x)dx+β∫bag(x)¯h(x)dx
- =α⟨f,h⟩+β⟨g,h⟩
- As required, we have shown ⟨αf+βg,h⟩=α⟨f,h⟩+β⟨g,h⟩
- Now we need to show that ∀f∈CC[a,b] that ⟨f,f⟩≥0 (and additionally ⟨f,f⟩=0⟺f=0 (that is f is the 0-vector, the function that maps all to 0)
- Let f∈CC[a,b] be given
- ⟨f,f⟩=∫baf(x)¯f(x)dx
- =∫ba(fr(x)+jfi(x))(fr(x)−jfi(x))dx
- =∫ba[fr(x)2+fi(x)2]dx
- Note that:
- fr(x)2≥0 always
- fi(x)2≥0 always
- Thus the integral is ≥0
- So ∫ba[fr(x)2+fi(x)2]dx≥0
- As required, we have shown that ⟨f,f⟩≥0 always (as f was arbitrary)
- Now I must show that ⟨f,f⟩=0⟹f=(:x↦0)
- Use contrapositive to do this, and a bit of analysis
- Finally I must show that f=(:x↦0)⟹⟨f,f⟩=0 which is the easiest part.
- Just be bothered to write it
TODO: Finish this off