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

<record version="6" id="1757">
 <title>complete graph</title>
 <name>CompleteGraph</name>
 <created>2002-02-03 14:51:40</created>
 <modified>2002-05-27 15:22:50</modified>
 <type>Definition</type>
 <creator id="22" name="vampyr"/>
 <author id="22" name="vampyr"/>
 <classification>
	<category scheme="msc" code="05C99"/>
 </classification>
 <synonyms>
	<synonym concept="complete graph" alias="complete"/>
	<synonym concept="complete graph" alias="clique"/>
 </synonyms>
 <related>
	<object name="Tournament"/>
 </related>
 <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{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>The \emph{complete graph} with $n$ vertices, denoted $K_n$, contains all possible edges; that is, any two vertices are adjacent.

The complete graph of $4$ vertices, or $K_4$ looks like this:

\begin{center}
\includegraphics[scale=1.0]{k4.eps}
\end{center}

The number of edges in $K_n$ is the $n-1$th triangular number.  Every vertex in $K_n$ has degree $n-1$; therefore $K_n$ has an Euler circuit if and only if $n$ is odd.  A complete graph always has a Hamiltonian path, and the chromatic number of $K_n$ is always $n$.</content>
</record>
