Please compile the following MWE. As you will then see, the typesetting of $\mu^{\otimes\downarrow n}$ in the index is strange!
\documentclass{article}
\usepackage{amsmath}
\usepackage{imakeidx}
\makeindex
\begin{document}
\begin{align}\index{$\mu^{\otimes\downarrow n}$}
x
\end{align}
\printindex
\end{document}
NB: No problem for equation instead of align or if $\index{$\mu^{\otimes\downarrow n}$}$ is placed before \begin{align}.
What's wrong here?
idxfile contains\delimiter "3223379, which prints as a large bracket, instead of\downarrow. This occurs for other AMS environments includinggatherandmultline, but as @lpdbw says it is fine forequation– Andrew Swann Aug 15 '12 at 08:36