I have two formulas in an align environment, and the second one starts with a bracket (this particular example is simplified):
\begin{align}
& x_\alpha(s) x_\alpha(t) \\
& \left[ x_\alpha(s), x_\beta(t) \right]
\end{align}
The result is terrible, apparently because of the spacing before the bracket:
Since I can't put an alignment point between the brackets, I tried to put a phantom of a bracket in the beginning of the first line as follows:
\begin{align}
& \phantom{\left[{}\vphantom{x_\beta(t)}\right.}
x_\alpha(s) x_\alpha(t) \\
& \left[ x_\alpha(s), x_\beta(t)\right]
\end{align}
The result is better, but still not perfect (my trick did not work as I expected):
So how can I achieve the perfect alignment?
Update. By the "perfect alignment" I mean that the upper x stands straight above the lower one:








