
theorem
  not 495 is prime
  proof
    495 = 3*165;
    then 3 divides 495;
    hence thesis;
  end;
