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