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

theorem
  1 <= a implies a" <= 1
proof
  1 <= a implies a" <= 1" by Lm32;
  hence thesis;
end;
