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