
theorem
  not 74 is prime
  proof
    74 = 2*37;
    then 2 divides 74;
    hence thesis;
  end;
