- #1
Gabbey
- 2
- 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?