
theorem
  for p be Prime, n be Nat st n + 2 < p holds ((p + 1) choose (n+2)) mod p = 0
  proof
    let p be Prime, n be Nat such that
    A1: n + 2 < p;
    n + 1 + 1 < p by A1;
    hence thesis by PC0;
  end;
