'LaTeX (amsmath): Left aligned equtations in {equation} or {align} container

I have the following problem

\usepackage[fleqn]{amsmath}

\begin{equation}
    \begin{split}
        \min Y\\
        \textrm{s.t.}
    \end{split}
\end{equation}
\begin{align}
    a+b=145641574\\
    c+d<e
\end{align}

creates the following output:

enter image description here

So far so good. The formulas are essentially left-aligned. The numbering is right-aligned. But within the formulas, splits or line breaks result in right alignment. These should also be left-aligned.

enter image description here

Thanks in advance and have a nice weekend!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source