quietrain said:
[(a+ib)(c+id)]*
=ac-bd-iad-ibc
[...]
(a-ib)(c-id) = ac-bd-iad-ibc
This is the easiest way to do it.
quietrain said:
so for |wz| = sqrt[(wz)*(wz)] = sqrt(w*z*wz) = sqrt(w*wz*z)= sqrt(w*w)sqrt(z*z)=|w||z| ?
This is correct, but to justify the fourth equality, you need to prove either that z*z is real for all complex z, or that sqrt(wz)=(sqrt w)(sqrt z) for all complex w,z. The first option is the easiest: z*z=(c-id)(c+id)=c^2+d^2.
quietrain said:
oh so for normal inner product <v|v> = 1
For all non-zero v, yes.
quietrain said:
but if <v|v> = 0, then it is a semi-inner product and v can only be = 0?
No. If it's an inner product, this equality implies v=0. If it's a semi-inner product, it doesn't.
quietrain said:
so the inner product of something with itself can only be 0 if it is 0 itself? <0|0> = 0, nothing else?
Yes.
quietrain said:
i thought <u|v> = 0 if u≠v ? or is that the kronecker delta?
Only if you have already specified that u and v are members of the same orthonormal subset of a Hilbert space. It's certainly not true for arbitrary u,v.
quietrain said:
oh if u is orthogonal to v then <u|v> is 0 right?
Yes. The definition of "orthogonal" says that u and v are said to be orthogonal if <u,v>=0.
quietrain said:
also, i don't really understand this part
<v,v>=(1/2)<v,2v>=0 for all v, so that we actually have <u,v>=0 for all u,v.
why will having half of the inner product of v,2v be equal to 0 which equal <v|v> ? is this showing orthogonality?
I was showing you a consequence of your claim that for all u,v, we have <u,v>=0. Both inner products and semi-inner product are linear in the second variable, so for any complex c, we have <v,v>=(1/c)<v,cv>. Choose c≠1. Now your claim implies that the second factor on the right is 0. So we find that for all v, we have <v,v>=0. Since you had already assumed that <u,v>=0 whenever u≠v, the conclusion is that for
all u,v, we have <u,v>=0. This would be a completely useless semi-inner product. If it's an inner product, it even implies that the only vector in the inner product space is the zero vector.