
theorem
  not 1946 is prime
  proof
    1946 = 2*973;
    then 2 divides 1946;
    hence thesis;
  end;
