theorem
  for k,n being Nat st k <= n holds n choose k >= ((n+1) choose k) / (n+1)
    by Lm43;
