
theorem
  not 57 is prime
  proof
    57 = 3*19;
    then 3 divides 57;
    hence thesis;
  end;
