
theorem
  not 1080 is prime
  proof
    1080 = 2*540;
    then 2 divides 1080;
    hence thesis;
  end;
