I should prove that in digraph, Ore's thm implies Dirac's thm.
It means D: simple digraph with n vertices, and
(outdeg $v$ + indeg $w$ $>=n$) s.t $v$ and $w$ are vertices in D , and $v$ is not adjacent to $w$, then D is Hamiltonian
implies
outdeg $v$ $>=\frac {n}{2}$ and indeg $v$ $>=$ $\frac{n}{2}$ for each vertex of D then D is Hamiltonian.
I tried outdeg $v$ + indeg $w$ $>= n$ and outdeg $w$ +indeg $v$ $>=n$
But I failed... what can I do??
I think you got the logic backwards (or maybe I misinterpreted the question). Suppose we want to show that Ore's theorem implies Dirac's theorem. This means we want to prove Dirac's theorem assuming Ore's theorem. In other words: