Is it possible to vertically align two or more proof trees, typeset using bussproofs, so that the bottommost lines of the rules are at the same level? Consider for example the following:
\begin{center}
\AxiomC{$(A_i)^{i \in 1..n}$}
\UnaryInfC{$\vdash A$}
\DisplayProof
\qquad
\AxiomC{}
\UnaryInfC{$\vdash B$}
\DisplayProof
\end{center}

\raisebox{-6pt}{<proof>}. However, with this approach you have to manually adjust the distance that is needed to shift this proof to align with the other proof. – leandriis May 19 '18 at 18:09