Identity Function: How to Approach It?

  • Context: Graduate 
  • Thread starter Thread starter Gabbey
  • Start date Start date
  • Tags Tags
    Function Identity
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Gabbey
Messages
2
Reaction score
0
Let's say I have a function that preservers ordering i.e if x<y then f(x)<f(y) for all x. Obviously it must follow that it's the identity function but how can I approach this?
 
Physics news on Phys.org
What about f(x)=2x? Think about what your condition means in terms of the graph of the function.
 
Gabbey said:
Let's say I have a function that preservers ordering i.e if x<y then f(x)<f(y) for all x. Obviously it must follow that it's the identity function but how can I approach this?
It does not necessarily follow that f is the identify function. Any strictly increasing function satisfies the given conditions, not just f(x) = x.