
theorem NP2:
  for n be Nat holds (n + 1) choose 2 - (n choose 2) = n
  proof
    let n be Nat;
    (n choose (1 + 1)) + (n choose 1) = (n + 1) choose (1 + 1) by NEWTON:22;
    hence thesis;
  end;
