
theorem N20:
  for k, n be Nat holds ((k + n) choose n) = ((k + n) choose k)
  proof
    let k,n be Nat;
    (k + n) - k = n & k + n >= k + 0 by XREAL_1:6;
    hence thesis by NEWTON:20;
  end;
