I am interested in products of the type \begin{equation} \prod_1^N \frac{x-a_i}{x-b_i} \end{equation} for integer $N$.
I would like to prove the following conjecture: \begin{equation} \prod_{i=1}^N \frac{x-a_i}{x-b_i} = 1 + \sum_{i=1}^N \frac1{x-b_i} \left[\prod_{j=1}^N (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^N b_{ij}^{-1}\right] \end{equation} based on symbolic simulations in Mathematica.
Sadly I have been unable to do so. The work I have done so far is \begin{align} \frac{x-a_{N+1}}{x-b_{N+1}} \prod_{i=1}^{N} \frac{x-a_i}{x-b_i} &= \left\{1+\frac{b_{N+1}-a_{N+1}}{x-b_{N+1}}\right\}\left\{1+\sum_{i=1}^{N} \frac1{x-b_i} \left[\prod_{j=1}^{N} (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N} b_{ij}^{-1}\right]\right\}\\ \begin{split} &=1+\sum_{i=1}^{N} \frac1{x-b_i} \left[\prod_{j=1}^N (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N} b_{ij}^{-1}\right] + \frac{b_{N+1}-a_{N+1}}{x-b_{N+1}} +\cdots\\ &\phantom=\,\cdots+ \frac{b_{N+1}-a_{N+1}}{x-b_{N+1}}\sum_{i=1}^{N} \frac1{x-b_i} \left[\prod_{j=1}^{N} (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N} b_{ij}^{-1}\right] \end{split}\\ \begin{split} &=1+\sum_{i=1}^{N} \frac1{x-b_i} \left[\prod_{j=1}^N (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N} b_{ij}^{-1}\right] + \frac{b_{N+1}-a_{N+1}}{x-b_{N+1}} +\cdots\\ &\phantom=\,\cdots+ (b_{N+1}-a_{N+1})\sum_{i=1}^{N} (b_{i,N+1})^{-1}\left[\frac1{x-b_{N+1}}-\frac1{x-b_i}\right] \left[\prod_{j=1}^{N} (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N} b_{ij}^{-1}\right] \end{split}\\ \begin{split} &=1+\sum_{i=1}^{N} \frac1{x-b_i} \left[\prod_{j=1}^N (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N} b_{ij}^{-1}\right] + \frac{b_{N+1}-a_{N+1}}{x-b_{N+1}} -\cdots\\ &\phantom=\,\cdots - \frac{b_{N+1}-a_{N+1}}{x-b_{N+1}}\sum_{i=1}^{N} \frac1{a_{N+1}-b_i}\left[\prod_{j=1}^{N+1} (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N+1} b_{ij}^{-1}\right] -\cdots\\ &\phantom=\,\cdots - (b_{N+1}-a_{N+1})\sum_{i=1}^{N} \frac{1}{(b_i-x)(a_{N+1} - b_i)}\left[\prod_{j=1}^{N+1} (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N+1} b_{ij}^{-1}\right] \end{split}\\ \begin{split} &=1+\sum_{i=1}^{N} \frac1{x-b_i} \left[\prod_{j=1}^N (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N} b_{ij}^{-1}\right] + \frac{b_{N+1}-a_{N+1}}{x-b_{N+1}} -\cdots\\ &\phantom=\,\cdots - \frac{b_{N+1}-a_{N+1}}{x-b_{N+1}}\sum_{i=1}^{N+1} \frac1{a_{N+1}-b_i}\left[\prod_{j=1}^{N+1} (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N+1} b_{ij}^{-1}\right] +\cdots\\ &\phantom=\,\cdots + \frac{b_{N+1}-a_{N+1}}{x-b_{N+1}}\frac1{a_{N+1}-b_{N+1}}\left[\prod_{j=1}^{N+1} (b_{N+1}-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N+1} b_{{N+1},j}^{-1}\right] -\cdots\\ &\phantom=\,\cdots - (b_{N+1}-a_{N+1})\sum_{i=1}^{N+1} \frac{1}{(b_i-x)(a_{N+1} - b_i)}\left[\prod_{j=1}^{N+1} (b_i-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N+1} b_{ij}^{-1}\right] + \cdots\\ &\phantom=\,\cdots + \frac{1}{x-b_{N+1}}\left[\prod_{j=1}^{N+1} (b_{N+1}-a_j)\right]\left[\prod_{\substack{j\neq i\\1}}^{N+1} b_{{N+1},j}^{-1}\right] \end{split} \end{align}
I would gladly appreciate any kind of assistance,; I'm completely stuck.