Prove that for $n\ge2$, the number of compositions of $n$ where the first part is 1 is equal to the number of compositions of $n$ where the first part is greater than 1.
This is what I am stuck on. I got that the number of compositions of $n$ where the first part is 1 is $$[x^{n-1}] \frac{1-x}{1-2x}$$ and the number of compositions where the first part is greater than 1 is $$[x^n] \frac{1-x}{1-x-x^2}$$ but I don't know how to show that they are equal to each other.
Can someone help me please?
Different approach: Biject between $1+a_1+a_2+\cdots+a_k$ and $(1+a_1)+a_2+\cdots+a_k$.