I was looking through practice questions and need some guidance/assistance in Fermat's combinatorial identity. I read through this on the stack exchange, but the question was modified in the latest edition of my book.
The book asks for a combinatorial argument (no computations needed) to establish the identity:
$${n \choose k} = \sum_{i=k}^n {i-1 \choose k-1} \text{ where }n\ge k$$
Hint given: Consider set of numbers $1$ through $n$, and how many subsets of size $k$ have $i$ as their highest numbered member?
I'm still getting a grasp on the way these arguments work, so any help is greatly appreciated.