theorem
  ( a"\/"b )` = a`"/\" b`
proof
  thus (a"\/"b)` = (a``"\/"b``)`
    .= (a`"/\"b`)`` by Th21
    .= a`"/\"b`;
end;
