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