In the book of Linear Algebra by Werner Greub, at page 209, it is given that
if $x,y \in \mathbb{H}$, then $$\overline {x\cdot y} = \bar y \cdot \bar x,$$ where $\cdot$ represents the product on quaternions and bar means the conjugate of the quaternion.
To prove this, I first tried to find the conjugate of the product $x \cdot y$; $$\overline{x\cdot y} = -(x,y)e + x\times y,$$ where $\times$ represents the cross product defined on $\mathbb{H}$. Then I have expanded the above expression with the decompositions $$x= \lambda_x e + x_0 \qquad y = \lambda_y e + y_0, \quad \text{where $x_0, y_0$ are in the complement space of $e$}.$$ Hence I get the expression
$$\overline{x\cdot y} = -e[\lambda_x \lambda_y + (x_0, y_0)] - e\times [\lambda_x y_0 - \lambda_y x] + \overline{x_0 \times y_0}.$$ However, I don't know how to find the conjugate of the term $x_0 \times y_0$ in the last expression. I mean if I can show that this cross product is in the orthogonal complement space of $e$, then I can say that $$\overline{x_0 \times y_0} = - x_0 \times y_0,$$ but I do not know whether this claim true or not, so I am basically stuck, and looking some help from you guys.
The easiest way i figured out to prove this fact is to carry out this computation for all the pairs of elements in $\{ 1, i, j, k \}$ which is trivial even if may be tedious
Once you have done it - assuming we are talking about real quaternion - the equality holds for all elements in $\mathbb{H}$ since
$$ \overline{(a_1v_1 + a_2v_2) \cdot (b_1w_1 + b_2w_2)} = \sum_{i=1}^2 \sum_{j=1}^2 a_i b_i \overline{ v_i \cdot w_j } $$
and
$$ \overline{(b_1w_1 + b_2w_2)} \cdot \overline{(a_1v_1 + a_2v_2)} = \sum_{i=1}^2 \sum_{j=1}^2 a_i b_j \overline{v_i} \cdot \overline{w_j} $$
For $a_i,b_j$ real numbers. The idea is to finally write $v$ and $w$ as the sum of their components.