reserve a,b,c,d for Real;
reserve r,s for Real;

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