I need to prove the following: ${n\choose m}={n\choose n-m}$
With the definition: ${n\choose m}= \left\{ \begin{array}{ll} \frac{n!}{m!(n-m)!} & \textrm{für \(m\leq n\)} \\ 0 & \textrm{für \(m>n\)} \end{array} \right.$
and $n,m\in\mathbb{N}$.
I'm stuck at how to even start this. Using induction? Any help would be appreciated, I tried to search SA, but couldn't find an answer.