Let $P \in \mathbb{R} \times \mathbb{R}$ be a set of points on a euclidean plane.
A Delaunay triangulation of $P$ is a graph $DT(P) = (P, E_{D})$ such that $\forall p, q, r \in P$, the edges $(p, q), (q, r), (r, p) \in E_{D}$ if no other point from $P$ is inside the circle passing through $p, q, r$.
A Gabriel graph of $P$ is a graph $GG(P) = (P, E_{G})$ such that $(p, q) \in E_{G} \iff $ the circle with the diamter $d(p, q)$ passing through $p, q$ contains no other point from $P$.
Prove that $\forall P \in \mathbb{R} \times \mathbb{R}, GG(P) \subset DT(P)$ so that $E_{G} \subset E_{D}$
Suppose that $P$ does not contain only points laying on a common line. For $p,q\in P$, define $r\in P$ such that $r\neq p,q$ and satisfies that $\min_{s\in P}(\text{radius of the circle passing through }p,q\text{ and }s)=$radius of the circle passing through $p,q$ and $r$. Under the Gabriel's condition, then this triplet works also for the definition of Delaunay.