12

I notice that division distributes over addition Root extraction distributes over multiplication

What operator do logarithms distribute over: ie:

what non-constant function $H \in C^2 \rightarrow C$ is there such that:

$$\log_s(H(a,b)) = H(\log_s(a),\log_S(b))$$

==================================================================

ADDITIONAL INFO:

We can notice the following:

$$\ln(H(x,y)) = H(\ln(x), \ln(y))$$

Thus:

$$\frac{\partial }{\partial x}[\ln(H(x,y)] =\frac{\partial }{\partial x}[H(\ln(x), \ln(y)] $$

$$\frac{\partial }{\partial y}[\ln(H(x,y)] =\frac{\partial }{\partial y}[H(\ln(x), \ln(y)] $$

Thus:

$$ \frac{1}{H(x,y)}\frac{\partial H(x,y)}{\partial x} = \frac{1}{x}\frac{\partial H(\ln(x),\ln(y))}{\partial x} $$

$$ \frac{1}{H(x,y)}\frac{\partial H(x,y)}{\partial y} = \frac{1}{y}\frac{\partial H(\ln(x),\ln(y))}{\partial y} $$

Solutions to that system of differential equations should correspond to functionals over which the natural logarithm distributes

  • 1
    I assume you want a symmetric non-constant H? Otherwise, if H ignores one parameter there are at least two solutions (identity and inverse of log). – user21820 Dec 11 '13 at 06:24
  • If symmetric means H(a,b) = H(b,a) then no, symmetric is not necessary, merely non constant H that are dependent on both parameters is all I seek. – Sidharth Ghoshal Dec 11 '13 at 23:02
  • :/ anyone got an idea? – Sidharth Ghoshal Dec 12 '13 at 14:53
  • I see that you've added some additional information, but in the first place you didn't require H to be differentiable. Do you now? – user21820 Dec 14 '13 at 02:24
  • How drastically would requiring and not requing differentiabulity change the nature if H? – Sidharth Ghoshal Dec 14 '13 at 12:59
  • Another way to view the question is to think of H as a binary operation on C and write it as a*b = H(a,b) then log is required to satisfy log(a*b) = log(a)*log(b) for all a,b in C. That is, log is a homomorphism from (C,*) to (C,*). There is a small problem in that log(0) is not defined. – W. Edwin Clark Dec 19 '13 at 18:30
  • Edwin, as I mentioned to Alex, I was wondering about the corresponding functional equation { e^f(x,y) = f(e^x,e^y) for any x,y in C }. My intuition tells me that without continuity there could be infinitely many ill-behaved solutions, so I am actually interested in the continuous and symmetric case to exclude those as well as the trivial solutions. – user21820 Dec 20 '13 at 15:57
  • I also guess that if there are continuous solutions, there could be infinitely many of them but possibly a unique infinitely differentiable solution. – user21820 Dec 20 '13 at 16:44
  • It maybe worth noting that the function $G(x) = H(x,x)$ must commute with $\log$: i.e. $\log_s G(x) = G(\log_s x)$ –  Dec 22 '13 at 03:44

4 Answers4

1

I have asked the same question here: A functional equation $\log f(x,y) = f(\log x, \log y) $ This is not a complete answer, but the function $$f(x,y) = \lim_{n\rightarrow \infty}\underbrace{\exp\Bigg(\exp\Bigg(\cdots\exp\Bigg(}_n\sqrt{(\underbrace{\log\log\cdots\log}_n\,x)(\underbrace{\log\log\cdots\log}_n\,y)}\Bigg)\Bigg)\Bigg)$$ solves the functional equation.

wilsonw
  • 1,016
1

This is not an answer, but I feel that perhaps it may help others with similar questions understand the distributivity axioms and why they should be there. This would explain the distribution of division over addition and root extraction over multiplication, because in both cases the operation that distributes over the other is essentially the inverse of the repetition of the other.

$(a+b)/c = a/c + b/c$ is equivalent to $a*c + b*c = (a+b)*c$ for $c \ne 0$ (where "*" denotes multiplication)

$(a*b)^{1/c} = a^{1/c} b^{1/c}$ is equivalent to $a^c * b^c = (a*b)^c$ for $c \ne 0$ (using multi-valued functions for negative $a,b$)

These are obtained by using the inverse operations of the "outer" operation. For example, in the first case to get from the left to the right we can first substitute $(a,b)$ with $(a*c,b*c)$ to get $((a*c)+(b*c))/c = (a*c)/c + (b*c)/c$ and then cancel inverses to get $((a*c)+(b*c))/c = a+b$ and finally multiply both sides by $c$. The second is exactly the same but with different operations.

Now multiplication distributes over addition and powers distribute over multiplication because in each case the former is a repetition of the latter. To see this, we can recast them as:

$[+a] ^c [+b] ^c = ( [+a] [+b] ) ^c$

$[*a] ^c [*b] ^c = ( [*a] [*b] ) ^c$

This is a made-up notation where $[+a]$ means "add $a$" and $X^c$ means "repeat X $c$ times". Notice that $[+a] ^c = [+(a*c)]$ and $[*a] ^c = [*(a^c)]$. Also, notice that repetition distributes over any set of functions that commute with one another, hence the distributivity holds. Another way to see this is to note that the set $\{ [+x] : x \}$ is indeed a commutative ring with [+0] as identity and function composition as the binary operation, and likewise for $\{ [*x] : x \}$ with [*1] as identity.

To recover the original distributivity axioms we simply apply both sides of the above expressions to the respective identities in the corresponding ring, which is 0 for the first and 1 for the second. In other words, ( to 0 repeat ( ( adding a ) then ( adding b ) ) c times ) is the same as ( to 0 ( repeat ( adding a ) c times ) then ( repeat ( adding b ) c times ). If we took as axioms the distributivity of repetition over adding or multiplying, we see that the normal distributivity axioms become theorems. Of course, we only have integer $c$ but there is a natural extension to rationals, and then reals can be approximated by rationals in the usual way. Somehow they make complete sense to me this way, instead of just treating the axioms as arbitrary rules that work.

Back to the original question, $\log$ is the inverse of $\exp$ and neither are obvious repetitions of any sort. I'd be interested if anyone could recast either of them as such.

Anyway I would really like to see if anyone has a symmetric continuous solution to the functional equation using the exponential function: $e^{f(x,y)} = f(e^x,e^y)$ where f is a binary operator on $\mathbb{C}$.

user21820
  • 57,693
  • 9
  • 98
  • 256
0

Since you specifically asked for a function $H: \mathbb{C}^2 \to \mathbb{C}$, the answer should technically be that there is no such function for the simple reason that $H(0, 0)$ would be undefined, since the functional equation in this case would be $$\ln\left[H(0, 0)\right] = H(\ln 0, \ln 0)$$

Which is meaningless since $\ln 0$ itself is undefined. Even in the sense of limits, $\lim\limits_{z\to 0}\ln z$ is at best defined as "the point at infinity" in the sense that the real part of $\ln z$ diverges to $-\infty$, but its imaginary part can be anything depending on the direction of approach.

So at best you would have to specify what the equation means in this case. And even if you exclude $(0, 0)$ from the domain, you will still run into the issue when looking at $H(1, 1)$, which will relate to $H(0, 0)$ through the functional equation.

In addition, since $\ln$ is multivalued on $\mathbb{C}^2 \setminus \{(0, 0)\}$, the functional equation would also require a choice of branch for $\ln$ otherwise $H(\ln a, \ln b)$ would itself be multivalued.

Tob Ernack
  • 4,445
0

Really, the business of $\ln$ is to move from the group $(\mathbb{R}_{>0},\times)$ to the group $(\mathbb{R},+)$. And it does this in a very natural way: $$\ln H_{\times}(a,b)=H_{+}(\ln a,\ln b)$$ where $H_{\times}(a,b)=a\,b$ and $H_{+}(a,b)=a+b$. That is, $$\ln(a\,b)=\ln a+\ln b$$ So if you think of $H(a,b)$ as just the group operation of a group, applied to $a$ and $b$, then we have $$\ln H(a,b)=H(\ln a,\ln b)$$ just with two different groups in play.

On the one hand, you may not find this very satisfying. On the other hand, there is something important here about what logarithms really are.

2'5 9'2
  • 54,717
  • 1
    frogeyedpeas had already specified that H was to be a complex-valued binary operator on complex numbers, so this is not what he is looking for. – user21820 Dec 20 '13 at 15:32
  • @user21820 I think my answer is touching on why OPs original quest is not going to be easy, if even at all possible. Even the usual relation $\ln(ab)=\ln a+\ln b$ doesn't hold up in $\mathbb{C}$ (for any one particular branch cut of a logarithm.) – 2'5 9'2 Dec 20 '13 at 15:51
  • Actually I presumed that he wanted to look for a solution to the corresponding functional equation using the exponential function instead of the logarithm, otherwise the question isn't very well defined due to the branch cuts as you also noticed. – user21820 Dec 20 '13 at 15:54