
theorem
  not 160 is prime
  proof
    160 = 2*80;
    then 2 divides 160;
    hence thesis;
  end;
