<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
      "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
	<title>Relations</title>
	<style type="text/css">
body {
    counter-reset: section 0;  
    text-align: justify
}

h2.title {
    text-align:center
}
p.author {
    text-align:center
}
li {
    text-indent: 0em;
}
p.indent {
    text-indent: 2em; 
}

h2.section {
    counter-reset: eqn 0 result 0 subsection 0;  
}
h2.section:before {
    content: counter(section) ". ";
    counter-increment: section 1;  /* Add 1 to section */
}
h3.subsection:before {
    content: counter(section) "." counter(subsection);
    counter-increment: subsection;  /* Add 1 to subsection */
}

div.theorem:before { 
    content: "Theorem " counter(section) "." counter(result) " "; 
    counter-increment: result 1;
    font-style: normal; 
    font-weight: bold; 
}
div.theorem{ font-style:italic }
div.proposition:before { 
    content: "Proposition " counter(section) "." counter(result) " "; 
	counter-increment: result 1;
    font-style: normal; 
    font-weight: bold; 
}
div.proposition{ font-style:italic }
div.lemma:before { 
    content: "Lemma " counter(section) "." counter(result) " "; 
    counter-increment: result;
    font-style: normal; 
    font-weight: bold; 
}
div.lemma{ font-style:italic }

table.dispeq {
   width:100%;
   }
td.eq {
   text-align:center;
     }
td.eqno {
    width: 10px;
    text-align:right;
    }
td.eqno:after { 
     content: "("counter(section)"."counter(eqn)")";
     counter-increment: eqn;
     font-style: normal; 
	}
.unbulleted {
	list-style-type: none;
	}
</style>
	<script src="DWConfiguration/ActiveContent/IncludeFiles/AC_ActiveX.js" type="text/javascript"></script>
	<script src="DWConfiguration/ActiveContent/IncludeFiles/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<div style="max-width:50em; margin-left:auto; margin-right:auto;">
<h2 class="title">Relations</h2>

<p class="author">
	Arun Ram <br />
	Department of Mathematics <br />
	University of Wisconsin, Madison <br />
	Madison, WI 53706 USA <br />
	ram@math.wisc.edu <br />
	<br />
	and <br />
	<br />
	Department of Mathematics and Statistics <br />
	University of Melbourne <br />
	Parkville, VIC 3010 Australia <br />
	aram@unimelb.edu.au
</p>

<p>Last updates: 22 September 2009</p>

<h2 class="section">Definitions</h2>
<p>
	A <strong>relation</strong> on a set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	is a subset of
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
		<mo>&times;</mo>
		<mi>S</mi>
	</mrow></math>.
	We write
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<msub>
			<mi>s</mi>
			<mn>1</mn>
		</msub>
		<mo>&thksim;</mo>
		<msub>
			<mi>s</mi>
			<mo>2</mo>
		</msub>
	</mrow></math>
	if the pair
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mfenced open="(" close=")" separators=",">
			<msub>
				<mi>s</mi>
				<mn>1</mn>
			</msub>
			<msub>
				<mi>s</mi>
				<mn>2</mn>
			</msub>
		</mfenced>
	</mrow></math>
	is in the subset.
</p>
<p>
	A relation is <strong>reflexive</strong> if, for each
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>s</mi>
		<mo>&isin;</mo>
		<mi>S</mi>
	</mrow></math>,
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<mi>s</mi>
		<mo>&thksim;</mo>
		<mi>s</mi>
		<mtext>.</mtext>
	</mrow></math>
</p>
<p>
	A relation is <strong>symmetric</strong> if, for all
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mfenced open="" close="" separators=",">
			<msub>
				<mi>s</mi>
				<mn>1</mn>
			</msub>
			<msub>
				<mi>s</mi>
				<mn>2</mn>
			</msub>
		</mfenced>
		<mo>&isin;</mo>
		<mi>S</mi>,
	</mrow></math>
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<msub>
			<mi>s</mi>
			<mn>1</mn>
		</msub>
		<mo>&thksim;</mo>
		<msub>
			<mi>s</mi>
			<mn>2</mn>
		</msub>
		<mo>&xhArr;</mo>
		<msub>
			<mi>s</mi>
			<mn>2</mn>
		</msub>
		<mo>&thksim;</mo>
		<msub>
			<mi>s</mi>
			<mn>1</mn>
		</msub>
		<mtext>.</mtext>
	</mrow></math>
