
theorem
  not 369 is prime
  proof
    369 = 3*123;
    then 3 divides 369;
    hence thesis;
  end;
