
theorem
  not 567 is prime
  proof
    567 = 3*189;
    then 3 divides 567;
    hence thesis;
  end;
