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