reserve a, b, c, d, e for Complex;

theorem
  a/b" = a*b
proof
  thus a/b" = a*b"" by XCMPLX_0:def 9
    .= a*b;
end;
