If x and y are real numbers then the inner product is as follows:
The result is simple multiplication. Actually we would also get this result with x and y both being vectors in 1D space.
Next, assume that instead of Scalars, we have Vectors with n components.
Several Identities are true for Inner Products where u,v,w are vectors and a is a scalar:
- <u + v,w> = <u,w> + <v,w>
- <av,w> = a<v,w>
We recognize the above two as showining linearity for the first argument.
- <v,w> = <w,v>
- <v,v> > 0 if v is nonzero
- <v,v> = 0 if v=0
We can see in these rules the same ideas that we saw for Bra-Ket notation.
