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