So I am curious if there is an upper bound relating number of edges of a graph to it's chromatic number. More specifically,
Given a graph $G$ where $\chi(G) = k$, then can we deduce an upper bound for the number of edges $G$ must possess ? There are posts that deduce the lower bound, ($k $ choose 2 many).
Cheers
Let $n$ denote the number of nodes and $m$ the number of edges.
Given that (see here) : $$ k \ge \frac{n^2}{n^2-2m} $$ You can derive the following upper bound for $m$ $$ m \le \frac{n^2(k-1)}{2k} $$