Question on isomorphism between addition and multiplication

mnb96
Messages
711
Reaction score
5
Hello,
I want to find a family of functions \phi:\mathbb{R} \rightarrow \mathbb{C} that have the property: \phi(x+y)=\phi(x)\phi(y) where x,y\in \mathbb{R}.

I know that any exponential function of the kind \phi(x)=a^x with a\in\mathbb{C} will satisfy this property.
Is this the only choice, or are there other functions that I am missing that satisfy the above property?
 
Physics news on Phys.org
Try playing around with the formula to answer this question for yourself.

For instance the formula shows that \phi(0) = 1
 
hello mnb96! :smile:

various ways, eg put ##\psi = ln\phi##, or what is ##\phi '(x+y)## ? :wink:
 
Some remarks:

1) I'm not sure how you define a^x for a\in \mathbb{C}. You got to be careful, because those exponents usually take on multiple values and you need to choose the correct one.

2) You might want to add as an hypothesis that \varphi is continuous. In that case, you will indeed be able to prove what you want. If \varphi is not continuous, then there might be other functions which satisfy the equation, and those functions are very ill-behaved.
 
micromass said:
2) You might want to add as an hypothesis that \varphi is continuous. In that case, you will indeed be able to prove what you want. If \varphi is not continuous, then there might be other functions which satisfy the equation, and those functions are very ill-behaved.

In the case of a real rather than complex valued function I would guess that the rule forces the function to be continuous.

- the rule implies that f(0) = 1 and f(x) >0

- the rule says that f(x) = f(x/n)^n so f(x/n) must approach 1 as n grows large. This indicates (but doesn't prove)continuity at zero. But if it is continuous at zero it is everyehere. If not, it is discontinuous everywhere.
 
lavinia said:
In the case of a real rather than complex valued function I would guess that the rule forces the function to be continuous.

- the rule implies that f(0) = 1 and f(x) >0

- the rule says that f(x) = f(x/n)^n so f(x/n) must approach 1 as n grows large. This indicates (but doesn't prove)continuity at zero. But if it is continuous at zero it is everyehere. If not, it is discontinuous everywhere.

Well, here is a counterexample:
We know that \mathbb{R} is a \mathbb{Q}-vector space, so it has an (infinite) basis E. Take a particular e\in E.
Any element z\in \mathbb{R} can be written as the finite sum

z=\sum_{x\in E} \alpha_x x

Now define g(z)=\alpha_ee. Then g:\mathbb{R}\rightarrow\mathbb{R} satisfies g(x+y)=g(x)+g(y) for all reals x and y. But it is not \mathbb{R}-linear and thus not continuous.

Now define f:\mathbb{R}\rightarrow \mathbb{R} as f(z)=2^{g(z)}. Then this satsifies f(x+y)=f(x)f(y) but it is not continuous.
 
micromass said:
Well, here is a counterexample:
We know that \mathbb{R} is a \mathbb{Q}-vector space, so it has an (infinite) basis E. Take a particular e\in E.
Any element z\in \mathbb{R} can be written as the finite sum

z=\sum_{x\in E} \alpha_x x

Now define g(z)=\alpha_ee. Then g:\mathbb{R}\rightarrow\mathbb{R} satisfies g(x+y)=g(x)+g(y) for all reals x and y. But it is not \mathbb{R}-linear and thus not continuous.

Now define f:\mathbb{R}\rightarrow \mathbb{R} as f(z)=2^{g(z)}. Then this satsifies f(x+y)=f(x)f(y) but it is not continuous.

cool.

so exponentiate any Q but not R linear map of the reals to the reals.

So... the sequence x/n will have a constant coefficient divided by n with respect the the basis vector so that's why the function looks continuous on it.

And this means that there is a number with a coefficient bounded away from zero in any interval around zero.
 
Last edited:
Mmm...:confused: ... I am a bit confused.
Let's stick for now with the case \phi:\mathbb{R} \rightarrow \mathbb{R}.
Assuming \phi is an isomorphism between (ℝ,+) and (ℝ+,×) that satisfies the property \phi(x+y)=\phi(x)\phi(y), and that is continuous, we can say that:

1) \phi(0)=\phi(x-x)=\phi(x)\phi(-x) for all x\in \mathbb{R}, thus \phi(0)=1

2) from 1) we have that \phi(-x)=\frac{1}{\phi(x)}

3) \phi(x)=\phi(x/2+x/2)=\phi(x/2)^2 > 0, thus \phi(x)>0

4) \phi must be bijective, thus \phi'(x)>0

5) \phi(n) = \phi(1+1+\ldots+1)=\phi(1)^n for all n\in \mathbb{Z}

In conclusion \phi must be a continuous positive monotonic increasing function passing through the point (0,1) and through the points (n, \phi(1)^n). It seems clear that the only possibility is to choose \phi(x)=\phi(1)^x=a^x, although I don't know how to put it rigorously.

Now the problem is, what if \phi:\mathbb{R}\rightarrow\mathbb{C} maps the reals to a subset of the complex numbers?
 
Last edited:
mnb96 said:
Mmm...:confused: ... I am a bit confused.
Let's stick for now with the case \phi:\mathbb{R} \rightarrow \mathbb{R}.
Assuming \phi is an isomorphism between (ℝ,+) and (ℝ+,×) that satisfies the property \phi(x+y)=\phi(x)\phi(y), and that is continuous, we can say that:

1) \phi(0)=\phi(x-x)=\phi(x)\phi(-x) for all x\in \mathbb{R}, thus \phi(0)=1

\phi( 0 + x) = \phi(0)\phi(x) so \phi(0)=1

4) \phi must be bijective, thus \phi'(x)>0

you don't know that \phi is differentiable just because it is continuous or bijective.
In conclusion \phi must be a continuous positive monotonic increasing function passing through the point (0,1) and through the points (n, \phi(1)^n). It seems clear that the only possibility is to choose \phi(x)=\phi(1)^x=a^x, although I don't know how to put it rigorously.

You need to go from continuity to the conclusion
 
  • #10
if ##\phi## is differentiable, there's a very quick proof

i suspect that that proof can be adapted to the merely continuous case (but i haven't tried)
 
  • #11
lavinia said:
You need to go from continuity to the conclusion

Ok. But wouldn't it be possible to define a continuous (and monotonic increasing function) that still passes through the points (n,a^n) but does "strange things" between (n,a^n) and (n+1,a^{n+1}) ?
 
  • #12
mnb96 said:
\phi must be bijective, thus \phi'(x)>0


The function e^{-x} is bijective from the reals to the positive reals but its derivative is always negative.
 
  • #13
mnb96 said:
Ok. But wouldn't it be possible to define a continuous (and monotonic increasing function) that still passes through the points (n,a^n) but does "strange things" between (n,a^n) and (n+1,a^{n+1}) ?

a continuous monotonically increasing function may not be everywhere differentiable although it seems right that it can only have a discrete set of kinks. See if you can find some examples.
 
  • #14
tiny-tim said:
if ##\phi## is differentiable, there's a very quick proof

i suspect that that proof can be adapted to the merely continuous case (but i haven't tried)

ln\phi is linear over the rational numbers. If is is continuous it follows that it is linear over the reals. Easy proof.

A continuous linear map of the reals to the reals is multiplication by a constant.
 
  • #15
As micromass said for the complex case one need to wonder whether one can define a single branch of the logarithm on the values of \phi.

If ln\phi is single valued then its projections onto the x and y-axis are linear.
 
Back
Top