theorem Th5:
  x \ x = 1.Q
proof
  x * 1.Q = x;
  hence thesis;
end;
