1

From Stanley's Catalan Numbers, problem 28:

Left factors $L$ of Dyck paths such that $L$ has $n-1$ up steps.

I don't understand what this means. If after a sequence of ups, there are equal number or fewer downs, then for $n=4$, I got $13$ paths, not $14$:

uuu/uuud/uuudd/uuuddd
uudu/uudud/uuddu/uuddud
uduu/uduud/uduudd
ududu/ududud

Can anyone explain? Thanks.

Calvin Lin
  • 68,864
  • Any such left factor with $n-1$ ups and $n-k\le n-1$ downs can be completed to a Dyck path of semilength $n$ by appending $ud^k=ud\dots d$ with $k\ge 1$ downs at the end. This is a bijection, since any Dyck path ends with a well-defined suffix $ud^k$ with $k\ge 1$ downs. – Alexander Burstein Feb 17 '23 at 08:25
  • @AlexanderBurstein That is correct. I overinterpreted the $L$ and unfortunately the illustration in the book for $n=3$ does not clarify it. – Haoran Chen Feb 17 '23 at 08:40

1 Answers1

0

We consider the Dyck paths of length $2n$ and take $L$ as a valid left factor if it contains $n-1$ ups. We then have to add the blue left path in the case $n=4$ in the second row and get $C_4=14$ paths. \begin{align*} uudu/uudud/\color{blue}{uududd}/uuddu/uuddud \end{align*}

Markus Scheuer
  • 108,315