</p>
<p>
	A relation is <strong>transitive</strong> if, for all
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mfenced open="" close="" separators=",">
			<msub>
				<mi>s</mi>
				<mn>1</mn>
			</msub>
			<msub>
				<mi>s</mi>
				<mn>2</mn>
			</msub>
			<msub>
				<mi>s</mi>
				<mn>3</mn>
			</msub>
		</mfenced>
		<mo>&isin;</mo>
		<mi>S</mi>
	</mrow></math>,
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<msub>
			<mi>s</mi>
			<mn>1</mn>
		</msub>
		<mo>&thksim;</mo>
		<msub>
			<mi>s</mi>
			<mn>2</mn>
		</msub>
		<mtext>&nbsp;and&nbsp;</mtext>
		<msub>
			<mi>s</mi>
			<mn>2</mn>
		</msub>
		<mo>&thksim;</mo>
		<msub>
			<mi>s</mi>
			<mn>3</mn>
		</msub>
		<mo>&xrArr;</mo>
		<msub>
			<mi>s</mi>
			<mn>1</mn>
		</msub>
		<mo>&thksim;</mo>
		<msub>
			<mi>s</mi>
			<mn>3</mn>
		</msub>
		<mtext>.</mtext>
	</mrow></math>
</p>
<p>
	An <strong>equivalence relation</strong> on a set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	is a relation on
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	that is reflexive, symmetric and transitive.
</p>

<h2 class="section">Examples</h2>

<p>
	Let
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	be the set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mfenced open="{" close="}" separators=",">
			<mn>1</mn>
			<mn>2</mn>
			<mn>6</mn>
		</mfenced>
	</mrow></math>.
	Then,
	<table>
		<tr valign="top"><td style="width: 1em" /><td style="width: 1.3em">(a)</td><td>
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<msub>
					<mi>R</mi>
					<mn>1</mn>
				</msub>
				<mo>=</mo>
				<mfenced open="{" close="}" separators=",">
					<mfenced open="(" close=")" separators=",">
						<mn>1</mn>
						<mn>1</mn>
					</mfenced>
					<mfenced open="(" close=")" separators=",">
						<mn>2</mn>
						<mn>6</mn>
					</mfenced>
					<mfenced open="(" close=")" separators=",">
						<mn>6</mn>
						<mn>1</mn>
					</mfenced>
				</mfenced>
			</mrow></math>
			is a relation on
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>S</mi>
			</mrow></math>,
		</td></tr>
		<tr valign="top"><td style="width: 1em" /><td style="width: 1.3em">(b)</td><td>
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<msub>
					<mi>R</mi>
					<mn>1</mn>
				</msub>
			</mrow></math>
			is not reflexive, not symmetric and not transitive,
		</td></tr>
		<tr valign="top"><td style="width: 1em" /><td style="width: 1.3em">(c)</td><td>
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<msub>
					<mi>R</mi>
					<mn>2</mn>
				</msub>
				<mo>=</mo>
				<mfenced open="{" close="}" separators=",">
					<mfenced open="(" close=")" separators=",">
						<mn>1</mn>
						<mn>1</mn>
					</mfenced>
					<mfenced open="(" close=")" separators=",">
						<mn>2</mn>
						<mn>6</mn>
					</mfenced>
					<mfenced open="(" close=")" separators=",">
						<mn>6</mn>
						<mn>1</mn>
					</mfenced>
					<mfenced open="(" close=")" separators=",">
						<mn>2</mn>
						<mn>1</mn>
					</mfenced>
				</mfenced>
			</mrow></math>
			is a relation on
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>S</mi>
			</mrow></math>,
			and
		</td></tr>
		<tr valign="top"><td style="width: 1em" /><td style="width: 1.3em">(d)</td><td>
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<msub>
					<mi>R</mi>
					<mn>2</mn>
				</msub>
			</mrow></math>
			is transitive but not reflexive and not symmetric.
		</td></tr>
	</table>
