Question: You can draw edges between any two vertices of an empty graph with $6$ vertices and you have the same chance of drawing each edge. Find the probability that "there exists three vertices that any two of them are connected or any two of them are not connected".
What I tried: index the vertices and there are 15 different segments so there are $2^{15}$cases in total.
Cases for existence of three connected vertices: connect arbitrary three vertices and then decide the 12 edges left. ${6\choose 3} * 2^{12}$.
Cases for existence of three not connected vertices: choose arbitrary three vertices and not connect them and then decide the 12 edges left. ${6\choose 3} * 2^{12}$.
Cases for both: connect arbitrary three vertices and not connect the three left . And there are $3 * 3 = 9$ edges between connected vertices and disconnected vertices. ${6\choose 3} * 2^9$
The problem is that $\frac{{6\choose 3} * 2^{12} + {6\choose 3} * 2^{12} - {6\choose 3} * 2^{9}}{2^{15}} > 1$.
Could you tell me where I went wrong? Thanks in advance.
Actually, despite what I claimed in the comment, your question does not depend on the random graph model you are using. By Ramsey’s Theorem any graph with 6 vertices contains either a full 3-vertice subgraph or an empty 3-vertice subgraph, so your probability is 1 in any case. You can find more information about Ramsey’s theorem and Ramsey Numbers under this link: https://en.m.wikipedia.org/wiki/Ramsey%27s_theorem