How does Topology relate to Graph Theory? The Wiki article on Topology motivation states that Euler's paper on the "Seven Bridges of Königsberg problem" was "one of the first papers in topology" and "led to the branch of mathematics known as graph theory."
I understand from Wiki that Graph Theory is:
- $V$ a set of '''vertices'''
- $E \subseteq \{ \{x, y\} \mid x, y \in V \;\textrm{ and }\; x \neq y \}$, a set of '''edges'''
Given the claim that topology led to graph theory, I try to represent an undirected graph as a topology, but I do not think this is possible.
The Wiki definition for Topology is that open sets require inclusion of $X$, empty set, closure via arbitrary unions and finite intersections. I then consider the following, which is an idea to represent a typical undirected graph:
$$ X = \{a, b, c\} $$ $$\tau \subset \mathcal{P}(X)$$ $$ \tau = \{\{a,b\},\{b,c\}, \{c, a\}\} $$
The conditions for a topology are not met. So how is topology related to graph theory?