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