hangover
- 13
- 0
If a function is bijective, then its inverse exists. Is there any example that inverse of a function exists but the original function is not bijective?
elibj123 said:A function can be locally bijective, so it's inverse exists only in some finite interval.
For example x^{2} is not a bijective in any interval containing x=0 (since f'(0)=0) but if you restrict yourself to x>0, then you off course have the inverse
f(x)=\sqrt{x} or in x<0 the inverse is f(x)=-\sqrt{-x}.
I had a little confusion in defining the inverse sorry.hangover said:Thanks a lot! It may be a typo in my textbook.
However, why is x^2 not bijective if we define the domain containing zero(like x=>0)? It is a continuous function so isn't it bijective at this interval though being not strictly increasing? Thanks