Suppose V be a vector space over F.
Inner product is an operation ⟨x,y⟩ satisfying:
- ⟨x,y⟩:V×V→F is a function
- ⟨x+y,z⟩=⟨x,z⟩+⟨x,z⟩
- ⟨x,y⟩=⟨y,x⟩ (complex conjucate)
- ⟨ax,y⟩=a⟨x,y⟩
- ⟨x,y⟩≥0 and ⟨x,x⟩=0⟺x=0
Properties
- ⟨x,y+z⟩=⟨x,y⟩+⟨x,z⟩
Invert it. Use the plus expansion on first operand. Invert it back.
- ⟨x,ay⟩=a⟨x,y⟩
Invert it. Extract a. Invert it back.
Inner Product Space
A vector space equipped with an inner product.