theorem
  A |^ (2, 2) = A ^^ A
proof
  thus A |^ (2, 2) = A |^ 2 by Th22
    .= A ^^ A by FLANG_1:26;
end;
