Does the Function Have an Inverse? A Theorem for Proving Inverse Functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
iloveannaw
Messages
38
Reaction score
0

Homework Statement


Given the function

[tex]f(x) = \frac{ax+b}{cx+d}[/tex]

where [tex]f: \mathbb{R} \backslash \left\{ \frac{-d}{c} \right\} \rightarrow \mathbb{R}[/tex]

show that f is either a constant or has an inverse function.

I can see why this would be true. If a function takes all real numbers and returns all real numbers then it could either be a multiplying constant or have an inverse, e.g. x2
wouldn't work here because it only returns values greater than zero.

My question is is there a theorem or lemma or something that can help me prove this?

thanks
 
Physics news on Phys.org
ah, i just found out about the bijective requirements for inverse functions – sorry we didn't cover this in class.

but I'm a bit confused injection and surjection seem quite the same. Isn't it enough to show that the function is one-to-one??
 
No, "injective" and "surjective" are not the same. For example, the cubic function [itex]f(x)= (x- a)(x- b)(x- c)[/itex] is surjective- given any number y, there exist an x such that f(x)= y. That is true because [itex]\lim_{x\to\infty}f(x)= \infty[/itex], [itex]\lim_{x\to-\infty} f(x)= -\infty[/itex] and f is continuous.

But f is NOT injective: f(a)= f(b)= f(c).
 
Hi, thanks for the reply :smile:

Looking more at the given function i can show that it is indeed one-to-one. As to whether it is surjective I'm not really sure what my answer is telling me:

[tex]f\left(x\right) = \frac{ax+b}{cx+d} = \xi[/tex]

[tex]ax+b = cx\xi+d\xi[/tex]

[tex]x = \frac{d\xi - b}{a - c\xi}[/tex]

where [tex]\xi, a, b, c, d \in \mathbb{R}[/tex]. The question states that

[tex]cd \neq 0[/tex], meaning that either a or b could be zero. If we say:

[tex]a = b = 0[/tex], then

[tex]x = \frac{-d}{c}[/tex], which is 'not allowed' as the original set excludes that term. What does this mean?
thanks