
theorem
  not 51 is prime
  proof
    51 = 3*17;
    then 3 divides 51;
    hence thesis;
  end;
