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

theorem Th78: :: SQUARE_1'17
  a / (b * c) = a / b / c
proof
  thus a/(b*c) = a*1/(b*c) .= a/b/(c/1) by Lm13
    .= a/b/c;
end;
