
theorem
  not 777 is prime
  proof
    777 = 3*259;
    then 3 divides 777;
    hence thesis;
  end;
