reserve a,b,c,d,m,x,n,j,k,l for Nat,
  t,u,v,z for Integer,
  f,F for FinSequence of NAT;
reserve p,q,r,s for real number;
reserve a,b,c,d,m,x,n,k,l for Nat,
  t,z for Integer,
  f,F,G for FinSequence of REAL;
reserve q,r,s for real number;
reserve D for set;

theorem Th87:
  not 7 divides a|^3 - 2 & not 7 divides a|^3 + 2 &
    not 7 divides a|^3 - 3 & not 7 divides a|^3 + 3
  & not 7 divides a|^3 - 4 & not 7 divides a|^3 + 4 &
    not 7 divides a|^3 - 5 & not 7 divides a|^3 + 5
  proof
    7 = 2*3 + 1;
    hence thesis by Th84,NAT_4:26;
  end;
