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

theorem
  0 < b" & b" <= a" implies a <= b
proof
  assume that
A1: b">0 and
A2: a">=b";
  a""<=b"" by A1,A2,Lm32;
  hence thesis;
end;
