theorem Th39:
  0 < a & b <= c implies b < a+c
proof
  assume 0 < a & b <= c;
  then b+0 < a+c by Lm8;
  hence thesis;
end;
