<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>neverendingbooks &#187; Lenstra</title>
	<atom:link href="http://www.neverendingbooks.org/index.php/tag/lenstra/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neverendingbooks.org</link>
	<description>lieven le bruyn&#039;s blog</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:31:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to play Nimbers?</title>
		<link>http://www.neverendingbooks.org/index.php/how-to-play-nimbers.html</link>
		<comments>http://www.neverendingbooks.org/index.php/how-to-play-nimbers.html#comments</comments>
		<pubDate>Fri, 07 Jan 2011 08:38:19 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[level1]]></category>
		<category><![CDATA[Conway]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[Lenstra]]></category>
		<category><![CDATA[nim]]></category>
		<category><![CDATA[nim-multiplication]]></category>
		<category><![CDATA[nimbers]]></category>
		<category><![CDATA[ONAG]]></category>
		<category><![CDATA[turning corners]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/?p=4003</guid>
		<description><![CDATA[TweetNimbers is a 2-person game, winnable only if you understand the arithmetic of the finite fields $\mathbb{F}_{2^{2^n}} $ associated to Fermat 2-powers. It is played on a rectangular array (say a portion of a Go-board, for practical purposes) having a finite number of stones at distinct intersections. Here&#8217;s a typical position The players alternate making [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton4003" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fhow-to-play-nimbers.html&amp;text=How%20to%20play%20Nimbers%3F&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fhow-to-play-nimbers.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Nimbers is a 2-person game, winnable only if you understand the arithmetic of the finite fields $\mathbb{F}_{2^{2^n}} $ associated to Fermat 2-powers.</p>
<p>It is played on a rectangular array (say a portion of a Go-board, for practical purposes) having a finite number of stones at distinct intersections. Here&#8217;s a typical position</p>
<p><img src="http://www.neverendingbooks.org/DATA3/nimbers1.jpg"></p>
<p>The players alternate making a move, which is either</p>
<ul>
<li>removing one stone, or  </li>
<li>moving a stone to a spot on the same row (resp. the same column) strictly to the left (resp. strictly lower), and if there&#8217;s already a stone on this spot, both stones are removed, or  </li>
<li>adding stones to the empty corners of a rectangle having as its top-right hand corner a chosen stone and removing stones at the occupied corners  </li>
</ul>
<p>Here we illustrate two possible moves from the above position, in the first we add two new stones and remove 2 existing stones, in the second we add three new stones and remove only the top right-hand stone.</p>
<p><img src="http://www.neverendingbooks.org/DATA3/nimbers2.jpg"></p>
<p>As always, the last player able to move wins the game!</p>
<p>Note that Nimbers is equivalent to Lenstra&#8217;s &#8216;turning corners&#8217;-game (as introduced in his paper <a href="https://openaccess.leidenuniv.nl/bitstream/1887/2125/1/346_027.pdf">Nim-multiplication</a> or mentioned in Winning Ways Chapter 14, page 473).</p>
<p>If all stones are placed on the left-most column (or on the bottom row) one quickly realizes that this game reduces to classical <a href="http://en.wikipedia.org/wiki/Nim">Nim</a> with Nim-heap sizes corresponding to the stones (for example, the left-most stone corresponds to a heap of size 3).</p>
<p>Nim-addition $n \oplus m $ is defined inductively by</p>
<p>$n \oplus m = mex(n&#8217; \oplus m,n \oplus m&#8217;) $</p>
<p>where $n&#8217; $ is any element of $&#123; 0,1,\ldots,n-1 &#125; $ and $m&#8217; $ any element of $&#123; 0,1,\ldots,m-1 &#125; $ and where &#8216;mex&#8217; stands for Minimal EXcluded number, that is the smallest natural number which isn&#8217;t included in the set. Alternatively, one can compute $n \oplus m $ buy writing $n $ and $m $ in binary and add these binary numbers without carrying-over. It is well known that a winning strategy for Nim tries to shorten one  Nim-heap  such that the Nim-addition of the heap-sizes equals zero.</p>
<p>This allows us to play Nimber-endgames, that is, when all the stones have been moved to  the left-column or the bottom row.</p>
<p>To evaluate general Nimber-positions it is best to add another row and column, the coordinate axes of the array</p>
<p><img src="http://www.neverendingbooks.org/DATA3/nimbers3.jpg"></p>
<p>and so our stones lie at positions (1,3), (4,7), (6,4), (10,3) and (14,8). In this way all legal moves follow the rectangle-rule when we allow rectangles to contain corners on the added coordinate axes. For example, removing a stone is achieved by taking a rectangle with two sides on the  added axes, and, moving a stone to the left (or the bottom) is done by taking a rectangle with one side at the x-axes (resp. the y-axes)</p>
<p><img src="http://www.neverendingbooks.org/DATA3/nimbers4.jpg"></p>
<p>However, the added stones on the coordinate axes are considered dead and may be removed from the game. This observation allows us to compute the Grundy number of a stone at position (m,n) to be</p>
<p>$G(m,n)=mex(G(m&#8217;,n&#8217;) \oplus G(m&#8217;,n) \oplus G(m,n&#8217;)~:~0 \leq m&#8217; &lt; m, 0 \leq n&#8217; &lt; n) $</p>
<p>and so by induction these Grundy numbers are equal to the <a href="http://en.wikipedia.org/wiki/Nimber">Nim-multiplication</a> $G(m,n) = m \otimes n $ where</p>
<p>$m \otimes n = mex(m&#8217; \otimes n&#8217; \oplus m&#8217; \otimes n \oplus m \otimes n&#8217;~:~0 \leq m&#8217; &lt; m, 0 \leq n&#8217; &lt; n) $</p>
<p>Thus, we can evaluate any Nimbers-position with stone-coordinates smaller than $2^{2^n} $ by calculating in a finite field using the identification (as for example in the <a href="http://www.neverendingbooks.org/index.php/the-odd-knights-of-the-round-table.html">odd Knights of the round table-post</a>) $\mathbb{F}_{2^{2^n}} = \{ 0,1,2,\ldots,2^{2^n}-1 \} $</p>
<p>For example, when all stones lie in a 15&#215;15 grid (as in the example above), all calculations can be performed using</p>
<p><img src="http://matrix.cmi.ua.ac.be/DATA2/16field2.jpg"></p>
<p>Here, we&#8217;ve identified the non-zero elements of $\mathbb{F}_{16} $ with 15-th roots of unity, allowing us to multiply, and we&#8217;ve paired up couples $(n,n \oplus 1) $ allowing u to reduce nim-addition to nim-multiplication via</p>
<p>$n \oplus m = (n \otimes \frac{1}{m}) \otimes (m \oplus 1) $</p>
<p>In particular, the stone at position (14,8) is equivalent to a Nim-heap of size $14 \otimes 8=10 $. The nim-value of the original position is equal to 8</p>
<p><img src="http://www.neverendingbooks.org/DATA3/nimbers1.jpg"></p>
<p>Suppose your opponent lets you add one extra stone along the diagonal if you allow her to start the game, where would you have to place it and be certain you will win the game?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/how-to-play-nimbers.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lambda-rings for formula-phobics</title>
		<link>http://www.neverendingbooks.org/index.php/lambda-rings-for-formula-phobics.html</link>
		<comments>http://www.neverendingbooks.org/index.php/lambda-rings-for-formula-phobics.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 19:25:42 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[level2]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Grothendieck]]></category>
		<category><![CDATA[lambda rings]]></category>
		<category><![CDATA[Lenstra]]></category>
		<category><![CDATA[numbers]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/?p=2853</guid>
		<description><![CDATA[Tweet In 1956, Alexander Grothendieck (middle) introduced $\lambda $-rings in an algebraic-geometric context to be commutative rings A equipped with a bunch of operations $\lambda^i $ (for all numbers $i \in \mathbb{N}_+ $) satisfying a list of rather obscure identities. From the easier ones, such as $\lambda^0(x)=1, \lambda^1(x)=x, \lambda^n(x+y) = \sum_i \lambda^i(x) \lambda^{n-i}(y) $ to [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton2853" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Flambda-rings-for-formula-phobics.html&amp;text=Lambda-rings%20for%20formula-phobics&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Flambda-rings-for-formula-phobics.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><img src="http://matrix.cmi.ua.ac.be/DATA2/GrothLambda.jpg" style='float:left; margin-right:10px;height:150px;' > In 1956, <a href="http://en.wikipedia.org/wiki/Alexander_Grothendieck">Alexander Grothendieck</a> (middle) introduced $\lambda $-rings in an algebraic-geometric context to be commutative rings A equipped with a bunch of operations $\lambda^i $ (for all numbers $i \in \mathbb{N}_+ $) satisfying a list of rather obscure identities. From the easier ones, such as</p>
<p>$\lambda^0(x)=1, \lambda^1(x)=x, \lambda^n(x+y) = \sum_i \lambda^i(x) \lambda^{n-i}(y) $</p>
<p>to those expressing $\lambda^n(x.y) $ and $\lambda^m(\lambda^n(x)) $ via specific universal polynomials. An attempt to capture the essence of $\lambda $-rings without formulas?</p>
<p>Lenstra&#8217;s <a href="http://www.neverendingbooks.org/index.php/big-witt-vectors-for-everyone-12.html">elegant construction</a> of the 1-power series rings $~(\Lambda(A),\oplus,\otimes) $ requires only one identity to remember</p>
<p>$~(1-at)^{-1} \otimes (1-bt)^{-1} = (1-abt)^{-1} $.</p>
<p>Still, one can use it to show the existence of ringmorphisms $\gamma_n~:~\Lambda(A) \rightarrow A $, for all numbers $n \in \mathbb{N}_+ $. Consider the formal &#8216;logarithmic derivative&#8217;</p>
<p>$\gamma = \frac{t u(t)&#8217;}{u(t)} = \sum_{i=1}^\infty \gamma_i(u(t))t^i~:~\Lambda(A) \rightarrow A[[t]] $</p>
<p>where $u(t)&#8217; $ is the usual formal derivative of a power series. As this derivative satisfies the chain rule, we have</p>
<p>$\gamma(u(t) \oplus v(t)) = \frac{t (u(t)v(t))&#8217;}{u(t)v(t)} = \frac{t(u(t)&#8217;v(t)+u(t)v(t)&#8217;}{u(t)v(t))} = \frac{tu(t)&#8217;}{u(t)} + \frac{tv(t)&#8217;}{v(t)} = \gamma(u(t)) + \gamma(v(t)) $</p>
<p>and so all the maps $\gamma_n~:~\Lambda(A) \rightarrow A $ are additive. To show that they are also multiplicative, it suffices by functoriality to verify this on the special 1-series $~(1-at)^{-1} $ for all $a \in A $. But,</p>
<p>$\gamma((1-at)^{-1}) = \frac{t \frac{a}{(1-at)^2}}{(1-at)} = \frac{at}{(1-at)} = at + a^2t^2 + a^3t^3+\ldots  $</p>
<p>That is, $\gamma_n((1-at)^{-1}) = a^n $ and Lenstra&#8217;s identity implies that $\gamma_n $ is indeed multiplicative! A first attempt :</p>
<p><strong>hassle-free definition 1</strong> : a commutative ring $A $ is a $\lambda $-ring if and only if there is a ringmorphism $s_A~:~A \rightarrow \Lambda(A) $ splitting $\gamma_1 $, that is, such that $\gamma_1 \circ s_A = id_A $.</p>
<p>In particular, a $\lambda $-ring comes equipped with a multiplicative set of ring-endomorphisms $s_n = \gamma_n \circ s_A~:~A \rightarrow A $ satisfying $s_m \circ s_m = s_{mn} $. One can then define a $\lambda $-ringmorphism to be a ringmorphism commuting with these endo-morphisms.</p>
<p>The motivation being that $\lambda $-rings are known to form a subcategory of commutative rings for which the 1-power series functor is the right adjoint to the functor forgetting the $\lambda $-structure. In particular, if $A $ is a $\lambda $-ring, we have a ringmorphism $A \rightarrow \Lambda(A) $ corresponding to the identity morphism.</p>
<p>But then, what is the connection to the usual one involving all the operations $\lambda^i $? Well, one ought to recover those from $s_A(a) = (1-\lambda^1(a)t+\lambda^2(a)t^2-\lambda^3(a)t^3+&#8230;)^{-1} $.</p>
<p>For $s_A $ to be a ringmorphism will require identities among the $\lambda^i $. I hope an expert will correct me on this one, but I&#8217;d guess we won&#8217;t yet obtain all identities required. By the very definition of an adjoint we must have that $s_A $ is a morphism of $\lambda $-rings, and, this would require defining  a  $\lambda $-ring structure on $\Lambda(A) $, that is a ringmorphism $s_{AH}~:~\Lambda(A) \rightarrow \Lambda(\Lambda(A)) $, the so called Artin-Hasse exponential, to which I&#8217;d like to return later.</p>
<p>For now, we can define a multiplicative set of ring-endomorphisms $f_n~:~\Lambda(A) \rightarrow \Lambda(A) $ from requiring that $f_n((1-at)^{-1}) = (1-a^nt)^{-1} $ for all $a \in A $. Another try?</p>
<p><strong>hassle-free definition 2</strong> : $A $ is a $\lambda $-ring if and only if there is splitting $s_A $ to $\gamma_1 $ satisfying the compatibility relations $f_n \circ s_A = s_A \circ s_n $.</p>
<p>But even then, checking that a map $s_A~:~A \rightarrow \Lambda(A) $ is a ringmorphism is as hard as verifying the lists of identities among the $\lambda^i $. Fortunately, we get such a ringmorphism for free in the important case when A is of &#8216;characteristic zero&#8217;, that is, has no additive torsion. Then, a ringmorphism $A \rightarrow \Lambda(A) $ exists whenever we have a multiplicative set of ring endomorphisms $F_n~:~A \rightarrow A $ for all $n \in \mathbb{N}_+ $ such that for every prime number $p $ the morphism $F_p $ is a lift of the Frobenius, that is, $F_p(a) \in a^p + pA $.</p>
<p>Perhaps this captures the essence of  $\lambda $-rings best (without the risk of getting an headache) : in characteristic zero, they are the (commutative) rings having a multiplicative set of endomorphisms, generated by lifts of the Frobenius maps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/lambda-rings-for-formula-phobics.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>big Witt vectors for everyone (1/2)</title>
		<link>http://www.neverendingbooks.org/index.php/big-witt-vectors-for-everyone-12.html</link>
		<comments>http://www.neverendingbooks.org/index.php/big-witt-vectors-for-everyone-12.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 13:00:30 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[level2]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Galois]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Grothendieck]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[lambda rings]]></category>
		<category><![CDATA[Lenstra]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[Riemann]]></category>
		<category><![CDATA[Witt]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/?p=2811</guid>
		<description><![CDATA[TweetNext time you visit your math-library, please have a look whether these books are still on the shelves : Michiel Hazewinkel&#8216;s Formal groups and applications, William Fulton&#8217;s and Serge Lange&#8217;s Riemann-Roch algebra and Donald Knutson&#8217;s lambda-rings and the representation theory of the symmetric group. I wouldn&#8217;t be surprised if one or more of these books [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton2811" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fbig-witt-vectors-for-everyone-12.html&amp;text=big%20Witt%20vectors%20for%20everyone%20%281%2F2%29&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fbig-witt-vectors-for-everyone-12.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Next time you visit your math-library, please have a look whether these books are still on the shelves : <a href="http://homepages.cwi.nl/~mich/">Michiel Hazewinkel</a>&#8216;s <a href="http://books.google.com/books?id=f_s0-lTw7EIC&amp;pg=PR8&amp;lpg=PR8&amp;dq=Formal+groups+and+applications&amp;source=bl&amp;ots=HO1WUf1C8T&amp;sig=6E2h4g8Nc8-WrpZIfgZVzj8ffac&amp;hl=en&amp;ei=5htkS_bqAsfc-QbtytCqBw&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=1&amp;ved=0CA4Q6AEwAA#v=onepage&amp;q=&amp;f=false">Formal groups and applications</a>, William Fulton&#8217;s and Serge Lange&#8217;s <a href="http://books.google.com/books?id=OD3q3C-Wi-oC&amp;printsec=frontcover&amp;dq=Riemann-Roch+algebra&amp;source=bl&amp;ots=XsbxX6BTOh&amp;sig=Z1-EDxUrxPNRV-2gtiF-An_X_bY&amp;hl=en&amp;ei=NhxkS_vkBYPI-QbOsNSjBw&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=1&amp;ved=0CAkQ6AEwAA#v=onepage&amp;q=&amp;f=false">Riemann-Roch algebra</a> and Donald Knutson&#8217;s <a href="http://www.flipkart.com/lambda-rings-representation-theory-symmetric/3540061843-abz3f99zlb">lambda-rings and the representation theory of the symmetric group</a>.</p>
<p>I wouldn&#8217;t be surprised if one or more of these books are borrowed out, probably all of them to the same person. I&#8217;m afraid I&#8217;m that person in Antwerp&#8230;</p>
<p>Lately, there&#8217;s been a renewed interest in $\lambda $-rings and the endo-functor W assigning to a commutative algebra its ring of big Witt vectors, following Borger&#8217;s new proposal for a geometry over the absolute point.</p>
<p><img src="http://matrix.cmi.ua.ac.be/DATA2/Lenstrapic.jpg" style='float:left; margin-right:10px;' >However, as <a href="http://www.math.leidenuniv.nl/~hwl/">Hendrik Lenstra</a> writes in his 2002 course-notes on the subject <a href="http://math.berkeley.edu/~hwl/papers/witt.pdf">Construction of the ring of Witt vectors</a> : &#8220;The literature on the functor W is in a somewhat unsatisfactory state: nobody seems to have any interest in Witt vectors beyond applying them for a purpose, and they are often treated in appendices to papers devoting to something else; also, the construction usually depends on a set of implicit or unintelligible formulae. Apparently, anybody who wishes to understand Witt vectors needs to construct them personally. That is what is now happening to myself.&#8221;</p>
<p>Before doing a series on Borger&#8217;s paper, we&#8217;d better run through Lenstra&#8217;s elegant construction in a couple of posts. Let A be a commutative ring and consider the multiplicative group of all &#8216;one-power series&#8217; over it $\Lambda(A)=1+t A[[t]] $. Our aim is to define a commutative ring structure on $\Lambda(A) $ taking as its ADDITION the MULTIPLICATION of power series.</p>
<p>That is, if $u(t),v(t) \in \Lambda(A) $, then we define our addition $u(t) \oplus v(t) = u(t) \times v(t) $. This may be slightly confusing  as the ZERO-element in $\Lambda(A),\oplus $ will then turn be the constant power series 1&#8230;</p>
<p>We are now going to define a multiplication $\otimes $ on $\Lambda(A) $ which is distributively with respect to $\oplus $ and turns $\Lambda(A) $ into a commutative ring with ONE-element the series $~(1-t)^{-1}=1+t+t^2+t^3+\ldots $.</p>
<p>We will do this inductively, so consider $\Lambda_n(A) $ the (classes of) one-power series truncated at term n, that is, the kernel of the natural augmentation map between the multiplicative group-units $~A[t]/(t^{n+1})^* \rightarrow A^* $.<br />
Again, taking multiplication in $A[t]/(t^{n+1}) $ as a new addition rule $\oplus $, we see that $~(\Lambda_n(A),\oplus) $ is an Abelian group, whence a $\mathbb{Z} $-module.</p>
<p>For all elements $a \in A $ we have a scaling operator $\phi_a $ (sending $t \rightarrow at $) which is an A-ring endomorphism of $A[t]/(t^{n+1}) $, in particular multiplicative wrt. $\times $. But then, $\phi_a $ is an additive endomorphism of $~(\Lambda_n(A),\oplus) $, so is an element of the endomorphism-RING $End_{\mathbb{Z}}(\Lambda_n(A)) $. Because composition (being the multiplication in this endomorphism ring) of scaling operators is clearly commutative ($\phi_a \circ \phi_b = \phi_{ab} $) we can define a commutative RING $E $ being the subring of $End_{\mathbb{Z}}(\Lambda_n(A)) $ generated by the operators $\phi_a $.</p>
<p>The action turns $~(\Lambda_n(A),\oplus) $ into an E-module and we define an E-module morphism $E \rightarrow \Lambda_n(A) $ by $\phi_a \mapsto \phi_a((1-t)^{-1}) = (1-at)^{-a} $.</p>
<p>All of this looks pretty harmless, but the upshot is that we have now equipped the image of this E-module morphism, say  $L_n(A) $ (which is the additive subgroup of $~(\Lambda_n(A),\oplus) $ generated by the elements $~(1-at)^{-1} $) with a commutative multiplication $\otimes $ induced by the rule $~(1-at)^{-1} \otimes (1-bt)^{-1} = (1-abt)^{-1} $.</p>
<p>Explicitly, $L_n(A) $ is the set of one-truncated polynomials $u(t) $ with coefficients in $A $ such that one can find elements $a_1,\ldots,a_k \in A $ such that $u(t) \equiv (1-a_1t)^{-1} \times \ldots \times (1-a_k)^{-1}~mod~t^{n+1} $. We multiply $u(t) $ with another such truncated one-polynomial $v(t) $ (taking elements $b_1,b_2,\ldots,b_l \in A $) via</p>
<p>$u(t) \otimes v(t) = ((1-a_1t)^{-1} \oplus \ldots \oplus (1-a_k)^{-1}) \otimes ((1-b_1t)^{-1} \oplus \ldots \oplus (1-b_l)^{-1}) $</p>
<p>and using distributivity and the multiplication rule this gives the element $\prod_{i,j} (1-a_ib_jt)^{-1}~mod~t^{n+1} \in L_n(A) $.<br />
Being a ring-qutient of $E $ we have that $~(L_n(A),\oplus,\otimes) $ is a commutative ring, and, from the construction it is clear that  $L_n $ behaves functorially.</p>
<p>For rings $A $ such that $L_n(A)=\Lambda_n(A) $ we are done, but in general $L_n(A) $ may be strictly smaller. The idea is to use functoriality and do the relevant calculations in a larger ring $A \subset B $ where we can multiply the two truncated one-polynomials and observe that the resulting truncated polynomial still has all its coefficients in $A $.</p>
<p>Here&#8217;s how we would do this over $\mathbb{Z} $ : take two irreducible one-polynomials u(t) and v(t) of degrees r resp. s smaller or equal to n. Then over the complex numbers we have<br />
$u(t)=(1-\alpha_1t) \ldots (1-\alpha_rt) $ and $v(t)=(1-\beta_1) \ldots (1-\beta_st) $. Then, over the field $K=\mathbb{Q}(\alpha_1,\ldots,\alpha_r,\beta_1,\ldots,\beta_s) $ we have that $u(t),v(t) \in L_n(K) $ and hence we can compute their product $u(t) \otimes v(t) $ as before to be $\prod_{i,j}(1-\alpha_i\beta_jt)^{-1}~mod~t^{n+1} $. But then, all coefficients of this truncated K-polynomial are invariant under all permutations of the roots $\alpha_i $ and the roots $\beta_j $ and so is invariant under all elements of the Galois group. But then, these coefficients are algebraic numbers in $\mathbb{Q} $ whence integers. That is, $u(t) \otimes v(t) \in \Lambda_n(\mathbb{Z}) $. It should already be clear from this that the rings $\Lambda_n(\mathbb{Z}) $ contain a lot of arithmetic information!</p>
<p>For a general commutative ring $A $ we will copy this argument by considering a free overring $A^{(\infty)} $ (with 1 as one of the base elements) by formally adjoining roots. At level 1, consider $M_0 $ to be the set of all non-constant one-polynomials over $A $ and consider the ring</p>
<p>$A^{(1)} = \bigotimes_{f \in M_0} A[X]/(f) = A[X_f, f \in M_0]/(f(X_f) , f \in M_0) $</p>
<p>The idea being that every one-polynomial $f \in M_0 $ now has one root, namely $\alpha_f = \overline{X_f} $ in $A^{(1)} $. Further, $A^{(1)} $ is a free A-module with basis elements all $\alpha_f^i $ with $0 \leq i &lt; deg(f) $.</p>
<p>Good! We now have at least one root, but we can continue this process. At level 2, $M_1 $ will be the set of all non-constant one-polynomials over $A^{(1)} $ and we use them to construct the free overring $A^{(2)} $ (which now has the property that every $f \in M_0 $ has at least two roots in $A^{(2)} $). And, again, we repeat this process and obtain in succession the rings $A^{(3)},A^{(4)},\ldots $. Finally, we define $A^{(\infty)} = \underset{\rightarrow}{lim}~A^{(i)} $ having the property that every one-polynomial over A splits entirely in linear factors over $A^{(\infty)} $.</p>
<p>But then, for all $u(t),v(t) \in \Lambda_n(A) $ we can compute $u(t) \otimes v(t) \in \Lambda_n(A^{(\infty)}) $. Remains to show that the resulting truncated one-polynomial has all its entries in A. The ring $A^{(\infty)} \otimes_A A^{(\infty)} $ contains two copies of $A^{(\infty)} $ namely $A^{(\infty)} \otimes 1 $ and $1 \otimes A^{(\infty)} $ and the intersection of these two rings in exactly $A $ (here we use the freeness property and the additional fact that 1 is one of the base elements). But then, by functoriality of $L_n $, the element<br />
$u(t) \otimes v(t) \in L_n(A^{(\infty)} \otimes_A A^{(\infty)}) $ lies in the intersection $\Lambda_n(A^{(\infty)} \otimes 1) \cap \Lambda_n(1 \otimes A^{(\infty)})=\Lambda_n(A) $. Done!</p>
<p>Hence, we have endo-functors $\Lambda_n $ in the category of all commutative rings, for every number n. Reviewing the construction of $L_n $ one observes that there are natural transformations $L_{n+1} \rightarrow L_n $ and therefore also natural transformations $\Lambda_{n+1} \rightarrow \Lambda_n $. Taking the inverse limits $\Lambda(A) = \underset{\leftarrow}{lim} \Lambda_n(A) $ we therefore have the &#8216;one-power series&#8217; endo-functor<br />
$\Lambda~:~\mathbf{comm} \rightarrow \mathbf{comm} $<br />
which is &#8216;almost&#8217; the functor W of big Witt vectors. Next time we&#8217;ll take you through the identification using &#8216;ghost variables&#8217; and how the functor $\Lambda $ can be used to define the category of $\lambda $-rings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/big-witt-vectors-for-everyone-12.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

