
theorem
  not 15 is prime
  proof
    15 = 3*5;
    then 3 divides 15;
    hence thesis;
  end;
