I'm taking a course on Analytics Combinatorics (based on Flajolet's and Sedwick's book), and i'm trying to solve note I.16 of the book, that is, verify:
$$ P^{(\leq l, \{1,\ldots,k\})}(z) = \frac{(1-z)\ldots(1-z^{k+l})}{((1-z)\ldots(1-z^{k}))\cdot((1-z)\ldots(1-z^{l}))} $$ Where the left hand means the generating function of the class of partitions with at most k parts, each $ \leq l $ Truth is I already tried by multiple ways, but with no success:
First, looking at the formula I guessed that: $$ P^{(\leq l, \{1,\ldots,k\})} \times P^{(\{1,\ldots,k +l\})} \tilde = P^{(<l)} \times P^{(\{1,\ldots,k\})} $$ but i couldn't understand why.
Secondly, using the same reasoning as to find that p(k,l,n) = p(l,k-1,n) + p(l-1,k,n -k), I thought that:
$$ P^{(\leq l, \{1,\ldots,k\})} \tilde = P^{(\leq l, \{1,\ldots,k-1\})} +\mathcal Z^k \times P^{(\leq l - 1, \{1,\ldots,k\})} $$
but i could't solve the recurrence.
and so on...
As you can see, I'm quite confused... can someone give a tip that put me in my way? thank you in advanced!
Introducing the short-hand notation $(z)_p=(1-z)(1-z^2)\cdots (1-z^p)$, we want to show for $k,l\geq 0$ \begin{align*} P^{(\leq l, \{1,\ldots,k\})}(z)=\frac{(z)_{l+k}}{(z)_l(z)_k}\tag{2} \end{align*}
We want to show that the right hand side of (2) fulfils the same recurrence relation as (4). We introduce the short-hand notation $Q^{(l,k)}(z)$ and define \begin{align*} Q^{(l,k)}(z):=\frac{(z)_{l+k}}{(z)_l(z)_k} \end{align*}
Note: This answer is more or less verbatim Theorem 3.1 of The Theory of Partitions by G.E. Andrews.