theorem
  -z1 = -z2 implies z1 = z2
proof
  assume -z1 = -z2;
  hence z1 = -(-z2)  .= z2;
end;
