Solving for Functions on Rational Numbers

ehrenfest
Messages
2,001
Reaction score
1
[SOLVED] functions on rational numbers

Homework Statement


Find all functions from Q to Q which satisfy the following two conditions:
i)f(1)=2
ii)f(xy)=f(x)f(y)-f(x+y)+1 for all x,y in Q


Homework Equations





The Attempt at a Solution



I can show by integers that if x is an integer, then f(x)=x+1. However, I am having trouble getting the value of the function for rational numbers. I want to do induction on n to get the inverse integers 1/n, but I cannot get 1/2. There is probably something clever you can plug in for x and y to get f(1/2), but I can't think of it.
 
Physics news on Phys.org
You might have to solve for several rational numbers at once, rather than one at a time. Also, there might be more than one such function f, in which case all you can do is figure out where the degrees of freedom lie, and express all values of f in terms of them.
 
You know more than you think. You can also show f(q+1)=f(q)+1 for all rationals q. What's f(q+n) for n an integer? What's f((m/n)*n)?
 
Dick said:
You know more than you think. You can also show f(q+1)=f(q)+1 for all rationals q. What's f(q+n) for n an integer? What's f((m/n)*n)?

What's f(q+n) for n an integer?

I can show that f(q+n) = f(q)+n when n is a positive integer. Any rational number has a representation m/n, where m is an integer and n is a positive integer.

Then

f(m/n*n) = f(m/n)*f(n)-f(m/n+n)+1

m+1 =f(m/n)*(n+1)-f(m/n)-n+1

f(m/n) = (m+n)/n

I believe that is the only function that satisfies the two conditions.
 
I believe you are right. Notice f(m/n)=m/n+1. So the function is really just f(q)=q+1.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top