
theorem
  not 1365 is prime
  proof
    1365 = 3*455;
    then 3 divides 1365;
    hence thesis;
  end;
