reserve a,b,c,k,m,n for Nat;
reserve p for Prime;

theorem Th37:
  n is odd implies n^2 mod 8 = 1
  proof
    assume n is odd;
    then ex a st n = 2*a+1 by ABIAN:9;
    hence thesis by Th36;
  end;
