$$\overline{\langle x,y\rangle } = {\langle \overline{x},\overline{y}\rangle } ?$$
Hello, first time asker here!
I have looked online for proofs of the above statement. Whilst some stackexchange questions imply that the above statement is true, I have not been able to find a proof. Why conjugate when switching order of inner product?
Context: I am learning about complex inner product spaces and trying to prove result 7.14 from this question Why does the fact that "Tv is orthogonal to v for all v implies T is the zero operator"? . However the proof does not seem very intuitive to me. Here's an image link since one needs 10 reputation to post images
https://i.sstatic.net/XBk1a.png
Before searching for an answer online, I proved via sesquilinearity of the complex inner product that $$\langle T\left( u+v\right) ,(u+v)\rangle =0 \implies \langle Tu,v\rangle =\overline{-\langle u,Tv\rangle }$$ After looking at the image, I thought 'hmm I can replace (u+v) with (u+iv) and that gives me:' $$\langle T\left( u+iv\right) ,(u+iv)\rangle =0 \implies \langle Tu,iv\rangle =\overline{-\langle u,T(iv)\rangle }$$ then perhaps(?) I could do this:
$$ \implies \langle Tu,iv\rangle ={-\langle \overline{u},\overline{T(iv)}\rangle }$$
$$ \stackrel{?}{\implies} \langle Tu,iv\rangle ={-\langle \overline{u},\overline{T}(\overline{iv})\rangle }$$ In the question assigned to me I am not told if T is a matrix or a linear operator, or anything else which is cool and could go into a < , > . Thank you for reading through this verbose context text, any thoughts would be much appreciated. Anyway,
my understanding is imperfect-I would be very grateful to see a proof (or even a counterexample :o) of $$\overline{\langle x,y\rangle } = {\langle \overline{x},\overline{y}\rangle }$$
A simple "yes. This is true" would also be helpful : )
19/03/24 edit: $\overline{x}$ refers to componentwise complex conjugation. The answer is no, one cannot bring down the conjugation bar.
Counterexample: let $V=\mathbb{C}^n$ and $$ F(v, w)=\bar{v}^t A w $$ for some $A \in M_{n \times n}(\mathbb{C})$. Then $F$ is a sesquilinear form, and $F$ is conjugate symmetric if and only if $A=\bar{A}^t$ as for all $i, j=1, \cdots, n$ we have $$ F\left(e_i, e_j\right)=\bar{e}_i^t A e_j=a_{i j} \text { and } \overline{F\left(e_i, e_j\right)}=\overline{\bar{e}_i^t A e_j}=\bar{a}_{i j} $$ Taking F to be $\langle \cdot, \cdot\rangle$ one replicates a counterexample similar to the one at the end of mechanodroid's answer below. To the Math StackExchange community: thank you for all of the comments and the answer. It was a nice experience reviewing this post and then understanding responses a year later.