reserve a,b,c for Integer;

theorem Th2: :: NAT_D:9
  a divides b implies a divides b * c
proof
  assume a divides b;
  then consider l being Integer such that
A1: b = a * l;
  a * l * c = a * (l * c);
  hence thesis by A1;
end;
