I was given the following problem:
Let $n,k,l \in \mathbb{N}$ such that $0\le l< k \le n $. Show that,
$${n\choose k} = {n\choose l} \iff n=k+l$$
I'm having trouble with the implication from left to right. I tried to prove it by contradiction assuming $n \neq k+l $ and using the inequalities that follows, but I got nowhere. I also tried to get to the right side directly, trying to show that $ {n\choose k+l}=1$ without results. Does anyone have a hint for this problem?
Thanks for reading.