This is from Jaynes, Probability Theory: The Logic of Science, pp 27-28.
We have a function $F$ which is $\mathbb{R}^2 \rightarrow \mathbb{R}$, and we set $v = F(y,z)$. We discover that
$$ F_1(y,z) = { \partial F \over \partial y } = { H(v) \over H(y) } \\ F_2(y,z) = { \partial F \over \partial z } = r{ H(v) \over H(z) } $$
where $H$ is arbitrary, but can't change sign in the region of interest. (Specifically, $H$ is such that $F_2(y,z) / F_1(y,z)$ takes the form $r H(y) / H(z) $.)
We later discover $r = 1$, so I'm going to ignore that for clarity. Then, since $\mathrm d v = F_1 \mathrm d y + F_2 \mathrm d z $, we get
$$ { \mathrm d v \over H(v) } = { \mathrm d y \over H(y) } + { \mathrm d z \over H(z) } $$
So far, so good. Now we define
$$ w(x) = \exp\left( \int^x { \mathrm d x \over H(x) } \right) $$
and it follows that $w(v) = w(y) w(z)$.
I can kinda sorta see how this happens, but not really. Apparently,
$$ \int { \mathrm d v \over H(v) } = \int \left( { \mathrm d y \over H(y) } + { \mathrm d z \over H(z) } \right) = \int { \mathrm d y \over H(y) } + \int{ \mathrm d z \over H(z) } $$
And then we just apply $e^{a+b} = e^a e^b$. This makes some sense notationally, but I'm not familiar with the rigor behind it. (I've removed the ${}^x$ from the integrals because I don't really know what I'd do with it. Jaynes credits this proof to Cox (1961), which I looked up - it didn't include any intermediate steps to help me, but it also omitted the ${}^x$, so I feel somewhat comfortable doing so myself.)
I think there are a few specific things confusing me, where the notation just doesn't mean what I expect it to:
I expect expressions like $\int^x f(s) \mathrm d s$ to be a function of $x$, where $s$ is a bound variable, and we can rewrite $s$ as $p$ or $\alpha$ or anything, and rewriting $s$ as $x$ is just about the most confusing choice we can possibly make. In this case, it seems that the symbol used inside the integration is relevant?
$w$ looks like a function $\mathbb R \rightarrow \mathbb R $, but $w(v)$ depends upon $\mathrm d v$ as well as $v$?
Can anyone clear this up for me?