
theorem
  not 246 is prime
  proof
    246 = 2*123;
    then 2 divides 246;
    hence thesis;
  end;
