I'm trying to align the = of the third line with the second = of the second line. I've tried several combinations with no pleasing result. There are numerous 'alignment' questions and answers but none seem to fit this (trivial?) situation.
MWE:
\documentclass[12pt,a4paper]{article} \usepackage[fleqn]{amsmath} \begin{document} \begin{alignat*}{2} \text{Then } x &= a_0y \text{ for some } y \in D\\ &= a_0uy = a_0yu\\ &= xu \end{alignat*} \end{document} 


