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

<record version="30" id="777">
 <title>graph</title>
 <name>Graph</name>
 <created>2001-11-12 17:25:02</created>
 <modified>2007-10-16 20:45:12</modified>
 <type>Definition</type>
 <creator id="2727" name="mathcam"/>
 <author id="2727" name="mathcam"/>
 <author id="76" name="digitalis"/>
 <author id="3" name="drini"/>
 <classification>
	<category scheme="msc" code="05C99"/>
 </classification>
 <defines>
	<concept>edge</concept>
	<concept>vertex</concept>
	<concept>endvertex</concept>
	<concept>adjacent</concept>
	<concept>incident</concept>
	<concept>join</concept>
	<concept>vertices</concept>
	<concept>simple graph</concept>
 </defines>
 <related>
	<object name="LoopOfAGraph"/>
	<object name="NeighborhoodOfAVertex"/>
	<object name="EulersPolyhedronTheorem"/>
	<object name="Digraph"/>
	<object name="Tree"/>
	<object name="SpanningTree"/>
	<object name="ConnectedGraph"/>
	<object name="Cycle"/>
	<object name="GraphTheory"/>
	<object name="GraphTopology"/>
	<object name="Subgraph"/>
	<object name="SimplePath"/>
	<object name="EulerPath"/>
	<object name="Diameter3"/>
	<object name="DistanceInAGraph"/>
	<object name="GraphHomomorphism"/>
	<object name="Pseudograph"/>
	<object name="Multigraph"/>
	<object name="OrderOfAGraph"/>
	<object name="DirectedGraph"/>
	<object name="SizeOfAGraph"/>
	<object name="TopicEntryOnTheAlgebraicFoundationsOfMathematics"/>
 </related>
 <keywords>
	<term>multigraph</term>
	<term>digraph</term>
	<term>pseudograph</term>
	<term>tree</term>
 </keywords>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic} 

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>A \emph{graph} $G$ is an ordered pair of disjoint sets $(V, E)$ such that $E$ is a subset of the set $V^{(2)}$ of unordered pairs of $V$. $V$ and $E$ are always assumed to be finite, unless explicitly stated otherwise. The set $V$ is the set of \emph{vertices} (sometimes called nodes) and $E$ is the set of \emph{edges}. If $G$ is a graph, then $V = V(G)$ is the vertex set of $G$, and $E = E(G)$ is the edge set.
Typically, $V(G)$ is defined to be nonempty. If $x$ is a vertex of $G$, we sometimes write $x \in G$ instead of $x \in V(G)$.

An edge $\{x, y\}$ (with $x\neq y$) is said to \emph{join} the vertices $x$ and $y$ and is denoted by $xy$. One says that the edges $xy$ and $yx$ are \emph{equivalent}; the vertices $x$ and $y$ are the \emph{endvertices} of this edge. If $xy \in E(G)$, then $x$ and $y$ are \emph{adjacent}, or \emph{neighboring}, vertices of $G$, and the vertices $x$ and $y$ are \emph{incident} with the edge $xy$. Two edges are \emph{adjacent} if they have at least one common endvertex. Also, $x \sim y$ means that the vertex $x$ is adjacent to the vertex $y$.

Notice that this definition allows pairs of the form $\{x,x\}$, which would correspond to a node joining to itself.  Some authors explicitly disallow this in their definition of a graph.

\begin{center}
\includegraphics{grapha.eps} \qquad \qquad
\includegraphics{graphb.eps} \qquad \qquad
\includegraphics{graphc.eps} \\
Some graphs.
\end{center}

Note:  Some authors include multigraphs in their definition of a graph.  In this notation, the above definition corresponds to that of a \emph{simple graph}.  A graph is then \emph{simple} if there is at most one edge joining each pair of nodes.

\footnotesize{Adapted with permission of the author from \emph{\PMlinkescapetext{Modern Graph Theory}} by B\'{e}la Bollob\'{a}s, published by Springer-Verlag New York, Inc., 1998.}</content>
</record>
