Saturday, November 21, 2015

real analysis - Alternatives to percentage for measuring relative difference?



If the value of something changes from a to b, their relative difference can be expressed as a percentage:

(D0)ab=(ba)/a×100%



(In this question a, b, and c are positive (non-zero) real numbers throughout, and ab is a real number.)



However, percentages are not anti-symmetrical, i.e., the above definition does not satisfy
(P0)ab=(ba)
This could be fixed by instead defining
(D1)ab=(ba)/(b+a)
(By the way, does this difference measure have a standard name?)



However, neither of the above definitions add up: they don't satisfy the more general property
(P1)ab+bc=ac
After some attempts I discovered that
(D2)ab=logq(b/a)
(for an arbitrary base q>1) does satisfy (P1). And it also satisfies the following other properties of percentage (D0) and of (D1) which seem desirable for any relative difference:
(P2)aa=0(P3)sgn(ab)=sgn(ba)(P4)(s×a)(s×b)=ab for all s>0(P5)abM for a0 for some M (which may be )(P6)abN for b for some N (which may be )
(I mention (P2) only for completeness; it follows of course from (P0).)



My question: Apart from (D2), what other definitions (if any) satisfy all of the above properties?


Answer



The general (real-valued) solution of axioms P1 and P2 is to take a function F on the set V of values that a,b, could possibly assume, and define ab=F(b)F(a).



If F is injective, the converse of P2 is satisfied: ab=0 only for a=b.




If F is increasing, P3 is satisfied.



If F is continuous, P5 and P6 are satisfied. (Assume here that the set of values V is an interval, or put the order topology on the set.)



This shows that there is a large family of solutions of the axioms, one for every increasing continuous function on V, if you do not assume homogeneity, P4. Homogeneity is a strong requirement that cuts down the space of continuous solutions to the logarithmic ones stated in the question.



Homogeneity of ab is the functional equation F(sb)F(sa)=F(b)F(a). Solutions F and F+c are equivalent for constant c, and we can assume F(1)=0 by adjusting the constant. Taking a=1 this is F(sb)=F(s)+F(b) and all continuous solutions (on intervals) are well-known to be multiples of the logarithm.



Assuming that you meant to work with open intervals of values, and ax to be an increasing continuous function of x, the not necessarily homogeneous solutions correspond to one parameter groups of homeomorphisms of the interval.



No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...