I am trying to break an equation and align the characters under each other. Here is an example:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
f(a) &= f(b) + 3 + \
&\phantom{{}=f(b) + } 4 \nonumber
\end{align}
\end{document}
This aligns 4 under the plus sign, however, I want 4 to be aligned under 3. Do I need to add a character to the phantom?
The code produces


{} =inside the phantom – daleif Mar 27 '21 at 09:164is still not 100% under3though. – Tyler D Mar 27 '21 at 09:17=neeeds to see something aster it as well (like in the image the spacing after3is wrong\phantom{{}=f(b) + {}}– daleif Mar 27 '21 at 09:27