Consider f: ℝ{1} → ℝ{1} given by f(x) = x/(x-1)
Show that f(x) is one-to-one and onto.
What I have:
If a function is one-to-one then it follows that if f(a) = f(b) then a=b.
If a function is onto then it follows that ∀y∈Y, ∃x∈X such that f(x)=y.
So for one-to-one I need to show that if a/(a-1) = b/(b-1) then a=b. That seems obvious enough, however I end up with ab-a = ab-b, which doesn't mean a = b.
NEED HELP WITH ONTO
Any help is greatly appreciated!