reserve a,b,m,x,n,l,xi,xj for Nat,
  t,z for Integer;

theorem 
  for p,k,m being Nat holds (p |^ k) mod m = ((p mod m) |^ k) mod m by Th12P;
