<?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>Michael Nielsen &#187; polymath1</title>
	<atom:link href="http://michaelnielsen.org/blog/category/polymath1/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelnielsen.org/blog</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 19:10:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>On scaling up the Polymath project</title>
		<link>http://michaelnielsen.org/blog/on-scaling-up-the-polymath-project/</link>
		<comments>http://michaelnielsen.org/blog/on-scaling-up-the-polymath-project/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 04:12:06 +0000</pubDate>
		<dc:creator>Michael Nielsen</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[polymath1]]></category>

		<guid isPermaLink="false">http://michaelnielsen.org/blog/?p=588</guid>
		<description><![CDATA[Tim Gowers has an interesting post on the problem of scaling up the Polymath project to involve more contributors. Here are a few comments on the start of Tim&#8217;s post. I&#8217;ll return to the remainder of the post tomorrow: As I have already commented, the outcome of the Polymath experiment differed in one important respect [...]]]></description>
			<content:encoded><![CDATA[<p>Tim Gowers has an <a href="http://gowers.wordpress.com/2009/03/24/can-polymath-be-scaled-up/">interesting   post</a> on the problem of scaling up the Polymath project to involve more contributors.  Here are a few comments on the start of Tim&#8217;s post.  I&#8217;ll return to the remainder of the post tomorrow:</p>
<blockquote><p>   As I have already commented, the outcome of the Polymath experiment   differed in one important respect from what I had envisaged: though   it was larger than most mathematical collaborations, it could not   really be described as massive. However, I haven’t given up all hope   of a much larger collaboration, and in this post I want to think   about ways that that might be achieved. </p></blockquote>
<p>As discussed in my <a href="http://michaelnielsen.org/blog/?p=584">earlier post</a>, I think part of the reason for the limited size was the short time-frame of the project.  The history of open source software suggests that building a large community usually takes considerably more time than Polymath had available &#8211; Polymath&#8217;s community of contributors likely grew faster than open source projects like Linux and Wikipedia.  In that sense, Polymath&#8217;s limited scale may have been in part a consequence of its own rapid success.</p>
<p>With that said, it&#8217;s not clear that the Polymath community <em>could</em> have scaled up much further, even had it taken much longer for the problem to be solved, without significant changes to the collaborative design.  The trouble with scaling conversation is that as the number of people participating goes up, the effort required to track the conversation also goes up.  The result is that beyond a certain point, participants are no longer working on the problem at hand, but instead simply trying to follow the conversation (c.f. <a href="http://en.wikipedia.org/wiki/Brooks's_law">Brooks&#8217;   law</a>). My guess is that Polymath was near that limit, and, crucially, was beyond that limit for some people who would otherwise like to have been involved.  The only way to avoid this problem is to introduce new social and technical means for structuring the conversation, limiting the amount of attention participants need to pay to each other, and so increasing the scale at which conversation can take place.  The trick is to do this without simultaneously destroying the effectiveness of the medium as a means of problem-solving.</p>
<p>(As an aside, it&#8217;s interesting to think about what properties of a technological platform make it easy to rapidly assemble and grow communities.  I&#8217;ve noticed, for example, that the communities in FriendFeed rooms can grow incredibly rapidly, under the right circumstances, and this growth seems to be a result of some very particular and clever features of the way information is propagated in FriendFeed. But that&#8217;s a discussion for another day.)</p>
<blockquote><p>   First, let me say what I think is the main rather general reason for   the failure of Polymath1 to be genuinely massive. I had hoped that   it would be possible for many people to make small contributions,   but what I had not properly thought through was the fact that even   to make a small contribution one must understand the big picture. Or   so it seems: that is a question I would like to consider here.</p>
<p>  One thing that is undeniable is that it was necessary to have a good   grasp of the big picture to contribute to Polymath1. But was that an   essential aspect of any large mathematical collaboration, or was it   just a consequence of the particular way that Polymath1 was   organized? To make this question more precise, I would like to make   a comparison with the production of open-source software (which was   of course one of the inspirations for the Polymath idea). There, it   seems, it is possible to have a large-scale collaboration in which   many of the collaborators work on very small bits of code that get   absorbed into a much larger piece of software. Now it has often   struck me that producing an elaborate mathematical proof is rather   like producing a complex piece of software (not that I have any   experience of the latter): in both cases there is a clearly defined   goal (in one case, to prove a theorem, and in the other, to produce   a program that will perform a certain task); in both cases this is   achieved by means of a sequence of strings written in a formal   language (steps of the proof, or lines of code) that have to obey   certain rules; in both cases the main product often splits into   smaller parts (lemmas, subroutines) that can be treated as black   boxes, and so on.</p>
<p>  This makes me want to ask what it is that the producers of open   software do that we did not manage to do. </p></blockquote>
<p>Here&#8217;s two immediate thoughts inspired by that question, both of which are ways large open-source projects (a) reduce barriers to entry, and (b) limit the amount of attention required from potential contributors.</p>
<p><strong>Clear separation of what is known from how it is known:</strong> In some sense, to get involved in an open source project, all you need do is understand the current source code.  (In many projects, the code is modular, which means you may only need to understand a small part of the code.)  You don&#8217;t need to understand all the previous versions of the code, or read through all the previous discussion that led to those versions.  By contrast, it was, I think, somewhat difficult to follow the Polymath project without also following a considerable fraction of the discussion along the way.</p>
<p><strong>Bugtracking:</strong> One of the common answers to the question &#8220;How can I get involved in open source?&#8221; is &#8220;Submit a bug report to your favourite open source project&#8217;s bugtracking system&#8221;.  The next step up the ladder is: &#8220;Fix a bug in the bugtracking system&#8221;. Bugtracking systems are a great way of providing an entry point for new contributors, because they narrow the scope of problems down, limiting what a new contributor needs to learn, and how many other contributors they need to pay attention to.  Of course, many bugs will be beyond a beginning contributor to fix.  But it&#8217;s easy to browse through the <a href="http://bugzilla.mozilla.org/">bug database</a> to find something within your ability to solve.  While I don&#8217;t think bugtracking is quite the right model for doing mathematics, it&#8217;s possible that a similar system for managing problems of limited scope may help in projects like Polymath.</p>
<p>More tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelnielsen.org/blog/on-scaling-up-the-polymath-project/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Polymath project: scope of participation</title>
		<link>http://michaelnielsen.org/blog/the-polymath-project-scope-of-participation/</link>
		<comments>http://michaelnielsen.org/blog/the-polymath-project-scope-of-participation/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 20:29:02 +0000</pubDate>
		<dc:creator>Michael Nielsen</dc:creator>
				<category><![CDATA[Open source]]></category>
		<category><![CDATA[polymath1]]></category>

		<guid isPermaLink="false">http://michaelnielsen.org/blog/?p=584</guid>
		<description><![CDATA[As I&#8217;ve mentioned before, over the past seven weeks mathematician Tim Gowers has been running a remarkable experiment in how mathematics is done, a project he dubbed the Polymath1 project. Using principles similar to those employed in open source programming projects, he used blogs and a wiki to organize an open mathematical collaboration attempting to [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve <a href="http://michaelnielsen.org/blog/?p=550">mentioned</a> <a href="http://michaelnielsen.org/blog/?p=555">before</a>, over the past seven weeks mathematician <a href="http://en.wikipedia.org/wiki/Timothy_Gowers">Tim Gowers</a> has been running a remarkable experiment in <em>how</em> mathematics is done, a project he dubbed the <a href="http://gowers.wordpress.com/2009/01/27/is-massively-collaborative-mathematics-possible/">Polymath1   project</a>.  Using principles similar to those employed in open source programming projects, he used blogs and a wiki to organize an open mathematical collaboration attempting to find a new proof of an important mathematical theorem known as the <a href="http://michaelnielsen.org/polymath1/index.php?title=Density_Hales-Jewett_theorem">density   Hales-Jewett (DHJ) theorem</a>. The problem was a tough one.  Gowers, an accomplished professional mathematician, initially thought that the chances of success were <a href="http://gowers.wordpress.com/2009/02/01/a-combinatorial-approach-to-density-hales-jewett/">&#8220;substantially   less than 100%&#8221;</a>, even adopting a quite modest criterion for success.</p>
<p>Last week, Gowers <a href="http://gowers.wordpress.com/2009/03/10/problem-solved-probably/">announced</a> that the problem was &#8220;probably solved&#8221;.  In fact, if the results hold up, the project has exceeded expectations.  The original goal was to find a new proof of an important special case of the DHJ theorem using a particular approach Gowers suggested (or explain why that approach failed).  This goal broadened over time, and the project appears to have found a new proof of the full theorem, using an approach different to that Gowers originally proposed.  A writeup is in progress.  Inspired by the work of Polymath1, mathematician <a href="http://www.math.ucla.edu/~timaustin/">Tim Austin</a> has <a href="http://arxiv.org/abs/0903.1633">released</a> a preprint claiming another proof of DHJ, and citing Polymath1 as crucial to his work.</p>
<p>The scope of participation in the project is remarkable.  More than 1000 mathematical comments have been written on <a href="http://gowers.wordpress.com/">Gowers&#8217; blog</a>, and the blog of <a href="http://terrytao.wordpress.com/">Terry Tao</a>, another mathematician who has taken a leading role in the project.  The <a href="http://michaelnielsen.org/polymath1/">Polymath wiki</a> has approximately 59 content pages, with 11 registered contributors, and more anonymous contributors.  It&#8217;s already a remarkable resource on the density Hales-Jewett theorem and related topics.  The <a href="http://michaelnielsen.org/polymath1/index.php?title=Timeline">project   timeline</a> shows notable mathematical contributions being made by 23 contributors to date.  This was accomplished in seven weeks.</p>
<p>The original hope was that the project would be a <a href="http://gowers.wordpress.com/2009/01/27/is-massively-collaborative-mathematics-possible/">&#8220;massive   collaboration&#8221;</a>.  Let&#8217;s suppose we take the number above (23) as representative of the number of people who made notable mathematical contributions, bearing in mind that there are obviously substantial limitations to using the timeline in this way.  (The timeline contains some pointers to notable general comments, which I have not included in this count.)  It&#8217;s certainly true that 23 people is a very large number for a mathematical collaboration &#8211; a few days into the project, Tim Gowers <a href="http://gowers.wordpress.com/2009/02/01/questions-of-procedure/#comment-1701">remarked   that</a> &#8220;this process is to normal research as driving is to pushing a car&#8221; &#8211; but it also falls well short of mass collaborations such as Linux and Wikipedia.  Gowers has remarked that <a href="http://gowers.wordpress.com/2009/03/10/polymath1-and-open-collaborative-mathematics/#more-488">&#8220;I   thought that there would be dozens of contributors, but instead the   number settled down to a handful, all of whom I knew personally&#8221;</a>.</p>
<p>These numbers take on a different flavour, however, when you note that the number of people involved compares favourably even to very successful open source collaborations, <em>at the seven-week mark</em>. <a href="http://www.theatlantic.com/doc/200609/wikipedia/3">7 weeks after   the inception of Wikipedia</a> it had approximately 150 articles.  This is considerably more than the <a href="http://michaelnielsen.org/polymath1">Polymath1 wiki</a>, but keep in mind that (a) the Polymath1 wiki is only a small part of the overall project; and (b) I doubt anyone would disagree that the average quality on the Polymath1 wiki is considerably higher. Similarly, while Linux has now received contributions from several thousand people, it took years to build that community.  6 months after Linus Torvalds first <a href="http://groups.google.com/group/comp.os.minix/browse_thread/thread/76536d1fb451ac60/b813d52cbc5a044b?_done=%2Fgroup%2Fcomp.os.minix%2Fbrowse_thread%2Fthread%2F76536d1fb451ac60%2Fb813d52cbc5a044b">announced Linux</a> there were <a href="http://groups.google.com/group/comp.os.minix/browse_thread/thread/3ee7d04d94b1e5d5/35d7b8e5468c89e0?q=#35d7b8e5468c89e0">196   people</a> on the Linux activists mailing list, but most were merely watching.  Many had not even installed Linux (at the time, a tricky operation), much less contributed substantively.  I&#8217;m willing to bet more than 196 people were following Polymath1.</p>
<p>A great deal can be said about scaling up future projects. I believe this can be done, and that there are potentially substantial further benefits.  For now, I&#8217;ll just make one remark.  Long-lived open-source collaborations sometimes start with narrowly focused goals, but they typically broaden over time, and become more open-ended, allowing the community of contributors to continue to grow over time.  That&#8217;s certainly true of Linux, whose goal &#8211; the construction of an operating system kernel &#8211; is extremely broad.  At the same time, that broad goal naturally gives rise to many focused and to some extent independent problems, which can be tackled in parallel by the development community.  It may be possible to broaden Polymath1&#8242;s goals in a natural way at this point, but it seems like an interesting challenge to at the same time retain the sharp problem-oriented focused that characterized the collaboration.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelnielsen.org/blog/the-polymath-project-scope-of-participation/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>wiki_tex.py</title>
		<link>http://michaelnielsen.org/blog/wiki_texpy/</link>
		<comments>http://michaelnielsen.org/blog/wiki_texpy/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:54:15 +0000</pubDate>
		<dc:creator>Michael Nielsen</dc:creator>
				<category><![CDATA[polymath1]]></category>

		<guid isPermaLink="false">http://michaelnielsen.org/blog/?p=582</guid>
		<description><![CDATA[I&#8217;ve written a simple python script called wiki_tex.py to help convert LaTeX to the wiki-tex used on MediaWikis like the Polymath1 wiki, and Wikipedia. It&#8217;s a stripped-down port of a similar script I use to put LaTeX on my blog &#8211; the original script is heavily customized, which is why I haven&#8217;t made it generally [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a simple python script called wiki_tex.py to help convert LaTeX to the wiki-tex used on MediaWikis like the <a href="http://michaelnielsen.org/polymath1">Polymath1 wiki</a>, and <a href="http://en.wikipedia.org/wiki/Main_Page">Wikipedia</a>.  It&#8217;s a stripped-down port of a similar script I use to put LaTeX on my blog &#8211; the original script is heavily customized, which is why I haven&#8217;t made it generally available.  </p>
<p>A zipped version of the script can be downloaded <a href="http://github.com/mnielsen/wiki_tex/zipball/master">here</a>.</p>
<p>To use the script, put a copy of the script in the directory you&#8217;re writing LaTeX in.  You also need to make sure Python is installed on your machine.  Mac and most Linuxes have it pre-installed.  Windows doesn&#8217;t, but you can get a one-click installer at the <a href="http://www.python.org/">python site</a>.  I wrote the script under Python 2.5, but would be surprised if it doesn&#8217;t work under Python 2.x.  I don&#8217;t know how it runs under the recently released Python 3.</p>
<p>To run the script, you need a command line prompt, and to have the directory set to be whatever directory you&#8217;re writing LaTeX in.  Once in the right directory, just run:</p>
<p>python wiki_tex.py filename</p>
<p>where filename.tex is the file you&#8217;re texing. Note the omission of the .tex suffix is intentional.  The script will extract everything between \begin{document} and \end{document}, convert to wiki-tex, and output a file filename0.wiki which you can cut and paste into the MediaWiki.</p>
<p>As a convenience, if you put lines of the form &#8220;%#break&#8221; into the file (these are comments, so LaTeX ignores them) then the script breaks up the resulting output into multiple files, filename0.wiki, filename1.wiki, and so on.  This is useful for compiling smaller snippets of LaTeX into wiki-tex.</p>
<p>The script is very basic.  There&#8217;s many conversions it won&#8217;t handle, but there&#8217;s quite a bit of basic stuff that it copes with just fine. I&#8217;d suggest starting with some small examples, and gradually working up in complexity.  </p>
<p>The script is also not very battle-tested.  It&#8217;s undergone a little testing, but this is well and truly alpha software.  Let me know in comments if you find bugs, and I&#8217;ll try to fix them. </p>
]]></content:encoded>
			<wfw:commentRss>http://michaelnielsen.org/blog/wiki_texpy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How changing the technology of collaboration can change the   nature of collaboration</title>
		<link>http://michaelnielsen.org/blog/how-changing-the-technology-of-collaboration-can-change-the-nature-of-collaboration/</link>
		<comments>http://michaelnielsen.org/blog/how-changing-the-technology-of-collaboration-can-change-the-nature-of-collaboration/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 16:24:47 +0000</pubDate>
		<dc:creator>Michael Nielsen</dc:creator>
				<category><![CDATA[polymath1]]></category>
		<category><![CDATA[Social software]]></category>

		<guid isPermaLink="false">http://michaelnielsen.org/blog/?p=581</guid>
		<description><![CDATA[Update: Ilya (who made the video) reports in comments that some fraction of the effect described below is an artifact. It&#8217;s hard to say how much. Here&#8217;s Ilya&#8217;s comment: Michael, apparently one of the reasons you see the explosion in commits is because Git correctly attributes the changeset to the author. In [Subversion] days, the [...]]]></description>
			<content:encoded><![CDATA[<p><b>Update:</b> <em>Ilya (who made the video) reports in comments that some fraction of the effect described below is an artifact.  It&#8217;s hard to say how much.  Here&#8217;s Ilya&#8217;s comment:</p>
<blockquote><p>
Michael, apparently one of the reasons you see the explosion in commits is because Git correctly attributes the changeset to the author. In [Subversion] days, the patch would be submitted by some author, but then one of the core team members would merge it in (under his/her name). Basically, same workflow with Git, but with proper attribution.</p>
<p>Having said that, I think seeing other people commit and get their changes merged in also encourages other developers to join in on the fray!
</p></blockquote>
<p>So it may or may not be that what&#8217;s said in the post is true.  But the video shown isn&#8217;t evidence for it.  A pity.  It&#8217;d be nice to have a clearly visualizable demonstration of this general phenomenon.<br />
</em></p>
<p><a href="http://www.igvita.com/2009/01/27/ruby-swarms-visualizing-rails-git">Ilya Grigorik</a> recently pointed me to a great example which shows vividly how even relatively modest changes in the technology of collaboration can change the nature of collaboration.  The example is from an open source project called <a href="http://rubyonrails.org/">Ruby on Rails</a>.  Ruby on Rails is a web development framework famous within the web development community &#8211; it&#8217;s been used to develop well-known sites such as <a href="http://twitter.com">twitter</a> &#8211; but, unlike, say, Linux, it&#8217;s largely unknown outside its own community.  The original developer of Ruby on Rails is a programmer named <a href="http://www.loudthinking.com/">David Heinemeier Hansson</a> who for a long time worked on the framework on his own, before other people gradually began to join him.</p>
<p>The short video below shows the history of the collaboration graphically &#8211; what you see are pieces of code being virtually shuttled backward and forward between different contributors to the collaboration.  There&#8217;s no need to watch the whole video, although it&#8217;s fun to do so: in the bottom right of the video you&#8217;ll see a date ticking over, and you can simply fast forward to January 2008, and watch until June 2008.  Here&#8217;s the video:</p>
<p>(<strong>Edit:</strong> It&#8217;s better in high definition at <a href="http://vimeo.com/2979844">Vimeo</a>.  As it is, it&#8217;s hard to see the dates &#8211; the relevant part of the video is roughly from 4:00 to 5:30.)</p>
<p><object width="510" height="290"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2979844&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2979844&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="510" height="290"></embed></object></p>
<p>What you see, very vividly, is that in April 2008, a qualitative change occurs in the collaboration.  Before April, you see a relatively slow and stately development process.  After April, that process explodes with vastly more contributors and activity.  What happened in April was this: the Ruby on Rails developers changed the tool they used to share code.  Before April they used a tool called <a href="http://subversion.tigris.org/">Subversion</a>.  In April of 2008 they <a href="http://weblog.rubyonrails.org/2008/4/2/rails-is-moving-from-svn-to-git">switched   to a new tool</a> called <a href="http://git-scm.com/">Git</a> (managed through <a href="http://github.com/">Github</a>).  As changes go, this was similar to a group of writers changing the wiki software they use to collaborate on a shared set of documents.  What&#8217;s interesting is that the effect on the collaboration was so dramatic, out of proportion to our everyday experience; it&#8217;s almost as though Ernest Hemingway had gotten a qualitative improvement in his writing by changing the type of pen he used to write.</p>
<p>I won&#8217;t say much here about the details of what caused the change. Briefly, Git and Github are a lot more social than Subversion, making it easier for people to go off and experiment with code on their own, to merge useful changes back in, and to track the activity of other people.  Git was, in fact, developed by Linus Torvalds, to help Linux development scale better.</p>
<p>The background to all this is that I&#8217;ve been collecting some thoughts about the ongoing <a href="http://gowers.wordpress.com/2009/01/27/is-massively-collaborative-mathematics-possible/">Polymath   project</a>, an experiment in open source mathematics, and the question of how projects like Polymath can be scaled up further.  I&#8217;ll have more to say about than in future posts, but for now it seemed worth describing this striking example of how changes in technology can result in changes in the nature of collaboration.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelnielsen.org/blog/how-changing-the-technology-of-collaboration-can-change-the-nature-of-collaboration/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Update on the polymath project</title>
		<link>http://michaelnielsen.org/blog/update-on-the-polymath-project/</link>
		<comments>http://michaelnielsen.org/blog/update-on-the-polymath-project/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 05:00:56 +0000</pubDate>
		<dc:creator>Michael Nielsen</dc:creator>
				<category><![CDATA[polymath1]]></category>
		<category><![CDATA[The future of science]]></category>

		<guid isPermaLink="false">http://michaelnielsen.org/blog/?p=555</guid>
		<description><![CDATA[A few brief comments on the first iteration of the polymath project, Tim Gowers&#8217; ongoing experiment in collaborative mathematics: The project is remarkably active, with nearly 300 substantive mathematical comments in just the first week. It shows few signs of slowing down. It&#8217;s perhaps not (yet) a &#8220;massively&#8221; collaborative project, but many mathematicians are contributing [...]]]></description>
			<content:encoded><![CDATA[<p>A few brief comments on the first iteration of the <a href="http://gowers.wordpress.com/2009/01/27/is-massively-collaborative-mathematics-possible/">polymath   project</a>, Tim Gowers&#8217; ongoing experiment in collaborative mathematics:
<ul>
<li> The project is remarkably active, with nearly 300 substantive   mathematical comments in just the first week.  It shows few signs   of slowing down.
<li> It&#8217;s perhaps not (yet) a &#8220;massively&#8221; collaborative project,   but many mathematicians are contributing &#8211; a quick pass over the   comments suggests that so far 14 or so people have made   substantive mathematical contributions, and it seems likely that   number will rise further.  Unsurprisingly, that number already rises   considerably if you include people who have made comments on the   collaborative process.
<li> Regardless of the outcome of the project, I expect that many   beginning research students in mathematics will find this a great   resource for understanding what research is about.  It&#8217;s a way of   seeing research mathematicians as they work &#8211; trying ideas out,   making occcasional errors, backtracking, and so on.  I suspect many   students will find this incredibly enlightening.  To pick just one   example of why this may be, my experience is that many beginning   students assume that the key to research success lies in having   great leaps of insight to solve difficult problems.  The discussion   shows something quite different: you see excellent mathematicians   following up every little lead, trying out many different approaches   to problems, seeing many, many ideas fail, and gradually aggregating   small insights, as a bigger picture only very slowly emerges.
<li> The discussion so far has been courteous and professional in the   highest degree.  I suspect such courteous and professional behaviour   greatly increases the chances of success in such a collaboration.   I&#8217;m reminded of the famous   <a href="http://www.math.ufl.edu/misc/hlrules.html">Hardy-Littlewood</a>   rules for collaboration.  Tim Gowers&#8217;   <a href="http://gowers.wordpress.com/2009/02/01/questions-of-procedure/">rules     of collaboration</a> have something of the same flavour.
<li> One might say that this courtesy and professionalism is only to   be expected, given the many professional mathematicians   participating.  Unfortunately, it&#8217;s not difficult to find excellent   blogs run by professional scientists where the comment sections are   notably less courteous and professional.  I&#8217;ll omit examples.
<li> Initially, I wasn&#8217;t so sure about the idea of using the linear   medium of blog comments to run such a project.  It seemed   restrictive to use anything less than a multi-threaded forum, if   forum software could be found that was geared towards mathematics.   (Something like Google Groups would be good, but it doesn&#8217;t provide   any way to display mathematics, so far as I&#8217;m aware.) The linear   format has worked much better than I thought it would.  Although at   times it makes the discussion difficult to follow, the linear format   has the benefit of preventing the conversation (and the   collaborative community) from fracturing too much.  This may be   something to think about for future projects.
<li> Many large-scale collaborative projects make it easy for late   entrants to make a contribution. For example, in the   <a href="http://michaelnielsen.org/blog/?p=267">Kasparov versus the     World</a> chess game, new participants could enter late in the game   and come up to speed quickly.  This was in part because of the   nature of chess (only the current board matters, not past   positions), but it was also partially because of the public analysis   tree maintained for much of the game by Irina Krush.  This acted as   a key reference point for World Team decisions, and summarized much   of the then-current best thinking about the game.  In a similar way,   many open source projects encourage late entry, with new   participants able to jump in after looking at the existing code base   (analogous to the state of the chess board), and the project wiki   (analogous to the analysis tree).  As the polymath project   continues, I hope similar points of entry will enable outsiders to   follow what is happening, and to contribute, without necessarily   having to follow the entire discussion to that point.
</ul>
]]></content:encoded>
			<wfw:commentRss>http://michaelnielsen.org/blog/update-on-the-polymath-project/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The polymath project</title>
		<link>http://michaelnielsen.org/blog/the-polymath-project/</link>
		<comments>http://michaelnielsen.org/blog/the-polymath-project/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 17:23:13 +0000</pubDate>
		<dc:creator>Michael Nielsen</dc:creator>
				<category><![CDATA[polymath1]]></category>

		<guid isPermaLink="false">http://michaelnielsen.org/blog/?p=553</guid>
		<description><![CDATA[Tim Gower&#8217;s experiment in massively collaborative mathematics is now underway. He&#8217;s dubbed it the &#8220;polymath project&#8221; &#8211; if you want to see posts related to the project, I suggest looking here. The problem to be attacked can be understood (though probably not solved) with only a little undergraduate mathematics. It concerns a result known as [...]]]></description>
			<content:encoded><![CDATA[<p>Tim Gower&#8217;s experiment in massively collaborative mathematics is now underway.  He&#8217;s dubbed it the &#8220;polymath project&#8221; &#8211; if you want to see posts related to the project, I suggest <a href="http://blogsearch.google.com/blogsearch?hl=en&#038;ie=UTF-8&#038;q=polymath1&#038;btnG=Search+Blogs">looking   here</a>. </p>
<p>The problem to be attacked can be understood (though probably not solved) with only a little undergraduate mathematics. It concerns a result known as the Density <a href="http://en.wikipedia.org/wiki/Hales-Jewett_theorem">Hales-Jewett</a> theorem.  This theorem asks us to consider the set <img src='/blog/latexrender/pictures/8dbb7c708c790f8d0c89b2d0e7645528.png' title='[ 3 ]^n' alt='[ 3 ]^n' align=absmiddle> of all length <img src='/blog/latexrender/pictures/7b8b965ad4bca0e41ab51de7b31363a1.png' title='n' alt='n' align=absmiddle> strings over the alphabet <img src='/blog/latexrender/pictures/66ce05ea43c73b8e33c74c12d0371bc9.png' title='1, 2, 3' alt='1, 2, 3' align=absmiddle>.  So, for example, <img src='/blog/latexrender/pictures/fe09f091f5c661afdf1f5069a4136735.png' title='11321' alt='11321' align=absmiddle> is in <img src='/blog/latexrender/pictures/4befe1e576a2adf2cdb14b962c9bf69e.png' title='[3]^5' alt='[3]^5' align=absmiddle>.  The theorem concerns the existence of <em>combinatorial lines</em> in subsets of <img src='/blog/latexrender/pictures/7404cd936049c15b4ecc833da09d1952.png' title='[3]^n' alt='[3]^n' align=absmiddle>.  A combinatorial line is a set of three points in <img src='/blog/latexrender/pictures/7404cd936049c15b4ecc833da09d1952.png' title='[3]^n' alt='[3]^n' align=absmiddle>, formed by taking a string with one or more wildcards in it, e.g., <img src='/blog/latexrender/pictures/2cbe69ec4ba709b4bdd94741641bb177.png' title='112*1**3\ldots' alt='112*1**3\ldots' align=absmiddle>, and replacing those wildcards by <img src='/blog/latexrender/pictures/c4ca4238a0b923820dcc509a6f75849b.png' title='1' alt='1' align=absmiddle>, <img src='/blog/latexrender/pictures/c81e728d9d4c2f636f067f89cc14862c.png' title='2' alt='2' align=absmiddle> and <img src='/blog/latexrender/pictures/eccbc87e4b5ce2fe28308fd9f2a7baf3.png' title='3' alt='3' align=absmiddle>, respectively.  In the example I&#8217;ve given, the resulting combinatorial line is:</p>
<p><img src='/blog/latexrender/pictures/f1748d7e1b091ec9c8e58eb4294e540e.png' title=' \{ 11211113\ldots, 11221223\ldots, 11231333\ldots \} ' alt=' \{ 11211113\ldots, 11221223\ldots, 11231333\ldots \} ' align=absmiddle></p>
<p>The Density Hales-Jewett theorem asserts that for any <img src='/blog/latexrender/pictures/65b1b5bbfb6ebb856c8b898af8fc277a.png' title='\delta &gt; 0' alt='\delta &gt; 0' align=absmiddle>, for sufficiently large <img src='/blog/latexrender/pictures/ae10d05fd712f15c121211cbd5a57bd0.png' title='n = n(\delta)' alt='n = n(\delta)' align=absmiddle>, all subsets of <img src='/blog/latexrender/pictures/7404cd936049c15b4ecc833da09d1952.png' title='[3]^n' alt='[3]^n' align=absmiddle> of size at least <img src='/blog/latexrender/pictures/51a0814b877b23a6277f0139dce0f078.png' title='\delta 3^n' alt='\delta 3^n' align=absmiddle> contain a combinatorial line,</p>
<p>Apparently, the original proof of the Density Hales-Jewett theorem used ergodic theory; Gowers&#8217; challenge is to find a purely combinatorial proof of the theorem.  More background can be <a href="http://gowers.wordpress.com/2009/01/30/background-to-a-polymath-project/">found   here</a>.  Serious discussion of the problem starts <a href="http://gowers.wordpress.com/2009/02/01/a-combinatorial-approach-to-density-hales-jewett/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelnielsen.org/blog/the-polymath-project/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

