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

theorem :: REAL_2'80_1
  a / b * e = e / b * a
proof
  thus a/b*e=a*e/b by Lm8
    .=e/b*a by Lm8;
end;
