In the first few pages of section 5.1 (through p. 341, Planer Graphs), we are introduced to definitions of graphs, various kinds of graphs, characteristic features of graphs, and even a few theorems about graphs.
A graph is defined loosely as a set of nodes, and a set of arcs which connect some of the nodes.
Question: how does this jive with our understanding of a graph from calculus? For example, the graph of ?
More formally, we have the following
Definition: a graph is an ordered triple (N,A,g) where
x and y are the endpoints of the arc. g is a function and .
Question: how does this jive with our understanding of the graph of ?
To do: Practice #1, p. 331.
Definition: a directed graph is an ordered triple (N,A,g) where
so g is a function and .
Question: how does this jive with our understanding of the graph of ?
To do: Practice #2, p. 332.
To do: Create a graph on a 4x6 card. Some of you should make rather ordered graphs; others might think of very strange graphs.
To do: Practice #3, p. 336.
By we will understand the simple, complete graph with n nodes.
To do: Practice #4, p. 336. Draw .
A bipartite complete graph is a graph of N nodes which break into two groups, and , of size m and n respecively, with the following property:
two nodes x and y are adjacent and .
To do: Practice #5, p. 337. Draw .
The idea of isomorphism is that two structures can be ``morphed'' into each other (they are in some sense identical). Our objective, in general, is to figure out the ``morphism'' (isomorphism - same form!).
To do: Look at Figure 5.17, p. 339: can you morph the two graphs together?
Definition: Two graphs and are isomorphic if there are bijections (one-to-one and onto mappings) and such that for each arc , (replace braces by parentheses for a directed graph).
To do: Practice #7, p. 339. If you managed to morph the two graphs in Figure 5.17, then you should be able to ``see'' the rest of function .
Theorem: Two simple graphs and are isomorphic if there is a bijection such that for any nodes and of , and are adjacent and are adjacent.
To do: Practice #8, p. 340.
There are some tests for determining when two graphs are not isomorphic:
To do: Practice #9, p. 340.