[step:Prove the crossing-number estimate needed for the graph][claim:Crossing-number estimate]
Let $H$ be a simple graph drawn in the plane with $v \geq 1$ vertices and $a$ edges, in a drawing where every crossing counted by $\operatorname{cr}(H)$ is an intersection point of the interiors of two edges with four distinct endpoints. If $a \geq 4v$, then
\begin{align*}
\operatorname{cr}(H) \geq \frac{a^3}{64v^2}.
\end{align*}
[/claim]
[proof]
First, any simple drawing satisfies
\begin{align*}
a \leq 3v + \operatorname{cr}(H).
\end{align*}
Indeed, remove one edge from each crossing. After at most $\operatorname{cr}(H)$ removals, the remaining graph is planar and simple, with $v$ vertices and at least $a-\operatorname{cr}(H)$ edges. We use the standard planar graph edge bound: every simple planar graph with $v \geq 3$ vertices has at most $3v-6$ edges, and hence at most $3v$ edges; for $v \leq 2$, the weaker bound $a \leq 3v$ is immediate for a simple graph. Hence
\begin{align*}
a-\operatorname{cr}(H) \leq 3v,
\end{align*}
which gives the displayed inequality.
Now choose each vertex of $H$ independently with probability
\begin{align*}
p := \frac{4v}{a}.
\end{align*}
Since $a \geq 4v$, we have $0 < p \leq 1$. Let $H_p$ be the induced random subgraph. Define the random variables $V_p$, $A_p$, and $X_p$ to be the number of vertices, edges, and crossings of $H_p$, respectively. Linearity of expectation gives
\begin{align*}
\mathbb{E}[V_p] &= pv,\\
\mathbb{E}[A_p] &= p^2 a,\\
\mathbb{E}[X_p] &= p^4 \operatorname{cr}(H),
\end{align*}
because an edge survives exactly when both its endpoints are chosen, and a crossing between two edges survives exactly when the four endpoints involved are chosen. By the drawing assumption in the claim, every crossing counted by $\operatorname{cr}(H)$ is an interior intersection of two edges with four distinct endpoints, so such a crossing survives exactly when those four endpoints are chosen.
Applying $A_p \leq 3V_p + X_p$ to each realized induced drawing and taking expectations yields
\begin{align*}
p^2 a \leq 3pv + p^4 \operatorname{cr}(H).
\end{align*}
Rearranging,
\begin{align*}
\operatorname{cr}(H)
\geq \frac{p^2a - 3pv}{p^4}.
\end{align*}
With $p = 4v/a$,
\begin{align*}
p^2a - 3pv
= \frac{16v^2}{a} - \frac{12v^2}{a}
= \frac{4v^2}{a}.
\end{align*}
Also,
\begin{align*}
p^4 = \frac{256v^4}{a^4}.
\end{align*}
Thus
\begin{align*}
\operatorname{cr}(H)
\geq \frac{4v^2/a}{256v^4/a^4}
= \frac{a^3}{64v^2}.
\end{align*}
This proves the claim.
[/proof][/step]