<?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>Sets</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">Sets</h2>

<p class="author">
	Arun Ram <br />
	Department of Mathematics and Statistics <br />
	University of Melbourne <br />
	Parkville, VIC 3010 Australia <br />
	aram@unimelb.edu.au <br />
	<br />
	and <br />
	<br />
	Department of Mathematics <br />
	University of Wisconsin, Madison <br />
	Madison, WI 53706 USA <br />
	ram@math.wisc.edu
</p>

<p>Last updates: 24 September 2009</p>

<h2 class="section">Definitions</h2>

<p>
	A <strong>set</strong> is a collection of objects which are called <strong>elements</strong>.  Write
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>s</mi>
		<mo>&isin;</mo>
		<mi>S</mi>
	</mrow></math>
	if
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>s</mi>
	</mrow></math>
	is an element of a set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>.
</p>
<p>
	The <strong>empty set</strong>
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>&empty;</mi>
	</mrow></math>
	is the set with no elements.
</p>
<p>
	A <strong>subset</strong>
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
	</mrow></math>
	of a set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	is a set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
	</mrow></math>
	such that if
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>t</mi>
		<mo>&isin;</mo>
		<mi>T</mi>
	</mrow></math>
	then
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>t</mi>
		<mo>&isin;</mo>
		<mi>S</mi>
	</mrow></math>.
	Write
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
		<mo>&sube;</mo>
		<mi>S</mi>
	</mrow></math> if 
		<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
	</mrow></math>
    is a subset of 
		<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>.
</p>
<p>
	Two sets
	<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 <strong>equal</strong> if
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
		<mo>&sube;</mo>
		<mi>T</mi>
	</mrow></math>
	and
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
		<mo>&sube;</mo>
		<mi>S</mi>
	</mrow></math>.
	Write
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
		<mo>=</mo>
		<mi>S</mi>
	</mrow></math>
	if
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
	</mrow></math>
    and
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math> 
	are equal sets.
</p>
<p>
	Let
	<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>
	be sets. The <strong>union</strong> of
	<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>
	is the set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
		<mo>&cup;</mo>
		<mi>T</mi>
	</mrow></math>
	of all
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>u</mi>
	</mrow></math>
	such that
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>u</mi>
		<mo>&isin;</mo>
		<mi>S</mi>
	</mrow></math>
	or
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>u</mi>
		<mo>&isin;</mo>
		<mi>T</mi>
	</mrow></math>,
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<mi>S</mi>
		<mo>&cup;</mo>
		<mi>T</mi>
		<mo>=</mo>
		<mfenced open="{" close="}">
			<mrow>
				<mi>u</mi>
				<mi>|</mi>
				<mi>u</mi>
				<mo>&isin;</mo>
				<mo>S</mo>
				<mtext>&nbsp;or&nbsp;</mtext>
				<mi>u</mi>
				<mo>&isin;</mo>
				<mi>T</mi>
			</mrow>
		</mfenced>
		<mtext>.</mtext>
	</mrow></math>
</p>
<p>
	Let
	<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>
	be sets. The <strong>intersection</strong> of
	<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>
	is the set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
		<mo>&cap;</mo>
		<mi>T</mi>
	</mrow></math>
	of all
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>u</mi>
	</mrow></math>
	such that
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>u</mi>
		<mo>&isin;</mo>
		<mi>S</mi>
	</mrow></math>
	and
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>u</mi>
		<mo>&isin;</mo>
		<mi>T</mi>
	</mrow></math>,
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<mi>S</mi>
		<mo>&cap;</mo>
		<mi>T</mi>
		<mo>=</mo>
		<mfenced open="{" close="}">
			<mrow>
				<mi>u</mi>
				<mi>|</mi>
				<mi>u</mi>
				<mo>&isin;</mo>
				<mo>S</mo>
				<mtext>&nbsp;and&nbsp;</mtext>
				<mi>u</mi>
				<mo>&isin;</mo>
				<mi>T</mi>
			</mrow>
		</mfenced>
		<mtext>.</mtext>
	</mrow></math>
</p>
<p>
	Let
	<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>
	be sets.  The sets
	<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 <strong>disjoint</strong> if
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
		<mo>&cup;</mo>
		<mi>T</mi>
		<mo>=</mo>
		<mi>&empty;</mi>
	</mrow></math>.
</p>
<p>
	Let
	<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>
	be sets.  The set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	is a <strong>proper subset</strong> of
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
	</mrow></math>
	if
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
		<mo>&sube;</mo>
		<mi>T</mi>
	</mrow></math>
	and
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
		<mo>&ne;</mo>
		<mi>T</mi>
	</mrow></math>.
	Write
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
		<mo>&subnE;</mo>
		<mi>T</mi>
	</mrow></math> 
	if
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	is a proper subset of
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
	</mrow></math>.
