I have the following MWE
\documentclass[xcolor=pdftex,t,11pt]{beamer}
\begin{document}
\renewcommand{\theequation}{A\arabic{equation}}
\setcounter{equation}{0}
\section{Appendix}
\begin{frame}[label=C1]
\frametitle{Appendix}
\framesubtitle{Derivation of Eq. 7}
\begin{itemize}
\item In order to derive Eq. 7, let us re-write Eq. {\ref{6}} as follows:\medskip
\begin{eqnarray}
\Delta _{i}=V_{i}^{F}-\left(1-p_{j}\right)f_{i}\left(L_{i}^{N}\right)-p_{i}f_{j}\left( L_{j}^{N}\right)-v_{i}\left(T-L_{i}^{N}\right)
\begin{array}{c}
> \\
= \\
<%
\end{array}%
0
\end{eqnarray}
\end{itemize}
\end{frame}
\end{document}
I am wondering how I can leave some space between the 0 and the number of equation. Any hint? Thanks in advance

&on each line. – David Carlisle Apr 19 '18 at 22:35