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

theorem
  a <= b & 0 <= c implies a*c <= b*c by Lm12;