</p>
<p>
	The <strong>product</strong> of two sets
	<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>
	is the set of all ordered pairs
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mfenced open="(" close=")" separators=",">
			<mi>s</mi>
			<mi>t</mi>
		</mfenced>
	</mrow></math>
	where
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>s</mi>
		<mo>&isin;</mo>
		<mi>S</mi>
	</mrow></math>
	and
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>t</mi>
		<mo>&isin;</mo>
		<mi>T</mi>
	</mrow></math>,
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<mi>S</mi>
		<mo>&times;</mo>
		<mi>T</mi>
		<mo>=</mo>
		<mfenced open="{" close="}">
			<mrow>
				<mfenced open="(" close=")" separators=",">
					<mi>s</mi>
					<mi>t</mi>
				</mfenced>
				<mi>|</mi>
				<mi>s</mi>
				<mo>&isin;</mo>
				<mi>S</mi>
				<mtext>,&nbsp;</mtext>
				<mi>t</mi>
				<mo>&isin;</mo>
				<mi>T</mi>
			</mrow>
		</mfenced>
		<mtext>.</mtext>
	</mrow></math>
	More generally, given sets
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mfenced open="" close="" separators=",">
			<msub>
				<mi>S</mi>
				<mn>1</mn>
			</msub>
			<mo>&hellip;</mo>
			<msub>
				<mi>S</mi>
				<mi>n</mi>
			</msub>
		</mfenced>
	</mrow></math>,
	the <strong>product</strong>
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<munder>
			<mo>&prod;</mo>
			<mi>i</mi>
		</munder>
		<msub>
			<mi>S</mi>
			<mi>i</mi>
		</msub>
	</mrow></math>
	is the set of all tuples
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mfenced open="(" close=")" separators=",">
			<msub>
				<mi>s</mi>
				<mi>1</mi>
			</msub>
			<mi>&hellip;</mi>
			<msub>
				<mi>s</mi>
				<mi>n</mi>
			</msub>
		</mfenced>
	</mrow></math>
	such that
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<msub>
			<mi>s</mi>
			<mi>i</mi>
		</msub>
		<mi>&isin;</mi>
		<msub>
			<mi>S</mi>
			<mi>i</mi>
		</msub>
	</mrow></math>.
</p>
<p>
	The elements of a set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	are <strong>indexed</strong> by the elements of a set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>I</mi>
	</mrow></math>
	if each element of
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	is labeled by a unique element of
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>I</mi>
	</mrow></math>.
	Write	
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
		<mo>=</mo>
		<mfenced open="{" close="}" separators="">
			<mrow>
				<msub>
					<mi>s</mi>
					<mi>i</mi>
				</msub>
				<mi>|</mi>
				<mi>i</mi>
				<mo>&isin;</mo>
				<mi>I</mi>
			</mrow>
		</mfenced>
	</mrow></math>.
</p>

<h2 class="section">Notation</h2>

