There are $n$ islands with $n$ bridges connecting pairs of islands (where $n\ge 2$). Prove that some sequence of distinct bridges forms a loop.
__
Since it isn't obvious how to prove it directly I think I'm going to argue by contradiction. But I'm not sure how to.
We prove a slightly stronger result, if there are $n$ bridges or more then there is a loop.
Prove it for $n=3$ by checking all possible cases.
We now use induction. Suppose there are $n$ islands. If every island has at least two bridges coming out of it then we can start at any island and keep walking, if we ever reach an island from which we cant go away we must have reached the island before, this argument proves the existence of a loop.
If there is an island which has one or zero bridges then we can delete that island along with its bridges and we will still have a number of bridges larger than or equal to the number of islands, so we can use the inductive step to find a loop, (since there are now $n-1$ islands).
This theorem is a well known theorem in graph theory, it is intimately related with some basic results about trees.