I have an ODE system that takes a mathematical model describing the dynamics between HCV and the immune system. My question is about the proof that the solution of the ODE system is positive if the initial conditions are all positive. I tried this proof:
Consider the DE $\dot{x}=f(x).$ The vector function $f$ is said to be essentially nonnegative if for all $i=1,\ldots,n, f_i(X)\geq 0,$ where $X\in\mathbb{R}^n\geq 0$ such that $X_i=0,$ where $X_i$ denotes the $i$-th element of $X.$
So for my system: \begin{align} \dot{x}&= \lambda − dx − \beta vx \\ \dot{y}&= \beta vx − ay − pyz \\ \dot{v}&= ky − uv − qvw \\ \dot{w}&= gvw − hw \\ \dot{z}&= cyz − bz \end{align} I have an issue with proving that, the r.h.s. of $\dot{y}$ for $y=0$ is $\beta vx,$ is non-negative for all $v.$