First question: I wish to prove that there exists a unique, positive solution $\phi_g(x,t)$ to the following system of $G$ PDEs with initial and boundary conditions for $t \ge 0$, $0 \le x \le X$:
$$ \left[\frac{1}{v_g}\frac{\partial}{\partial t} - \frac{\partial}{\partial x} D_g(x) \frac{\partial}{\partial x} \right] \phi_g(x,t) + \sum_{g'=1}^G \Sigma_{r, g' \to g}(x) \phi_{g'}(x,t) = 0 $$
$$ \phi_g(x,0) = \phi_{g,0}(x) > 0$$ $$ \phi_g(0,t) - 2 D_g(0) \frac{\partial\phi_g}{\partial x}(0,t) = 0 $$ $$ \phi_g(X,t) + 2 D_g(X) \frac{\partial\phi_g}{\partial x}(X,t) = 0 $$
Here, $v_g, D_g(x) > 0$ for all $g$, $\Sigma_{r, g' \to g}(x) \ge 0$ when $g = g'$, and $\Sigma_{r, g' \to g}(x) \le 0$ when $g \ne g'$.
Basically, I want to show $\phi_g(x,t) > 0$ for all $g$ and for all $x,t$ in my domain. Proving uniqueness/existence would be nice, but positivity/non-negativity is the thing I'm most interested in. From physical intuition (and from having solved these problems for a variety of physical parameters), I'm fairly confident that there must exist a unique, positive solution. However, I have no idea how to prove it. If you have any thoughts on how I could approach this proof, or know of a good reference that might lead me to such a proof, I would be very grateful!!
In Hundsdorfer's "Numerical Solution of Time-Dependent Advection-Diffusion-Reaction Equations" book, this is touched on a little bit in Chapter 1 (sections 1 and 7), but he only explicitly proves things for problems in which there is no dependence on $x$.
(Side note: In my field of study, this is the neutron diffusion equation, but I've seen in literature that it's more commonly referred to in the chemistry setting as diffusion-reaction equations, so I'm using that name here in hopes of drawing more attention.)
EDIT: Sorry, I had a small typo describing the positivity/negativity of the physical parameters. Fixed now.
EDIT2: Made it more clear which parameters are space-dependent.
EDIT3: Altered the initial condition a bit to make it easier. We also have the following inequality:
$$ \sum_{g'=1}^G \Sigma_{r,g \to g'} \ge 0 $$
I think I have a rough proof for my first question, which I will post as an answer shortly, but now I also have a new, related question.
========================================================================== New, related question: Can we show that the corresponding BVP
$$- \frac{\partial}{\partial x} D_g(x) \frac{\partial}{\partial x} \phi_g(x) + \sum_{g'=1}^G \Sigma_{r, g' \to g}(x) \phi_{g'}(x) = q_g(x) $$ $$ \phi_g(0) - 2 D_g(0) \frac{\partial\phi_g}{\partial x}(0) = 0 $$ $$ \phi_g(X) + 2 D_g(X) \frac{\partial\phi_g}{\partial x}(X) = 0 $$
has a "positive" solution? i.e., can we show that $\phi_g(x) > 0$ for all $x \in [0,X]$? Here, $q_g(x)$ is a "positive" source. That is, $q_g(x) \ge 0$ and
$$ \sum_g \int_0^X q_g(x) dx > 0 $$