Hi All, this is my first post, I'm not sure if this is the correct forum to post this question.
Basically I need to provide the steps to go from here:
To here:
Where C((v-1), 2) is the binomial coefficient of (v-1) choose 2.
I've tried to develop both expressions to see if I see common ground but it's helpless.
This is part of the proof of the Corollary 4.6 of the book "Graph Theory with Applications".
Any help or guidance will be much appreciated.
Thanks.
Basically I need to provide the steps to go from here:
Code:
(1/2) ( m[SUP]2[/SUP] + (v-2m)(v-m-1) + m(v-1))
Code:
C((v-1),2) +1 -(1/2)(m-1)(m-2) -(m-1)(v-2m-1)
Where C((v-1), 2) is the binomial coefficient of (v-1) choose 2.
I've tried to develop both expressions to see if I see common ground but it's helpless.
This is part of the proof of the Corollary 4.6 of the book "Graph Theory with Applications".
Any help or guidance will be much appreciated.
Thanks.