
theorem
  not 84 is prime
  proof
    84 = 2*42;
    then 2 divides 84;
    hence thesis;
  end;
