How many functions satisfy this set of conditions?

AdrianZ
Messages
318
Reaction score
0
How many functions satisfy this set of conditions? 1) f(x.y) = f(x) + f(y). 2) f(a)=1.
I was trying to define a logarithmic function abstractly as a map from R+ to R satisfying those 2 conditions that this question came to my mind. It's obvious that there are infinitely many functions satisfying the 1st condition (each logarithmic function in an arbitrary base satisfies the first condition). but I hope that the 2nd condition could be used to prove that only one fixed function satisfies both conditions (namely, I want to prove that only loga satisfies both conditions and then I'll use this idea to abstractly define the map loga: R+ -> R).
Is there any way to prove or disprove this conjecture? I've been trying to prove it from tomorrow morning and have failed so far. my idea is to define h(x) = f(x) - g(x) where f and g are functions with the same domain satisfying those 2 conditions and then to show that h(x)=0 for all x's in the domain.
 
Mathematics news on Phys.org
What exactly do you require of your function f? I'm assuming it is real-valued, but what set is it from? You example of log is just a function \mathbb{R}^+ \to \mathbb{R}. Are we just looking for a function A \to \mathbb{R} where A is any set of real numbers that contains a and is closed under multiplication? Furthermore do you require f to be continuous?

One approach you may try is to define F : \mathbb{R} \to \mathbb{R} by
F(x) = f(e^x)
F will then satisfy Cauchy's functional equation (look it up on e.g. Wikipedia if you have never heard of it) which should help you conclude some stuff about the solutions. In particular if you require some nice conditions like continuity at a point you will get a unique solution, but otherwise you will have an infinite family of solutions.
 
If you are using the axiom of choice there are infinitely many and all of them except log are really horrible. You probably want some other condition on f. Many would work but the standard choice is
for all 0<x,y
1) f(x.y) = f(x) + f(y). 2) f'(1)=1.
There is only one such function f(x)=log(x)
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top