When you use the \intertext in the \align* environment with the amsmath package, it has a small vertical space between the displayed text and equation even though it is still coded on the same line as the equation.
In a regular line of code, you can type \intertext{text} (generic equation) on the one line. Yet, when it is compiled, it visual output shows a small vertical space between the text and the equation that I did not add manually.
I am using \intertext because it is left-aligned and I don't want the equation itself to be left-aligned, just the text, but it should also be on the same displayed line as the \intertext.

\intertextbeing on the same line as the math display. Are you talking about your code, or the output? If you just want some textual display, use\text, not\intertext. – Werner Jan 06 '19 at 02:43\intertextand it inserts a (vertical) gap. That's what it's meant to do. If that's not what you want, then what do you want? Do you just want to insert text? Then use\textas I suggested... – Werner Jan 06 '19 at 02:50\textcommand will automatically center with the rest of the columns in the output instead of keeping the text left aligned, and when I try using\flaligninside a\textcommand, I get an error. – user14554 Jan 06 '19 at 02:51\intertextit seems.\textdoesn't centre its contents. – Werner Jan 06 '19 at 02:53\intertext, I just don't want the vertical gap that it for some reason automatically has. If there was a command that did exactly what\intertextdid but without the vertical gap, that would solve the problem. – user14554 Jan 06 '19 at 02:54