
theorem
  not 1401 is prime
  proof
    1401 = 3*467;
    then 3 divides 1401;
    hence thesis;
  end;
