There are $n$ participants in a tournament, where $n \geq 1$. In matches in the tournament, there is a clear winner and clear loser (no ties). A participant $x$ is a "champion" if for all other participants $y$, either $x$ directly beat $y$ or $x$ directly beat some third participant $z$ who beat $y$. Prove that at least one of the $n$ participants will be a "champion".
I'm fairly certain this question requires some application of the Pigeonhole Principle, but I'm really not sure where to start. Any help would be really appreciated!
Edit: Each person will play against every other participant exactly once.
HINT: If $x$ is not a champion, there must be some $y$ who beats $x$. Moreover, $y$ must beat everyone whom $x$ beat, because otherwise we’d have $x$ beating some $z$ who beat $y$. Thus, $y$ must beat more people than $x$ beat: all of the ones whom $x$ beat, plus $x$. This should tell you where to look for the champion(s).