<?xml version="1.0" encoding="UTF-8"?>

<record version="6" id="2810">
 <title>bridges of K\"onigsberg</title>
 <name>BridgesOfKoenigsberg</name>
 <created>2002-04-02 01:11:28</created>
 <modified>2004-04-30 16:15:53</modified>
 <type>Topic</type>
 <creator id="2" name="akrowne"/>
 <author id="2" name="akrowne"/>
 <classification>
	<category scheme="msc" code="05C38"/>
 </classification>
 <synonyms>
	<synonym concept="bridges of K\&quot;onigsberg" alias="bridges of Koenigsberg"/>
 </synonyms>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

\usepackage{psfrag}
\usepackage{graphicx}
%\usepackage{xypic}</preamble>
 <content>\PMlinkescapeword{bridge}
\PMlinkescapeword{bridges}
\PMlinkescapeword{map}
\PMlinkescapeword{representation}
The \emph{bridges of K\"onigsberg} is a famous problem inspired by an actual place and situation.  The solution of the problem, put forth by Leonhard Euler in 1736, is widely considered to be the first work of graph theory and responsible for the foundation of the discipline.

The following figure shows a portion of the Prussian city of K\"onigsberg.  A river passes through the city, and there are two islands in the river.  Seven bridges cross between the islands and the mainland:

\begin{center}
\includegraphics[scale=.5]{koenigs1}

{\tiny Figure 1: Map of the K\"onigsberg bridges.}
\end{center}

The mathematical problem arose when citizens of K\"onigsburg noticed that one could not take a stroll across all seven bridges, returning to the starting point, without crossing at least one bridge twice.  

Answering the question of why this is the case required a mathematical theory that didn't exist yet: graph theory.  This was provided by Euler in his formative paper.

To solve the problem, we must translate it into a graph-theoretic representation.  We model the land masses, $A$, $B$, $C$ and $D$, as vertices in a graph.  The bridges between the land masses become edges.  This generates from the above picture the following graph:

\begin{center}
\psfrag{A}{$A$}
\psfrag{B}{$B$}
\psfrag{C}{$C$}
\psfrag{D}{$D$}
\psfrag{1}{$1$}
\psfrag{2}{$2$}
\psfrag{3}{$3$}
\psfrag{4}{$4$}
\psfrag{5}{$5$}
\psfrag{6}{$6$}
\psfrag{7}{$7$}
\includegraphics[scale=.9]{koenigs2}

{\tiny Figure 2: Graph-theoretic representation of the K\"onigsburg bridges.}
\end{center}

At this point, we can apply what we know about Euler paths and Euler circuits.    Since an Euler circuit for a graph exists only if every vertex has an even degree, the K\"onigsberg graph must have no Euler circuit.  Hence, we have explained why one cannot take a walk around K\"onigsberg and return to the starting point without crossing at least one bridge more than once.</content>
</record>
