Next: Discussion of Problem Sets
Up: Discrete Math, Fourth Problem
Previous: Linear Algebra
Definition 2.1
A
graph is a (finite) set

of vertices, and a set

of edges, where an edge is an unordered pair of vertices.
Definition 2.2
We say that a pair of vertices

and

are
adjacent (

) if

and
non-adjacent otherwise.
Definition 2.3
The
neighbors of a vertex

are the vertices adjacent to

.
Definition 2.4
If

, and

are graphs, then we say that a function

is an
isomorphism if

preserves adjacency. That is,

. If an isomorphism exists between two graphs, then we say they are
isomorphic.
Definition 2.5
The degree of a vertex is the number of its neighbors.
Definition 2.6
A
bipartite graph is a graph

such that

, where each edge contains exactly one element from each

.
Definition 2.7
A
path of length

in a graph is a sequence of distinct vertices,

where

is an edge for all

.
Definition 2.8
A
walk of length

in a graph is a sequence of (not necessarily distinct) vertices,

where

is an edge for all

.
Definition 2.9
A
cycle of length

in a graph is a walk

where

but otherwise there
are no repeated vertices.
Remark 2.10
Notice that a path of length

will have

vertices,
and a cycle of length

will have

vertices.
Notation 2.11

denotes the path on

vertices and

denotes the

-cycle (the cycle on

vertices.
Definition 2.12

will be the
complete graph on
vertices, which is the graph such that for all

,

is an edge of

.
Definition 2.13

will be the
complete bipartite graph on
vertices, which is the graph

such that

and

have

and

elements respectively,
and

.
Definition 2.14
The distance between any two vertices is the length of the shortest path between them. The distance is infinite if no such path exists.
Definition 2.15
The diameter of a graph is the longest distance in the graph.
Definition 2.16
A graph is connected if there is a path between any two vertices.
Definition 2.17
The
complement of a graph

is the graph

, where

, and

is the set of all

pairs of vertices of

.
Remark 2.18
Notice that we have the following:

,

,

.
Exercise 2.19
If

then

.
Definition 2.20
The girth of a graph is the length of the shortest cycle.
Definition 2.21
A tree is a connected graph with no cycles.
Remark 2.22
A tree has infinite girth.
Exercise 2.23
A tree with

vertices has

edges.
Exercise 2.24
Are the two graphs from the Petersen's graph handout isomorphic?
Theorem 2.25 (Handshake theorem)

.
Theorem 2.26
If

is a regular graph of degree

, and
girth

, then

.
In what cases is this bound tight, i.e.
?
If
, then
satisfies
. For
,
satisfies this
equation. For
, we have Petersen's graph. For
there is a graph
of degree
, girth 5, and
vertices called the
``Hoffman-Singleton graph.''
Theorem 2.27 (Hoffman-Singleton)
If a regular graph of degree

with

vertices and
girth at least

exists then

.
Remark 2.28
We have named such graphs with

.
It is not known whether such a graph with

exists.
It is, however, known that if such a graph exists, it cannot
be quite as nice as the smaller ones:
its automorphism group will not act transitively on its vertices,
i.e., not all vertices will be equivalent under automorphisms
(self-isomorphisms) of the graph (Aschbacher).
Definition 2.29
The
adjacency matrix,
![$ A_G=[a_{ij}]$](img93.gif)
, of a graph,

, is the

matrix such that

if

is an edge of

, and 0 otherwise,
where

is the number of vertices.
Remark 2.30
Note that the diagonal and therefore the trace of the adjacency matrix
is zero.
Theorem 2.31
If a graph is

-regular, then

is an eigenvalue of its adjacency matrix.
Proof.
The all-ones vector is an eigenvector for the adjacency matrix with eigenvalue

.
Remark 2.32

is symmetric. Recall that this and the spectral theorem imply that it is diagonalizable over

with an orthonormal eigenbasis.
Exercise 2.33
If

is a connected regular graph, then the multiplicity of

as an eigenvalue is one (it is a
simple eigenvalue).
Exercise 2.34
If

is a regular graph of degree

then the multiplicity of

as an eigenvalue
is the number of connected componenets of

.
Exercise 2.35
If

is a regular graph and

is an eigenvalue of

(i.e., an eigenvalue of

) then

.
Exercise 2.36
If

is a connected regular graph of degree

then

is an eigenvalue if and only if

is bipartite.
Next: Discussion of Problem Sets
Up: Discrete Math, Fourth Problem
Previous: Linear Algebra
Varsha Dani
2003-07-25