Let $A$ be matrix whose eigenvalues all have negative real parts. Define $Q=\int^{\infty}_0 B(t)dt$ where $B(t)=e^{A^Tt}e^{At}$. Prove that $Q$ is symmetric and positive definite.
Notes: This question is related to the corresponding lyapunov equation $A^TQ+QA=-I$. First we know that $B(t)$ is symmetric and positive definite. As $B(t)^T=B(t)$ and $x^TB(t)x>0$. We derive the equation lyapunov equation as follows \begin{align} \lim_{\tau \to \infty} \int^{\tau}_0\frac{d B(t)}{dt} &=\lim_{\tau \to \infty} B(\tau) -I\\ &= \lim_{\tau \to \infty}( A^T\int^{\tau}_0B(t)dt+\int^{\tau}_0B(t)dt\ A )\\ &=A^TQ+QA\\ \end{align} However I am confused on how to use these facts to show that $Q$ is symmetric and positive definite.