Given all possible pairs of vertices $v,v' \in V$, an Erdos Renyi (ER) graph can be generated by assigning an edge $(v,v')$ with a probability $p$.
But, given an existing graph $G=(V,E)$ and assigning a probability by which each edge in $G$ can be deleted, would the resulting graph also be considered an ER graph? Or more generally, do we get a random graph?
I have not come across such a construction for a random graph, so any references would really go a long way.
If you start with complete graph, So it'll be as @伽罗瓦 said. If not: $$P_{NotComplete}(G') = P_{Complete}(G'|G_0)$$ Where you start with $G_0$ and want to achive $G'$.