I'm studying graphs in algorithm and complexity, but I'm not very good at math. In a Complete graph, prove $ \sum n_{i} = n, then { n_{i} \choose 2 } \le { n \choose 2 } $ ? please give some ideas.
2026-05-05 11:20:09.1777980009
In a Complete graph, prove $ \sum n_{i} = n, then { n_{i} \choose 2 } \le { n \choose 2 } $
118 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$ \binom{n}{2}=\frac{n(n-1)}{2}=\sum_i\frac{n_i(n-1)}{2}\geq\sum_i\frac{n_i(n_i-1)}{2}=\sum_i\binom{n_i}{2}. $$