theorem
 Shift(p^q,n) c= X implies Shift(q,n+card p) c= X
 proof assume
A1: Shift(p^q,n) c= X;
   Shift(q,n+card p) c= Shift(p^q,n) by Th78;
  hence thesis by A1;
 end;
