$L(m,n)$ is the set of partitions with length m and each part is in the set ${0,...n}$. Two partitions $a$ and $b$ in $L(m,n)$ with $a=(a_1,...,a_m)$ and $b=(b_1,...,b_m)$ are in relation: $a\leq b$ if $a_i\leq b_i$ for all $i$ and $a_i<b_i$ for at least one $i$.
$c(n,m)$ is the number of pairs $(a,b), \; a,b \in L(m,n)$ with $a\leq b$ and no partition $c$ with $a\leq c \leq b$.
I need to show that: $$c(m,n)=\frac {(m+n-1)!}{(n-1)!(m-1)!}$$
I already have the hint to watch the $a_1$ but do not progress to the solution. Any help apreciated! Thanks.
I am sure you are aware that $L(m,n)$ can be identified with the set of lattice paths from $(0,0)$ to $(m,n)$, as the set of unit squares below such a path is exactly a partition with $m$ parts whose sizes are all at most $m$. This means $|L(m,n)|=\binom{n+m}{m}$, as such a path has $n+m$ steps, and you must choose $m$ of the steps to be horizontal.
Similarly, the pairs $(a,b)$ counted by $c(m,n)$ can be viewed as a pair of paths from $(0,0)$ to $(m,n)$ which mostly overlap, yet enclose a region between then consisting of one unit square.
I will prove that $$ c(m,n)=(m+n-1)\cdot \binom{m+n-2}{m-1} $$ combinatorially. The factor $\binom{m+n-2}{m-1}$ counts the number of lattice paths from $(0,0)$ to $(m-1,n-1)$, such as the one in the first image below. Such a path will visit $m+n-1$ vertices in the integer lattice. Choose one of these vertices (the
*in the image), in $m+n-1$ ways, and "expand" it into a box as shown below, increasing the width and height of the grid by one. The result is a pair of paths from $(0,0)$ to $(m,n)$ with a single box between them, as desired.Before:
After: