
theorem
  not 315 is prime
  proof
    315 = 3*105;
    then 3 divides 315;
    hence thesis;
  end;
