theorem
  A+ ^^ A = A |^.. 2
proof
  A+ ^^ A = A+ ^^ (A |^ 1) by FLANG_1:25
    .= A |^.. (1 + 1) by Th75;
  hence thesis;
end;
