
theorem
  not 56 is prime
  proof
    56 = 2*28;
    then 2 divides 56;
    hence thesis;
  end;
