Show that if a graph $G$ of order $n$ is triangle-free, then $$n \ge \delta(G) + \Delta(G).$$
What I have tried so far is as follows. I wish to show $n > \Delta(G) + \delta(G)$ implies there is a triangle. Choose a vertex $u$ with degree $\Delta(G)$. Consider the neighborhood $N(u)$ of $u$. There are $n - \Delta(G) - 1$ vertices is $V(G)\setminus N(u)$. Choose a vertex $v$ in $V(G)\setminus N(u)$. It has at least $\delta(G)$ neighbors. $\delta(G) > n - \Delta(G) $ . Thus $u$ and $v$ share two vertices in their neighborhood forming a cycle of length $4$.
We may assume that $\Delta(G)\gt0$. Choose a vertex $u$ with $\deg u=\Delta(G)$ and choose a vertex $v\in N(u)$. Since $G$ is triangle-free, $N(u)$ and $N(v)$ are disjoint subsets of $V(G)$, so we have $$n=|V(G)|\ge|N(u)|+|N(v)|\ge\Delta(G)+\delta(G).$$