Monotonic transformation

Summary

  • Given a sequence of n numbers {x1,,xn} a monotonic transformation is any transformation of the numbers {x1,,xn} into the numbers {y1,,yn} such that order is preserved.
  • Example. Transforming {2,8,9} into {1,2,11} is a monotonic transformation
  • Given a sequence of n numbers {x1,,xn} and a strictly increasing function f , a transformation defined by yi=f(xi) is a monotonic transformation
  • Given a utility function u=u(x1,x2) , a transformation by a strictly increasing function f , v=f(u) is a monotonic transformation.
  • Example:
    • u(x1,x2)=x1x2 and v=u2 is a monotonic transformation.
    • Combining, v(x1,x2)=x12x22
  • Result: Any monotonic transformation of a utility function will represent the same preferences.