Particularly useful in conjunction with CONV_TAC for proving properties
of values denoted by epsilon terms.  For example, suppose that one wishes
to prove the goal
   ([0 < m], (@n. n < m) < SUC m)
   LESS_SUC  |- !m n. m < n ==> m < (SUC n)
   ([0 < m], (@n. n < m) < m)