theorem Th1:
  x #Z 2=x^2
proof
  x #Z 2 = x |^ 2 by PREPOWER:36
    .= x^2 by NEWTON:81;
  hence thesis;
end;
