In search of better formalisms for the reason described in my economics math write up, I found my way multiplicative integral wikipedia page.
When I was first taking economics masters classes at John Jay, that Wikipedia article was in a lot worse shape, and didn't give me the answers I was looking for. But now it is much better, and in particular it now cites doi:10.1016/j.jmaa.2007.03.081 which is fantastic! You should just go read the paper yourself.
I don't like doing the "unoriginal recap as blogpost" thing, but there are a few things I want to highlight, and also a few more basic precaluculus notions (that the paper did not cover) that I want to place alongside them.
The multiplicative derivative is defined as follows:
The crucial things to note are that:
-
Compared to the usual "additive" derivative, each arithmetic operation of "output" values is "promoted": addition to multiplication, multiplication to exponentiation.
-
There is no addition (or subtraction) of "output" values.
This indicates we are now working on the level of multiplication, and not cheating.
Indeed, the output type of
After some manipulations (which you should definitely read work through!) the paper shows this definition equivalent to
Rewritten in point-free style, where
Note: the inner
$\circ$ is for function composition for real functions,$\mathbb{R} \to \mathbb{R}$ , whereas the outer$\circ$ is for function composition for real-to-real functions,$(\mathbb{R} \to \mathbb{R}) \to (\mathbb{R} \to \mathbb{R})$ .
We can now see the very nice way our new form of differentiation looks something like a group conjugation: tweak (the function), differentiate, and then untweak.
Defining integrals formally is pain, so let's do something short of that.
The multiplicative Riemann integral is "defined" as the limit of the product of increasingly many samples of
The geometric intuitions off this are not as clear as the additive Riemann integral because are multiplicands of this are not "little rectangles" the way the addends of that are.
Indeed, as
This definition can be reworked into a regular integral:
This saves us from actually needing to rigorously define the multiplicative integral from scratch.
Footnotes
-
However, needing exponentiation means we still need some ring-like structure. The other flavours of product integrals on the Wikipedia page get into this more, including changing up the definition to dodge the exponentiation requirement. I am a bit conflicted on this, because on one hand it is useful to make it work with less structured / more general codomains of the integrand, but on the other hand, those changes, when applied to scalars, go against what I am arguing in this piece! ↩