There is a group of cities with the follwoing rule:
Each city is connected to each city linked by a oneway street:
For any two different cities $A$ and $B$ is it you either go directly from $A$ to $B$ or $B$ to $A$ but not both.
I have to show that there must be a city of which we can get directly half of all the other cities. And i have to show there is one city which can get to all the other cities with the maximum of one intermediate city.
I know that i have to use the pigeonhole principle but i dont know how. Any ideas?