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

theorem :: REAL_2'67_3
  a / b / c = 1 / c * (a / b)
proof
  thus a/b/c =c"*(a/b) by XCMPLX_0:def 9
    .=1/c*(a/b) by Lm4;
end;
