I'm in need of a function for this data which occurs in an application I am making. I've been staring at it for hours and I can't figure it out, hope someone here can help me.
Here's the data:
f(x) = y
f(1.25) = 4
f(1.5) = 2
f(2) = 1
f(3) = 0.5
Now I need to know what f does in order to get y here, I can see that for halving of x's steps the steps in y will double, but I and none of my collegues have any idea how to put this into a function.
I hope someone here can help (and I hope this is the right StackExchange Mathemematics)

A very simple function y(x) leads to the exact fit : y=1/(x-1)