theorem
  (A///B)///C = A///(B**C)
proof
  thus (A///B)///C = A**((B"")**(C"")) by Th90
    .= A///(B**C) by Th97;
end;