</p>

<h2 class="section">More definitions</h2>

<p>
	Let
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	be a set and let
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mo>&thksim;</mo>
	</mrow></math>
	be an equivalence relation on
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>.
	The <strong>equivalence class</strong> of an element
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>s</mi>
		<mo>&isin;</mo>
		<mi>S</mi>
	</mrow></math>
	is the set
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<mfenced open="[" close="]" separators=",">
			<mi>s</mi>
		</mfenced>
		<mo>=</mo>
		<mfenced open="{" close="}" separators=",">
			<mrow>
				<mi>t</mi>
				<mo>&isin;</mo>
				<mi>S</mi>
				<mi>|</mi>
				<mi>t</mi>
				<mo>&thksim;</mo>
				<mi>s</mi>
			</mrow>
		</mfenced>
		<mtext>.</mtext>
	</mrow></math>
</p>
<p>
	A <strong>partition</strong> of a set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	is a collection of subsets
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<msub>
			<mi>S</mi>
			<mi>&alpha;</mi>
		</msub>
	</mrow></math>
	such that,
	<table>
		<tr valign="top"><td style="width: 1em" /><td style="width: 1.3em">(a)</td><td>
			if
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>s</mi>
				<mo>&isin;</mo>
				<mi>S</mi>
			</mrow></math>
			then
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>s</mi>
				<mo>&isin;</mo>
				<msub>
					<mi>S</mi>
					<mi>&alpha;</mi>
				</msub>
			</mrow></math>
			for some
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<msub>
					<mi>S</mi>
					<mi>&alpha;</mi>
				</msub>
			</mrow></math>, and
		</td></tr>
		<tr valign="top"><td style="width: 1em" /><td style="width: 1.3em">(b)</td><td>
			if
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<msub>
					<mi>S</mi>
					<mi>&alpha;</mi>
				</msub>
				<mo>&cap;</mo>
				<msub>
					<mi>S</mi>
					<mi>&beta;</mi>
				</msub>
				<mo>&ne;</mo>
				<mi>&empty;</mi>
			</mrow></math>
			then
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<msub>
					<mi>S</mi>
					<mi>&alpha;</mi>
				</msub>
				<mo>=</mo>
				<msub>
					<mi>S</mi>
					<mi>&beta;</mi>
				</msub>
			</mrow></math>.
		</td></tr>
	</table>
</p>

<h2 class="section">Equivalence classes and partitions</h2>

<div class="proposition">
	<table>
		<tr valign="top"><td style="width: 1em" /><td style="width: 1.3em">(a)</td><td>
			Let
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>S</mi>
			</mrow></math>
			be a set and let
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mo>&thksim;</mo>
			</mrow></math>
			be an equivalence relation on 
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>S</mi>
			</mrow></math>.
			The set of equivalence classes of the relation
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mo>&thksim;</mo>
			</mrow></math>
			is a partition of
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>S</mi>
			</mrow></math>.
		</td></tr>
		<tr valign="top"><td style="width: 1em" /><td style="width: 1.3em">(b)</td><td>
			Let
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>S</mi>
			</mrow></math>
			be a set and let
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mfenced open="{" close="}" separators=",">
					<msub>
						<mi>S</mi>
						<mi>&alpha;</mi>
					</msub>
				</mfenced>
			</mrow></math>
			be a partition of
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>S</mi>
			</mrow></math>.
			Then the relation defined by
			<p align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mi>s</mi>
					<mo>&thksim;</mo>
					<mi>t</mi>
				</mrow></math>
				if
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mi>s</mi>
				</mrow></math>
				and
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mi>t</mi>
				</mrow></math>
				are in the same
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<msub>
						<mi>S</mi>
						<mi>&alpha;</mi>
					</msub>
				</mrow></math>
			</p>
			is an equivalence relation on
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>S</mi>
			</mrow></math>.
		</td></tr>
	</table>
