Let $x=(x_1,x_2)$ and $ y=(y_1,y_2)$ be vectors in the vector space $C^2$ over $C$ and define $\langle \cdot,\cdot\rangle : C^2 \times C^2 \rightarrow C$ by
$ \langle x,y\rangle =3x_1 \overline{y_1}+(1+i)x_1 \overline{y_2}+(1-i)x_2 \overline{y_1}+x_2 \overline{y_2} $
Show that $\langle x,x\rangle > 0$ if $x \neq0$.
So what I have so far is:
$\begin{aligned} \langle x,x\rangle &= 3x_1 \overline{x_1}+(1+i)x_1 \overline{x_2}+(1-i)x_2 \overline{x_1}+x_2 \overline{x_2} \\ &= 3|x_1|^2 + |x_2|^2 +x_1 \overline x_2 + ix_1\overline x_2 - ix_2 \overline x_1 +x_2 \overline x_1 \\ &=3|x_1|^2 + |x_2|^2 + (1+i)(x_1 \overline x_2 - i\overline x_1 x_2) \end{aligned}$
Now $3|x_1|^2 + |x_2|^2 >0$ if $x \neq0$, but I don't know how to show that $(1+i)(x_1 \overline x_2 - i\overline x_1 x_2) >0$ as well.
Any guidance would be appreciated.
Thank you.
$$ \begin{align} \langle x,x\rangle &=3x_1\bar{x}_1+(1+i)x_1\bar{x}_2+(1-i)x_2\bar{x}_1+x_2 \bar{x}_2\tag1\\[6pt] &=3|x_1|^2+|x_2|^2+2\mathrm{Re}((1+i)x_1\bar{x}_2)\tag2\\[6pt] &\ge3|x_1|^2+|x_2|^2-2\sqrt2|x_1||x_2|\tag3\\[3pt] &=\frac52|x_1|^2+\frac45|x_2|^2-2\sqrt2|x_1||x_2|+\frac12|x_1|^2+\frac15|x_2|^2\tag4\\ &=\left(\sqrt{\tfrac52}\,|x_1|-\sqrt{\tfrac45}\,|x_2|\right)^2+\frac12|x_1|^2+\frac15|x_2|^2\tag5\\ &\ge\frac12|x_1|^2+\frac15|x_2|^2\tag6 \end{align} $$ Explanation:
$(1)$: definition of the inner product
$(2)$: $x+\bar{x}=2\mathrm{Re}(x)$
$(3)$: triangle inequality
$(4)$: $3=\frac52+\frac12$ and $1=\frac45+\frac15$
$(5)$: recognize the square of a difference
$(6)$: the square of a real number is greater than or equal to $0$