
theorem
  not 1095 is prime
  proof
    1095 = 3*365;
    then 3 divides 1095;
    hence thesis;
  end;
