theorem
  A* = A |^ (0, n) \/ A |^.. (n + 1)
proof
  thus A* = A |^.. 0 by Th11
    .= A |^ (0, n) \/ A |^.. (n + 1) by Th7;
end;
