theorem Th82:
  s <=' r implies s *' t <=' r *' t
proof
  given x such that
A1: r = s+x;
  take x*'t;
  thus thesis by A1,Th57;
end;
