I am combining sub- and superscripts in the denominator of a fraction. I get ill behaviour when the exponent is preceded with a minus sign:

I would expect the sub- and superscript of the first two elements be aligned. I do understand the different alignment of the third element, when the superscript is absent. However, the misalignment cannot be rescued by the usage of \vphantom.
Here's the minimal example:
\documentclass{minimal}
\usepackage{amsmath}
\begin{document}
\begin{equation*}
\frac{1}{l_e^{1} l_e^{-1} l_e l_e^{\vphantom{3}-1}}
\end{equation*}
\end{document}
Any help is highly appreciated. Thank you very much for your time.



l_e^{}l_e^{-1}. The\vphantomserves no purpose. – egreg Mar 04 '16 at 13:16l_e^{1} l_e^{-1}. There's already a superscript present. – somehow.different Mar 04 '16 at 13:40