
theorem
  not 543 is prime
  proof
    543 = 3*181;
    then 3 divides 543;
    hence thesis;
  end;
