When applied to an equational theorem, LEFT_PBETA applies paired
beta-reduction at top level to the left-hand side (only).
Variables are renamed if necessary to avoid free variable capture.
    A |- (\x. t1) t2 = s
   ----------------------  LEFT_PBETA
     A |- t1[t2/x] = s