So im reading a book called "Ordinary Differential Equations" (Tenenbaum & Pollard) and in the introduction(ish) they are doing an example using a carbon dating problem, represented as:
$\frac{dx}{dt} = -kx$
Which they change to
$\frac{dx}{x} = -k dt$
And then integrate to
$ \log x = -kt + c$
But doesn't that imply integrating with respect to x in the left side and integrating with respect to t on the right? Is there a proof that says that is okay? I would imagine it is related to the Fundamental Theorem of Calculus, but i didnt see anything.