
theorem
  not 130 is prime
  proof
    130 = 2*65;
    then 2 divides 130;
    hence thesis;
  end;
