
theorem
  not 245 is prime
  proof
    245 = 5*49;
    then 5 divides 245;
    hence thesis;
  end;
