I'm trying to align a short equation and a long one.
Could you explain why the highlighted parts are not properly aligned?
\documentclass{article} \usepackage{amsmath} \begin{document} \[ \left\{ \begin{aligned} d x_t^i &= v_t^i d t, \\ \begin{split} d v_t^i &= - (\nabla U (X_t^{i, n}) - \nabla U (\bar X_t^i)) d t \\ & \qquad + \bigg [ \bigg ( \frac{1}{n} \sum_{j=1}^n K (X_t^{i, n} - X_t^{j, n}) \bigg )^m - (K* \mu_t)^m (\bar X_t^i) \bigg ] d B_t^i. \end{split} \end{aligned} \right. \] \end{document} 



&just a nested split on the left hand side and an empty right hand side so the right edge of the split aligns with right edge of dx_t^i above. remove thesplitso all three rows in onealignedPackage amsmath Warning: Cannot use 'split' here; trying to recover with 'aligned' on input line 12.Shouldn't it be alright if you don't use thesplitenvironment? Also I'd align the equations after the=, i.e.... ={}& ...\[is unnumbred, andalignedandsplitdo not make labeled rows, just subterms likearray