theorem
  n > 0 implies 0 |^ n = 0
proof
  assume n>0;
  then n>=1+0 by NAT_1:13;
  hence thesis by Th11;
end;
