theorem
  (a |^ (-1))|^ (-1) = a
proof
  (a |^ -1)|^ -1 = (a`)|^ -1 by Th5
    .= a`` by Th5;
  hence thesis by BCIALG_1:29;
end;
