
theorem
  not 254 is prime
  proof
    254 = 2*127;
    then 2 divides 254;
    hence thesis;
  end;
