Write $K_m^-$ for the complete graph on $m$ edges with an edge removed. Write $e(G)$ for the size of $G$ (number of edges). I am trying to prove the following twist on Turán's theorem:
If $e(G)>e\big(T_{m-1}(n)\big)$, with $|G|=n>m$, then there exists a $K_{m+1}^-\subseteq G$.
I am trying induction on $n$, fixing $m$:
- base case: $n=m+1$. Then $e(G)>e\big(T_{m-1}(n)\big)=\binom{m+1}{2}-1$, so we in fact have $G\cong K_{m+1}$.
- assume true for $m
$$e(G\setminus\{x\})=e(G)-\delta(G)>e\big(T_{m-1}(N)\big)-\delta(G)$$ What I'd like is $\delta(G)≤\delta\big(T_{m-1}(N)\big)$ because then we would have $$\cdots ≥ e\big(T_{m-1}(N)\big)-\delta\big(T_{m-1}(N)\big)=e\big(T_{m-1}(N-1)\big)$$ so $K_m^-\subseteq G\setminus\{x\}$ by induction hypothesis and therefore $K_m^-\subseteq G.$
But I can't see why this would be true: we have $\sum d_G(x)>\sum d_{T_{m-1}(N)}(x)$ so there is nothing to indicate what I want. I'm coming to the conclusion that this approach is doomed, so would appreciate some help.