Analysis: Prove f(u+v)=f(u)+f(v) implies f(x)=f(1)x

  • Thread starter Thread starter pcvt
  • Start date Start date
  • Tags Tags
    Analysis
pcvt
Messages
17
Reaction score
0

Homework Statement


Suppose that a function f R->R has the property that f(u+v) = f(u)+f(v). Prove that f(x)=f(1)x for all rational x. Then, show that if f(x) is continuous that f(x)=f(1)x for all real x.

The Attempt at a Solution


I've proved that f(x)=f(1)x for all natural x by breaking up x into f(1)+f(x-1) and using induction, but I can't figure out how to do it for all rationals.
 
Physics news on Phys.org
What is

f(1/n)+...+f(1/n)

? (if you take n sums)
 
f(1)=f(1/2+1/2)=f(1/2)+f(1/2), right? That means f(1/2)=f(1)*(1/2). Can you show f(1)=f(1/3+1/3+1/3)=f(1/3)+f(1/3)+f(1/3)? How about using induction to show f(1/n)=f(1)*(1/n)??
 
Ok, I see that I can show it for f(1/n). How can I combine the two though, since I don't have a rule to say f(m/n)=f(1)*(m/n)? Also, how can I include negative numbers?

Thanks!
 
I would be inclined to look at the basic "sets of numbers" and use their defining properties. For example, the "natural numbers" or "counting numbers" are defined by "induction"- 1 is a natural number and, if n is a natural number, then n+ 1 is also. Obviously, for any number, x, f(x)= f(x)(1). Use induction to show that for any positive integer, n, then f(n)= f(x)n and then take x= 1. (You will use the general "x" below.)

The "whole numbers" are just the positive integers together with 0. And 0 is the "additive identity", for any positive integer, n, n+ 0= n. Look at f(n+ 0)= f(n)+ f(0).

The "integers" includes the negative integers: we now have additive inverse. Any negative integer is of the form -n for some positive integer n. f(n+ (-n))= f(n)+ f(-n) and, of course, f(n+(-n))= f(0).

Finally, look at numbers of the form 1/n, n non-zero. Obviously, n(1/n)= 1 so f(n(1/n))= f(1). But you have already shown that f(nx)= f(x)n. So take x= 1/n.
 
HallsofIvy said:
I would be inclined to look at the basic "sets of numbers" and use their defining properties. For example, the "natural numbers" or "counting numbers" are defined by "induction"- 1 is a natural number and, if n is a natural number, then n+ 1 is also. Obviously, for any number, x, f(x)= f(x)(1). Use induction to show that for any positive integer, n, then f(n)= f(x)n and then take x= 1. (You will use the general "x" below.)

The "whole numbers" are just the positive integers together with 0. And 0 is the "additive identity", for any positive integer, n, n+ 0= n. Look at f(n+ 0)= f(n)+ f(0).

The "integers" includes the negative integers: we now have additive inverse. Any negative integer is of the form -n for some positive integer n. f(n+ (-n))= f(n)+ f(-n) and, of course, f(n+(-n))= f(0).

Finally, look at numbers of the form 1/n, n non-zero. Obviously, n(1/n)= 1 so f(n(1/n))= f(1). But you have already shown that f(nx)= f(x)n. So take x= 1/n.


So helpful, got it from there. Thanks!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top