I want to know the behavior of the solution without solving the ordinary differential equation for the following enzyme-substrate reactions.

This chemical reaction represents the process by which substrate S is transformed into product P by the action of enzyme E. In detail, the reaction takes place as follows;
- First, the enzyme E and S become the enzyme-substrate complex ES
- Next, the enzyme-substrate complex ES splits into the enzyme E and the product P. We also assume that the initial concentration of E is >0.
Here, $k_1,k_2,k_3>0$, and [S] is the concentration of S, and the others similarly represent the concentrations of substances sandwiched between brackets. ES represents a complex of E and S.
My question
Perhaps from the first equation, we expect to be able to say "that the concentration of substrate S become zero after a sufficient time interval , but can we prove this without solving the differential equation?
I'll use $T$ instead of $[ES]$ and drop all brackets. I'll also rescale $t$ so that $k_1=1$. The steady state equations read
$$\tag{1} 0=-SE+k_2T \\ 0=-SE +k_2 T +k_3T \\ 0=SE-k_2T-k_3T\\ 0=T $$
from which we learn that the product $SE\to 0$ as $t\to \infty$. For all $t$, a conserved quantity is
$$\tag{2} E(t)+T(t)=H $$
With an initial condition $E(0)\gt0$ it follows $H>0$ as all concentrations are non-negative. Evaluating (2) for large time demonstrates that
$$ E\to H >0 \qquad , \qquad t\to\infty $$
So the only way to satisfy the product $SE\to0$ is $S\to0$ as $t\to\infty$.