
theorem Th15:
  for a be Element of F_Complex holds Re a + Re (a*') = 2 * Re a
proof
  let z be Element of F_Complex;
  thus Re z + Re (z*') = Re z + Re z by COMPLEX1:27
    .= 2* (Re z);
end;
