Consider a LTI autonomous system like
$$ \dot x = Ax $$
and the Lyapunov function $V$ is defined as
$$ V(x) = x^T P x $$
where $P>0$. The derivative of $V$ with respect to time is
$$ \frac{d}{dt}V(x) = x^TA^TPx + x^TPAx = x^T \left( A^T P + P A \right) x $$
We have $\frac{d}{dt}V(x)$, a real number, and $x^TA^TPx$ , $x^TPAx$ are also two real numbers, and we know they are transpose to each other. Why don't we write the following instead?
$$\frac{d}{dt}V(x) = x^TPAx + \left(x^TPAx\right)^T = 2 x^T P A x $$
Then, if $PA<0$, we have the Lyapunov stability instead of $PA+A^TP < 0$. It seems maybe stupid but I can't figure it out. Thank you!