theorem Th36:
  for n being Nat holds a #Z n = a |^ n
proof
  let n be Nat;
  thus a #Z n = a |^ |.n.| by Def3
    .= a |^ n by ABSVALUE:def 1;
end;
