theorem Th26:
  -b <= a implies -a <= b
proof
  assume -b <= a;
  then -a <= --b by Lm14;
  hence thesis;
end;
