Suppose we have two matrix valued functions A, B where:
$A:\mathbb{R}^{2}\rightarrow \mathbb{R}^{nxn}$
$B:\mathbb{R}\rightarrow \mathbb{R}^{nxn}$
with $\forall \; x,y \in \mathbb{R}$:
$\frac{\delta A}{\delta x}=B(x)A(x,y)$
$\frac{\delta A}{\delta y}=-A(x,y)B(y)$
$A(x,x)=I$
Show that:
$A(x,y)A(y,z)=A(x,z)$
I'm really at a total loss here, the result seems intuitively wrong.