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

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