
theorem
  not 124 is prime
  proof
    124 = 2*62;
    then 2 divides 124;
    hence thesis;
  end;
