reserve a,b,i,k,m,n for Nat;
reserve s,z for non zero Nat;
reserve c for Complex;

theorem Th10:
  not 30 is prime
  proof
    30 = 2*15;
    then 2 divides 30;
    hence thesis;
  end;