<p>
	We will use the following notations:
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<mtable columnalign="right center left">
			<mtr>
				<mtd>
					<mi>&Zopf;</mi>
				</mtd>
				<mtd>
					<mo>=</mo>
				</mtd>
				<mtd>
					<mfenced open="{" close="}" separators=",">
						<mi>&hellip;</mi>
						<mn>-2</mn>
						<mn>-1</mn>
						<mn>0</mn>
						<mn>1</mn>
						<mn>2</mn>
						<mi>&hellip;</mi>
					</mfenced>
					<mspace width="2em" />
					<mtext>is the set of all integers,</mtext>
				</mtd>
			</mtr>
			<mtr>
				<mtd>
					<msub>
						<mi>&Zopf;</mi>
						<mrow>
							<mo>&ge;</mo>
							<mn>0</mn>
						</mrow>
					</msub>
				</mtd>
				<mtd>
					<mo>=</mo>
				</mtd>
				<mtd>
					<mfenced open="{" close="}" separators=",">
						<mn>0</mn>
						<mn>1</mn>
						<mn>2</mn>
						<mi>&hellip;</mi>
					</mfenced>
					<mspace width="2em" />
					<mtext>is the set of all nonnegative integers,</mtext>
				</mtd>
			</mtr>
			<mtr>
				<mtd>
					<msub>
						<mi>&Zopf;</mi>
						<mrow>
							<mo>&gt;</mo>
							<mn>0</mn>
						</mrow>
					</msub>
				</mtd>
				<mtd>
					<mo>=</mo>
				</mtd>
				<mtd>
					<mfenced open="{" close="}" separators=",">
						<mn>1</mn>
						<mn>2</mn>
						<mn>3</mn>
						<mi>&hellip;</mi>
					</mfenced>
					<mspace width="2em" />
					<mtext>is the set of all positive integers,</mtext>
				</mtd>
			</mtr>
			<mtr>
				<mtd>
					<mfenced open="[" close="]" separators=",">
						<mn>1</mn>
						<mi>n</mi>
					</mfenced>
				</mtd>
				<mtd>
					<mo>=</mo>
				</mtd>
				<mtd>
					<mfenced open="{" close="}" separators=",">
						<mn>1</mn>
						<mn>2</mn>
						<mi>&hellip;</mi>
						<mi>n</mi>
					</mfenced><mo>,</mo>
					<mspace width="2em" />
					<mtext>for each&nbsp;</mtext>
					<mi>n</mi>
					<mo>&isin;</mo>
					<msub>
						<mi>&Zopf;</mi>
						<mrow>
							<mo>&gt;</mo>
							<mn>0</mn>
						</mrow>
					</msub>
					<mtext>,</mtext>
				</mtd>
			</mtr>
			<mtr>
				<mtd>
					<mi>&Ropf;</mi>
				</mtd>
				<mtd>
				</mtd>
				<mtd>
					<mtext>is the set of all real numbers, and</mtext>
				</mtd>
			</mtr>
			<mtr>
				<mtd>
					<mi>&Qopf;</mi>
				</mtd>
				<mtd>
				</mtd>
				<mtd>
					<mtext>is the set of all complex numbers.</mtext>
				</mtd>
			</mtr>
		</mtable>
	</mrow></math>.
</p>

<h2 class="section">Example</h2>

<p>
	Let
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>,
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
	</mrow></math>,
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>U</mi>
	</mrow></math>
	and
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>V</mi>
	</mrow></math>
	be the sets
	<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>
		</mfenced>
	</mrow></math>,
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>U</mi>
		<mo>=</mo>
		<mfenced open="{" close="}" separators=",">
			<mn>1</mn>
			<mn>2</mn>
		</mfenced>
	</mrow></math>,
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>T</mi>
		<mo>=</mo>
		<mfenced open="{" close="}" separators=",">
			<mn>1</mn>
			<mn>2</mn>
			<mn>3</mn>
		</mfenced>
	</mrow></math>
	and
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>V</mi>
		<mo>=</mo>
		<mfenced open="{" close="}" separators=",">
			<mn>2</mn>
			<mn>3</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>
				<mi>S</mi>
				<mo>&sube;</mo>
				<mi>U</mi>
				<mo>&sube;</mo>
				<mi>T</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>
				<mi>U</mi>
				<mo>&nsube;</mo>
				<mi>V</mi>
			</mrow></math>,
		</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>
				<mi>U</mi>
				<mo>&cup;</mo>
				<mi>V</mi>
				<mo>=</mo>
				<mi>T</mi>
			</mrow></math>,
		</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>
				<mi>U</mi>
				<mo>&cap;</mo>
				<mi>V</mi>
				<mo>=</mo>
				<mfenced open="{" close="}" separators=",">
					<mn>2</mn>
				</mfenced>
			</mrow></math>,
			and
		</td></tr>
		<tr valign="top"><td style="width: 1em" /><td style="width: 1.3em">(e)</td><td>
			<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
				<mi>S</mi>
				<mo>&times;</mo>
				<mi>T</mi>
				<mo>=</mo>
				<mfenced open="{" close="}" separators=",">
					<mfenced open="(" close=")" separators=",">
						<mn>1</mn>
						<mn>1</mn>
					</mfenced>
					<mfenced open="(" close=")" separators=",">
						<mn>1</mn>
						<mn>2</mn>
					</mfenced>
					<mfenced open="(" close=")" separators=",">
						<mn>1</mn>
						<mn>2</mn>
					</mfenced>
					<mfenced open="(" close=")" separators=",">
						<mn>2</mn>
						<mn>1</mn>
					</mfenced>
					<mfenced open="(" close=")" separators=",">
						<mn>2</mn>
						<mn>2</mn>
					</mfenced>
					<mfenced open="(" close=")" separators=",">
						<mn>2</mn>
						<mn>3</mn>
					</mfenced>
				</mfenced>
			</mrow></math>.
		</td></tr>
	</table>

</p>

<h2 class="section">Homework</h2>

<p>
	Show that the emptyset is a subset of every set.
</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>

