
theorem
  not 1785 is prime
  proof
    1785 = 3*595;
    then 3 divides 1785;
    hence thesis;
  end;
