Given $A\in M_n(\mathbb C)$, show that the mappings
$$\alpha_A(B) = \frac{1}{2}(AB + BA^{*})$$ $$\beta_A(B) = \frac{1}{2i}(AB - BA^{*})$$
define $\mathbb R$-linear maps $HERM_n(\mathbb C) → HERM_n(\mathbb C)$.
Also show that $\alpha_A, \beta_A$ commute with each other.
What I did -
- First I proved that $\alpha_A$ and $\alpha_B$ are Hermitian.
- Then I tried to prove that $\alpha_A*\alpha_B=\alpha_B*\alpha_A$.
- The final expression was $AB^2A^*=BA^*AB$ but I can't see how they are equal.
.
You have misunderstood the meanings of $\alpha_A\beta_A$ and $\beta_A\alpha_A$.
$\alpha_A$ and $\beta_A$ are linear maps. The product $\alpha_A\beta_A$ means the function composition $\alpha_A\circ\beta_A$, i.e. $f=\alpha_A\circ\beta_A$ is the linear map defined by $f(B)=\alpha_A\left(\beta_A(B)\right)$.
When you are asked to prove that $\alpha_A$ commutes with $\beta_A$, what you need to prove is not that $$ \alpha_A(B)\beta_A(B)=\beta_A(B)\alpha_A(B)\quad\forall B, $$ but that $\alpha_A\circ\beta_A=\beta_A\circ\alpha_A$, i.e. $$ \alpha_A\left(\beta_A(B)\right)=\beta_A\left(\alpha_A(B)\right)\quad\forall B. $$