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