theorem Th7:
  for P holds P^^1 = P
proof
  let P;
  thus P^^1 = P^^(0+1) .= (P^^0)^P by Th6 .= {{}}^P by Th6 .= P by Th3;
end;
