
theorem
  not 305 is prime
  proof
    305 = 5*61;
    then 5 divides 305;
    hence thesis;
  end;
