pazo
- 3
- 0
I cannot seem to understand how to do a combinatorial proof on this one.
1. The problem statement: all variables and given/known data
Prove that for all positive numbers n, n1,n2,nk, where 2 \leq k \leq n, and \sum_{i=1}^k n_i = n the following is true
<br /> \newcommand{\colv}[2] {\left(\begin{array}{c} #1 \\ #2 \end{array}\right)}<br /> \colv{n+1}{2} < \colv{n_1+1}{2} + \colv{n_2+1}{2} + ...+ \colv{n_k+1}{2}<br />
I applied pascals identity to remove "+ 1", and now I have the formula:
<br /> \newcommand{\colv}[2] {\left(\begin{array}{c} #1 \\ #2 \end{array}\right)}<br /> \colv{n}{2} < \colv{n_1}{2} + \colv{n_2}{2} + ... + \colv{n_k}{2}<br />
But I must admit that this still doesn't seem to help my understanding of how to attack this problem.
1. The problem statement: all variables and given/known data
Prove that for all positive numbers n, n1,n2,nk, where 2 \leq k \leq n, and \sum_{i=1}^k n_i = n the following is true
<br /> \newcommand{\colv}[2] {\left(\begin{array}{c} #1 \\ #2 \end{array}\right)}<br /> \colv{n+1}{2} < \colv{n_1+1}{2} + \colv{n_2+1}{2} + ...+ \colv{n_k+1}{2}<br />
Homework Equations
The Attempt at a Solution
I applied pascals identity to remove "+ 1", and now I have the formula:
<br /> \newcommand{\colv}[2] {\left(\begin{array}{c} #1 \\ #2 \end{array}\right)}<br /> \colv{n}{2} < \colv{n_1}{2} + \colv{n_2}{2} + ... + \colv{n_k}{2}<br />
But I must admit that this still doesn't seem to help my understanding of how to attack this problem.
Last edited: