
theorem
  not 77 is prime
  proof
    77 = 7*11;
    then 7 divides 77;
    hence thesis;
  end;