</div>
<p>
	This proposition shows that the concepts of an equivalence relation on
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	and of a partition on
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	are essentially the same.  Each equivalence relation on
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	determines a partition and visa-versa.
</p>

<h2 class="section">Example</h2>

<p>
	Let
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
		<mo>=</mo>
		<mfenced open="{" close="}" separators=",">
			<mn>1</mn>
			<mn>2</mn>
			<mn>3</mn>
			<mo>&hellip;</mo>
			<mn>10</mn>
		</mfenced>
	</mrow></math>.
	Let
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mo>&thksim;</mo>
	</mrow></math>
	be the equivalence relation determined by
	<table align="center" cellpadding="10">
		<tr>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>1</mn>
					<mo>&thksim;</mo>
					<mn>5</mn>
				</mrow></math>,
			</td>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>2</mn>
					<mo>&thksim;</mo>
					<mn>3</mn>
				</mrow></math>,
			</td>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>9</mn>
					<mo>&thksim;</mo>
					<mn>10</mn>
				</mrow></math>,
			</td>
		</tr>
		<tr>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>1</mn>
					<mo>&thksim;</mo>
					<mn>7</mn>
				</mrow></math>,
			</td>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>5</mn>
					<mo>&thksim;</mo>
					<mn>8</mn>
				</mrow></math>,
			</td>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>4</mn>
					<mo>&thksim;</mo>
					<mn>10</mn>
				</mrow></math>.
			</td>
		</tr>
	</table>
	Since we are requiring that
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mo>&thksim;</mo>
	</mrow></math>
	is an equivalence relation, we are assuming that we have all the other relations we need such that
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mo>&thksim;</mo>
	</mrow></math>
	is reflexive, symmetric and transitive;
	<table align="center" cellpadding="10">
		<tr>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>1</mn>
					<mo>&thksim;</mo>
					<mn>1</mn>
				</mrow></math>,
			</td>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>2</mn>
					<mo>&thksim;</mo>
					<mn>2</mn>
				</mrow></math>,
			</td>
			<td align="center">
				&hellip;
			</td>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>9</mn>
					<mo>&thksim;</mo>
					<mn>9</mn>
				</mrow></math>,
			</td>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>10</mn>
					<mo>&thksim;</mo>
					<mn>10</mn>
				</mrow></math>,
			</td>
		</tr>
		<tr>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>5</mn>
					<mo>&thksim;</mo>
					<mn>7</mn>
				</mrow></math>,
			</td>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>7</mn>
					<mo>&thksim;</mo>
					<mn>8</mn>
				</mrow></math>,
			</td>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>7</mn>
					<mo>&thksim;</mo>
					<mn>5</mn>
				</mrow></math>,
			</td>
			<td align="center">
				<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
					<mn>5</mn>
					<mo>&thksim;</mo>
					<mn>1</mn>
				</mrow></math>,
			</td>
			<td align="center">
				&hellip;
			</td>
		</tr>
	</table>
	The equivalence classes are given by
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<mtable columnalign="right center left">
			<mtr>
				<mtd>
					<mfenced open="[" close="]" separators=",">
						<mn>1</mn>
					</mfenced>
					<mo>=</mo>
					<mfenced open="[" close="]" separators=",">
						<mn>5</mn>
					</mfenced>
					<mo>=</mo>
					<mfenced open="[" close="]" separators=",">
						<mn>7</mn>
					</mfenced>
					<mo>=</mo>
					<mfenced open="[" close="]" separators=",">
						<mn>8</mn>
					</mfenced>
				</mtd>
				<mtd>
					<mo>=</mo>
				</mtd>
				<mtd>
					<mfenced open="{" close="}" separators=",">
						<mn>1</mn>
						<mn>5</mn>
						<mn>7</mn>
						<mn>8</mn>
					</mfenced>
					<mtext>,</mtext>
				</mtd>
			</mtr>
			<mtr>
				<mtd>
					<mfenced open="[" close="]" separators=",">
						<mn>2</mn>
					</mfenced>
					<mo>=</mo>
					<mfenced open="[" close="]" separators=",">
						<mn>3</mn>
					</mfenced>
				</mtd>
				<mtd>
					<mo>=</mo>
				</mtd>
				<mtd>
					<mfenced open="{" close="}" separators=",">
						<mn>2</mn>
						<mn>3</mn>
					</mfenced>
					<mtext>,</mtext>
				</mtd>
			</mtr>
			<mtr>
				<mtd>
					<mfenced open="[" close="]" separators=",">
						<mn>6</mn>
					</mfenced>
				</mtd>
				<mtd>
					<mo>=</mo>
				</mtd>
				<mtd>
					<mfenced open="{" close="}" separators=",">
						<mn>6</mn>
					</mfenced>
					<mtext>, and</mtext>
				</mtd>
			</mtr>
			<mtr>
				<mtd>
					<mfenced open="[" close="]" separators=",">
						<mn>4</mn>
					</mfenced>
					<mo>=</mo>
					<mfenced open="[" close="]" separators=",">
						<mn>9</mn>
					</mfenced>
					<mo>=</mo>
					<mfenced open="[" close="]" separators=",">
						<mn>10</mn>
					</mfenced>
				</mtd>
				<mtd>
					<mo>=</mo>
				</mtd>
				<mtd>
					<mfenced open="{" close="}" separators=",">
						<mn>4</mn>
						<mn>9</mn>
						<mn>10</mn>
					</mfenced>
					<mtext>,</mtext>
				</mtd>
			</mtr>
		</mtable>
	</mrow></math>
	and the sets
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<msub>
			<mi>S</mi>
			<mn>1</mn>
		</msub>
		<mo>=</mo>
		<mfenced open="{" close="}" separators=",">
			<mn>1</mn>
			<mn>5</mn>
			<mn>7</mn>
			<mn>8</mn>
		</mfenced>
		<mtext>,&nbsp;</mtext>
		<mspace width="2em" />
		<msub>
			<mi>S</mi>
			<mn>2</mn>
		</msub>
		<mo>=</mo>
		<mfenced open="{" close="}" separators=",">
			<mn>2</mn>
			<mn>3</mn>
		</mfenced>
		<mtext>,&nbsp;</mtext>
		<mspace width="2em" />
		<msub>
			<mi>S</mi>
			<mn>3</mn>
		</msub>
		<mo>=</mo>
		<mfenced open="{" close="}" separators=",">
			<mn>6</mn>
		</mfenced>
		<mtext>, and&nbsp;</mtext>
		<mspace width="2em" />
		<msub>
			<mi>S</mi>
			<mn>4</mn>
		</msub>
		<mo>=</mo>
		<mfenced open="{" close="}" separators=",">
			<mn>4</mn>
			<mn>9</mn>
			<mn>10</mn>
		</mfenced>
	</mrow></math>
	form a partition of
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>.
</p>

