theorem Th8:
  n div (n gcd i) = n / (n gcd i)
  proof
    i gcd n divides i & i gcd n divides n by INT_2:def 2;
    hence thesis by Th6;
  end;
