theorem Th53:
  A* = {<%>E} \/ (A+)
proof
  thus A* = {<%>E} \/ ((A*) ^^ A) by FLANG_1:56
    .= {<%>E} \/ (A+) by Th52;
end;