<h2 class="section">References <b>[PLACEHOLDER]</b></h2>

<p>
	<a name="[BG]" id="[BG]"> [BG] </a> 
	<a href="http://www.math.brown.edu/faculty/braverman.html">A. Braverman</a> and 
	<a href="http://www.math.harvard.edu/~gaitsgde/">D. Gaitsgory</a>, 
	<a href="http://projecteuclid.org/DPubS?service=Repository&amp;version=1.0&amp;verb=Disseminate&amp;handle=euclid.dmj/1091737024&amp;view=body&amp;content-type=pdf_1#" title="View PDF">
	<em> Crystals via the affine Grassmanian</em></a>, 
	<a href="http://www.dukeupress.edu/dmj/">Duke Math. J.</a> 
	<a href="http://projecteuclid.org/DPubS?service=UI&amp;version=1.0&amp;verb=Display&amp;page=toc&amp;handle=euclid.dmj/1091737018"><strong>107</strong> no. 3</a>, (2001), 561-575;  
	<a href="http://arxiv.org/abs/math.AG/9909077v2?front">arXiv:math/9909077v2</a>, 
	<a href="http://www.ams.org/mathscinet-getitem?mr=1828302">MR1828302 (2002e:20083)</a>
</p>
</div>
</body>
</html>
