I'm using a \bigsqcup that involves a \sideset inside a subscript for a function, but the \bigsqcup symbol doesn't get smaller like everything else. Is there a way to make it shrink proportionally with the other symbols while using \sideset?
Here's a self contained example:
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\begin{equation*}
\bigsqcup_{\sideset{}{_B}\bigsqcup V} A
\end{equation*}
\end{document}
It displays like this:


\bigsqcup A_{\bigsqcup}. It would be helpful if you composed a fully compilable MWE including\documentclassand the appropriate packages that sets up the problem. While solving problems is fun, setting them up is not. Then those trying to help can simply cut and paste your MWE and get started on solving problem. – Peter Grill Dec 22 '12 at 4:43sidesetrelated, so the question is updated with that information. – Arlen Cox Dec 22 '12 at 6:41