Content deleted Content added
No edit summary |
Fixing unclear (and partly wrong) sentence |
||
Line 40:
:<math>{n \choose r}2^{1-{r \choose 2}}.</math>
Consider what happens if this value is less than {{math|1}}. The number of monochromatic {{mvar|r}}-subgraphs in our random coloring will always be an integer, so
:<math>{n \choose r} < 2^{{r \choose 2} - 1},</math>
(which holds, for example, for {{mvar|n}}=5 and {{mvar|r}}=4) then
* The total number of ''r''-subgraphs is <math>{n \choose r}</math>.
* Each ''r''-subgraphs has <math>{r \choose 2}</math> edges and thus can be colored in <math>2^{r \choose 2}</math> different ways.
|