- #1
ehrenfest
- 2,020
- 1
[SOLVED] functions on rational numbers
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
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.
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.