Inverse function and continuity

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
2 replies · 2K views
phymatter
Messages
131
Reaction score
0
if a continious function is monotoniously increasing in an interval , is it necessary that its inverse will also increase monotoniously in that interval?
 
Physics news on Phys.org
Wow this is a cool question. I think so.
You have: a<b then f(a)<=f(b).
You also have:f-1(f(x))=x
You're wondering: if A<B is f-1(A)<=f-1(B)

I think it might actually be strictly monotone increasing for the inverse. I'll have to think about it some more tomorrow.
 
You don't even need "continuous". Suppose f is monotonically increasing on [a, b] but that [itex]f^{-1}(x)[/itex] is not. Then there exist u, v, in [f(a), f(b)] such that u> v but [itex]f^{-1}(u)< f^{-1}(v)[/itex]. Let [itex]p= f^{-1}(u)[/itex] and [itex]q= f^{-1}(v)[/itex]. Then we have [itex]p< q[/itex] but [itex]f(p)= u> v= f(q)[/itex] contradicting the fact that f is increasing.