theorem
  for R1, R2 being complex-valued Function st -R1 = -R2 holds R1 = R2
proof
  let R1, R2 be complex-valued Function;
  assume -R1 = -R2;
  hence R1 = --R2 .= R2;
end;
