theorem
  0 < a & b < 1 implies a*b < a
proof
  assume that
A1: a>0 and
A2: b<1;
  a*b<a*1 by A1,A2,Lm13;
  hence thesis;
end;
