<?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>Operations</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">Operations</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>
	An <strong>operation</strong> on a set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	is a map
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>&compfn;</mi>
		<mo>:</mo>
		<mi>S</mi>
		<mo>&times;</mo>
		<mi>S</mi>
		<mo>&rarr;</mo>
		<mi>S</mi>
	</mrow></math>.
	If
	<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>
	we write
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<msub>
			<mi>s</mi>
			<mn>1</mn>
		</msub>
		<mo>&compfn;</mo>
		<msub>
			<mi>s</mi>
			<mn>2</mn>
		</msub>
	</mrow></math>
	instead of
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>&compfn;</mi>
		<mfenced open="(" close=")" separators=",">
			<mfenced open="(" close=")" separators=",">
				<msub>
					<mi>s</mi>
					<mn>1</mn>
				</msub>
				<msub>
					<mi>s</mi>
					<mn>2</mn>
				</msub>
			</mfenced>
		</mfenced>
	</mrow></math>.
</p>
<p>
	An operation on a set
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>S</mi>
	</mrow></math>
	is <strong>associative</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>
		<mfenced open="(" close=")" separators=",">
			<mrow>
				<msub>
					<mi>s</mi>
					<mn>1</mn>
				</msub>
				<mo>&compfn;</mo>
				<msub>
					<mi>s</mi>
					<mn>2</mn>
				</msub>
			</mrow>
		</mfenced>
		<mo>&compfn;</mo>
		<msub>
			<mi>s</mi>
			<mn>3</mn>
		</msub>
		<mo>=</mo>
		<msub>
			<mi>s</mi>
			<mn>1</mn>
		</msub>
		<mo>&compfn;</mo>
		<mfenced open="(" close=")" separators=",">
			<mrow>
				<msub>
					<mi>s</mi>
					<mn>2</mn>
				</msub>
				<mo>&compfn;</mo>
				<msub>
					<mi>s</mi>
					<mn>3</mn>
				</msub>
			</mrow>
		</mfenced>
		<mtext>.</mtext>
	</mrow></math>
</p>
<p>
	An operation on a set is <strong>commutative</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>&compfn;</mo>
		<msub>
			<mi>s</mi>
			<mn>2</mn>
		</msub>
		<mo>=</mo>
		<msub>
			<mi>s</mi>
			<mn>2</mn>
		</msub>
		<mo>&compfn;</mo>
		<msub>
			<mi>s</mi>
			<mn>1</mn>
		</msub>
		<mtext>.</mtext>
	</mrow></math>
</p>

<h2 class="section">Examples</h2>

<p>
	The map
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>+</mi>
		<mo>:</mo>
		<mi>&Zopf;</mi>
		<mo>&times;</mo>
		<mi>&Zopf;</mi>
		<mo>&rarr;</mo>
		<mi>&Zopf;</mi>
	</mrow></math>
	given by
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<mtable columnalign="right center left">
			<mtr>
				<mtd>
					<mi>+</mi>
					<mo>:</mo>
					<mi>&Zopf;</mi>
					<mo>&times;</mo>
					<mi>&Zopf;</mi>
				</mtd>
				<mtd>
					<mo>&xrarr;</mo>
				</mtd>
				<mtd>
					<mi>&Zopf;</mi>
				</mtd>
			</mtr>
			<mtr>
				<mtd>
					<mfenced open="(" close=")" separators=",">
						<mi>i</mi>
						<mi>j</mi>
					</mfenced>
				</mtd>
				<mtd>
					<mo>&xmap;</mo>
				</mtd>
				<mtd>
					<mi>i</mi>
					<mo>+</mo>
					<mi>j</mi>
				</mtd>
			</mtr>
		</mtable>
	</mrow></math>
	is an operation.  This operation is both commutative and associative.
</p>
<p>
	The map
	<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow>
		<mi>-</mi>
		<mo>:</mo>
		<mi>&Zopf;</mi>
		<mo>&times;</mo>
		<mi>&Zopf;</mi>
		<mo>&rarr;</mo>
		<mi>&Zopf;</mi>
	</mrow></math>
	given by
	<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow>
		<mtable columnalign="right center left">
			<mtr>
				<mtd>
					<mi>-</mi>
					<mo>:</mo>
					<mi>&Zopf;</mi>
					<mo>&times;</mo>
					<mi>&Zopf;</mi>
				</mtd>
				<mtd>
					<mo>&xrarr;</mo>
				</mtd>
				<mtd>
					<mi>&Zopf;</mi>
				</mtd>
			</mtr>
			<mtr>
				<mtd>
					<mfenced open="(" close=")" separators=",">
						<mi>i</mi>
						<mi>j</mi>
					</mfenced>
				</mtd>
				<mtd>
					<mo>&xmap;</mo>
				</mtd>
				<mtd>
					<mi>i</mi>
					<mo>-</mo>
					<mi>j</mi>
				</mtd>
			</mtr>
		</mtable>
	</mrow></math>
	is an operation.  This operation is both noncommutative and nonassociative.
</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>
