<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: What might an expository mathematical wiki be like?</title>
	<atom:link href="http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/feed/" rel="self" type="application/rss+xml" />
	<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/</link>
	<description>Mathematics related discussions</description>
	<pubDate>Fri, 04 Jul 2008 17:47:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Tiddly Formal Math &#171; Formalized Mathematics</title>
		<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-1043</link>
		<dc:creator>Tiddly Formal Math &#171; Formalized Mathematics</dc:creator>
		<pubDate>Sun, 09 Mar 2008 15:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-1043</guid>
		<description>[...] is an old discussion on Gower&#8217;s Weblog where Gowers says &#8220;Terry’s discussion of skeleton proofs is closely [...]</description>
		<content:encoded><![CDATA[<p>[...] is an old discussion on Gower&#8217;s Weblog where Gowers says &#8220;Terry’s discussion of skeleton proofs is closely [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederick Ross</title>
		<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-868</link>
		<dc:creator>Frederick Ross</dc:creator>
		<pubDate>Wed, 26 Dec 2007 14:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-868</guid>
		<description>I think there's a clean solution to the naming problem: don't name the tricks.  Instead, just rewrite them into Dijkstra's calculational style of mathematics (predicate calculus is probably plenty for most cases).  Then you can give the tricks rigorous definitions, and point out their use in various places.

Any trick takes the form of an implication or identity, so you should be able to easily build a search system for them based on putting some rough set of structures on both sides of an equality into a search box.

For instance a search 'P = Q and R' would return all tricks consisting of decomposing something into two properties, or 'P = &#60;y \in  : P.y : y&#62;' is basically any embedding.

Such an approach is also valuable because then you can treat tricks as theorems, and make them reflexive manipulations of symbols.

Someone pointed out the design patterns stuff in software design.  The last thing you want to do is go this route, because it makes it almost impossible to reason about these structures.</description>
		<content:encoded><![CDATA[<p>I think there&#8217;s a clean solution to the naming problem: don&#8217;t name the tricks.  Instead, just rewrite them into Dijkstra&#8217;s calculational style of mathematics (predicate calculus is probably plenty for most cases).  Then you can give the tricks rigorous definitions, and point out their use in various places.</p>
<p>Any trick takes the form of an implication or identity, so you should be able to easily build a search system for them based on putting some rough set of structures on both sides of an equality into a search box.</p>
<p>For instance a search &#8216;P = Q and R&#8217; would return all tricks consisting of decomposing something into two properties, or &#8216;P = &lt;y \in  : P.y : y&gt;&#8217; is basically any embedding.</p>
<p>Such an approach is also valuable because then you can treat tricks as theorems, and make them reflexive manipulations of symbols.</p>
<p>Someone pointed out the design patterns stuff in software design.  The last thing you want to do is go this route, because it makes it almost impossible to reason about these structures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: General news &#8212; December 2007 &#171; Gowers&#8217;s Weblog</title>
		<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-819</link>
		<dc:creator>General news &#8212; December 2007 &#171; Gowers&#8217;s Weblog</dc:creator>
		<pubDate>Tue, 18 Dec 2007 23:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-819</guid>
		<description>[...] to theorem-proving techniques&#8212;will almost certainly exist in the near future. Remarkably, my earlier post on this idea  led to an offer of technical help that will be enough to turn it from a fantasy into a reality. And [...]</description>
		<content:encoded><![CDATA[<p>[...] to theorem-proving techniques&#8212;will almost certainly exist in the near future. Remarkably, my earlier post on this idea  led to an offer of technical help that will be enough to turn it from a fantasy into a reality. And [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julio</title>
		<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-697</link>
		<dc:creator>Julio</dc:creator>
		<pubDate>Wed, 28 Nov 2007 21:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-697</guid>
		<description>Terence
referring to your comment
"A mathematical-tricks wiki would be wonderful! But it is going to be more difficult to set up than other mathematics-oriented wikis. One of the first problems is that of nomenclature: mathematical theorems and objects tend to have standardised names, but mathematical tricks usually don’t; indeed, even mathematicians who use a trick routinely may not even be aware that they are doing so, except at a very non-verbal level."

This was the same problem faced by people in computer science a while back until a book came out by Erich Gamma et al  "Design Patterns: Elements of Reusable Object-Oriented Software".  

Naming software patterns, so what you describe as mathematical tricks could be name on the same token as Mathematical Patterns and be define in similar way as in the Gamma book. 
Naming the patterns in a very engaging way that is easy to remember. This will make the demonstrations of theorems once ones knows the mathematical pattern language at another level. 

see this 

http://en.wikipedia.org/wiki/Software_pattern 

for some explanation as to what a software pattern is.
If a way of naming the mathematical pattern is selected it will probably be useful to select names that remind us of the solution similar as it is done in the software pattern book.</description>
		<content:encoded><![CDATA[<p>Terence<br />
referring to your comment<br />
&#8220;A mathematical-tricks wiki would be wonderful! But it is going to be more difficult to set up than other mathematics-oriented wikis. One of the first problems is that of nomenclature: mathematical theorems and objects tend to have standardised names, but mathematical tricks usually don’t; indeed, even mathematicians who use a trick routinely may not even be aware that they are doing so, except at a very non-verbal level.&#8221;</p>
<p>This was the same problem faced by people in computer science a while back until a book came out by Erich Gamma et al  &#8220;Design Patterns: Elements of Reusable Object-Oriented Software&#8221;.  </p>
<p>Naming software patterns, so what you describe as mathematical tricks could be name on the same token as Mathematical Patterns and be define in similar way as in the Gamma book.<br />
Naming the patterns in a very engaging way that is easy to remember. This will make the demonstrations of theorems once ones knows the mathematical pattern language at another level. </p>
<p>see this </p>
<p><a href="http://en.wikipedia.org/wiki/Software_pattern" rel="nofollow">http://en.wikipedia.org/wiki/Software_pattern</a> </p>
<p>for some explanation as to what a software pattern is.<br />
If a way of naming the mathematical pattern is selected it will probably be useful to select names that remind us of the solution similar as it is done in the software pattern book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidspeyer</title>
		<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-110</link>
		<dc:creator>davidspeyer</dc:creator>
		<pubDate>Mon, 17 Sep 2007 18:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-110</guid>
		<description>A bit of self promotion: I have written a post on &lt;a href="http://sbseminar.wordpress.com/2007/09/17/that-trick-where-you-embed-the-free-group-into-a-lie-group/#more-144" rel="nofollow"&gt;"That trick where you embed the free group into a Lie group"&lt;/a&gt; Comments are welcome.</description>
		<content:encoded><![CDATA[<p>A bit of self promotion: I have written a post on <a href="http://sbseminar.wordpress.com/2007/09/17/that-trick-where-you-embed-the-free-group-into-a-lie-group/#more-144" rel="nofollow">&#8220;That trick where you embed the free group into a Lie group&#8221;</a> Comments are welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: That trick where you embed the free group into a Lie group &#171; Secret Blogging Seminar</title>
		<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-109</link>
		<dc:creator>That trick where you embed the free group into a Lie group &#171; Secret Blogging Seminar</dc:creator>
		<pubDate>Mon, 17 Sep 2007 18:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-109</guid>
		<description>[...] a comment on Tim Gowers&#8217; blog, Terry Tao suggests that embedding the free group into  has a number of applications. I&#8217;m afraid that I [...]</description>
		<content:encoded><![CDATA[<p>[...] a comment on Tim Gowers&#8217; blog, Terry Tao suggests that embedding the free group into  has a number of applications. I&#8217;m afraid that I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-55</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 13 Sep 2007 20:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-55</guid>
		<description>Dear Tim,
I find your observation that in algebraic geometry "problem-solving
techniques seem to be easier to formalize as lemmas'' very interesting.
I think that research areas are heavily influenced by their founders.
Modern algebraic geometry was given rigorous foundations by Serre
and Grothendieck. The philosophy of Grothendieck is well essayed in
NAMS 2004, issues 9-10. E.g., page 1197: 
One thing Grothendieck said was that one should never try to prove anything that is not almost obvious. ... ''if you don't see that what you are working on is almost obvious, then you are not ready to work on that yet, ...'' 
So with an ocean of definitions, I guess it is possible to find some more or less obvious relationships between them and call them lemmas. An example of what such intellectual endevours can lead to is on page 1196: 
This can be seen in the legend of the so-called "Grothendieck prime". In 
a mathematical conversation, someone suggested to Grothendieck that they should consider a particular prime number. "You mean an actual number?" Grothendieck asked. The other person replied, yes, an actual prime number. Grothendieck suggested, "All right, take 57."
It is interesting how algebraic geometry is being promoted nowadays.
E.g., an article in Wikipedia says about it: "... some of the deepest waters in the whole of mathematics, both conceptually and in terms of technique."
However, the limits of "technique" that the human brain can handle
are now well known. So, chess can be considered a very simple math game, more technical than conceptual. No human can win anymore with 
a desktop chess engine. I watched the last loss (2-4) of the world champion Kramnik with Deep Fritz (2006), a Sicilian. At some moment during the game, grandmaster commentators were hailing Kramnik's position. A few moves later, he resigned. No analysis was given after the game. The computer's play was just beyond the grandmasters' imagination
and book knowledge.</description>
		<content:encoded><![CDATA[<p>Dear Tim,<br />
I find your observation that in algebraic geometry &#8220;problem-solving<br />
techniques seem to be easier to formalize as lemmas&#8221; very interesting.<br />
I think that research areas are heavily influenced by their founders.<br />
Modern algebraic geometry was given rigorous foundations by Serre<br />
and Grothendieck. The philosophy of Grothendieck is well essayed in<br />
NAMS 2004, issues 9-10. E.g., page 1197:<br />
One thing Grothendieck said was that one should never try to prove anything that is not almost obvious. &#8230; &#8221;if you don&#8217;t see that what you are working on is almost obvious, then you are not ready to work on that yet, &#8230;&#8221;<br />
So with an ocean of definitions, I guess it is possible to find some more or less obvious relationships between them and call them lemmas. An example of what such intellectual endevours can lead to is on page 1196:<br />
This can be seen in the legend of the so-called &#8220;Grothendieck prime&#8221;. In<br />
a mathematical conversation, someone suggested to Grothendieck that they should consider a particular prime number. &#8220;You mean an actual number?&#8221; Grothendieck asked. The other person replied, yes, an actual prime number. Grothendieck suggested, &#8220;All right, take 57.&#8221;<br />
It is interesting how algebraic geometry is being promoted nowadays.<br />
E.g., an article in Wikipedia says about it: &#8220;&#8230; some of the deepest waters in the whole of mathematics, both conceptually and in terms of technique.&#8221;<br />
However, the limits of &#8220;technique&#8221; that the human brain can handle<br />
are now well known. So, chess can be considered a very simple math game, more technical than conceptual. No human can win anymore with<br />
a desktop chess engine. I watched the last loss (2-4) of the world champion Kramnik with Deep Fritz (2006), a Sicilian. At some moment during the game, grandmaster commentators were hailing Kramnik&#8217;s position. A few moves later, he resigned. No analysis was given after the game. The computer&#8217;s play was just beyond the grandmasters&#8217; imagination<br />
and book knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-56</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 13 Sep 2007 20:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-56</guid>
		<description>Dear Tim,
I find your observation that in algebraic geometry "problem-solving
techniques seem to be easier to formalize as lemmas'' very interesting.
I think that research areas are heavily influenced by their founders.
Modern algebraic geometry was given rigorous foundations by Serre
and Grothendieck. The philosophy of Grothendieck is well essayed in
NAMS 2004, issues 9-10. E.g., page 1197: 
One thing Grothendieck said was that one should never try to prove anything that is not almost obvious. ... ''if you don't see that what you are working on is almost obvious, then you are not ready to work on that yet, ...'' 
So with an ocean of definitions, I guess it is possible to find some more or less obvious relationships between them and call them lemmas. An example of what such intellectual endevours can lead to is on page 1196: 
This can be seen in the legend of the so-called "Grothendieck prime". In 
a mathematical conversation, someone suggested to Grothendieck that they should consider a particular prime number. "You mean an actual number?" Grothendieck asked. The other person replied, yes, an actual prime number. Grothendieck suggested, "All right, take 57."
It is interesting how algebraic geometry is being promoted nowadays.
E.g., an article in Wikipedia says about it: "... some of the deepest waters in the whole of mathematics, both conceptually and in terms of technique."
However, the limits of "technique" that the human brain can handle
are now well known. So, chess can be considered a very simple math game, more technical than conceptual. No human can win anymore with 
a desktop chess engine. I watched the last loss (2-4) of the world champion Kramnik with Deep Fritz (2006), a Sicilian. At some moment during the game, grandmaster commentators were hailing Kramnik's position. A few moves later, he resigned. No analysis was given after the game. The computer's play was just beyond the grandmasters' imagination
and book knowledge.</description>
		<content:encoded><![CDATA[<p>Dear Tim,<br />
I find your observation that in algebraic geometry &#8220;problem-solving<br />
techniques seem to be easier to formalize as lemmas&#8221; very interesting.<br />
I think that research areas are heavily influenced by their founders.<br />
Modern algebraic geometry was given rigorous foundations by Serre<br />
and Grothendieck. The philosophy of Grothendieck is well essayed in<br />
NAMS 2004, issues 9-10. E.g., page 1197:<br />
One thing Grothendieck said was that one should never try to prove anything that is not almost obvious. &#8230; &#8221;if you don&#8217;t see that what you are working on is almost obvious, then you are not ready to work on that yet, &#8230;&#8221;<br />
So with an ocean of definitions, I guess it is possible to find some more or less obvious relationships between them and call them lemmas. An example of what such intellectual endevours can lead to is on page 1196:<br />
This can be seen in the legend of the so-called &#8220;Grothendieck prime&#8221;. In<br />
a mathematical conversation, someone suggested to Grothendieck that they should consider a particular prime number. &#8220;You mean an actual number?&#8221; Grothendieck asked. The other person replied, yes, an actual prime number. Grothendieck suggested, &#8220;All right, take 57.&#8221;<br />
It is interesting how algebraic geometry is being promoted nowadays.<br />
E.g., an article in Wikipedia says about it: &#8220;&#8230; some of the deepest waters in the whole of mathematics, both conceptually and in terms of technique.&#8221;<br />
However, the limits of &#8220;technique&#8221; that the human brain can handle<br />
are now well known. So, chess can be considered a very simple math game, more technical than conceptual. No human can win anymore with<br />
a desktop chess engine. I watched the last loss (2-4) of the world champion Kramnik with Deep Fritz (2006), a Sicilian. At some moment during the game, grandmaster commentators were hailing Kramnik&#8217;s position. A few moves later, he resigned. No analysis was given after the game. The computer&#8217;s play was just beyond the grandmasters&#8217; imagination<br />
and book knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web 2.0 Science: Rise of the Wiki, Part I &#171; An American Physics Student in England</title>
		<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-53</link>
		<dc:creator>Web 2.0 Science: Rise of the Wiki, Part I &#171; An American Physics Student in England</dc:creator>
		<pubDate>Thu, 13 Sep 2007 18:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-53</guid>
		<description>[...] 13 Sept 07: I appear to have been partially-scooped by a fields medalist. Professor Gowers has initiated a nice discussion on the value of a wiki-based math-0-pedia. (I [...]</description>
		<content:encoded><![CDATA[<p>[...] 13 Sept 07: I appear to have been partially-scooped by a fields medalist. Professor Gowers has initiated a nice discussion on the value of a wiki-based math-0-pedia. (I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Dyer</title>
		<link>http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-51</link>
		<dc:creator>Jason Dyer</dc:creator>
		<pubDate>Thu, 13 Sep 2007 17:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://gowers.wordpress.com/2007/09/11/what-might-an-expository-mathematical-wiki-be-like/#comment-51</guid>
		<description>gowers, for your "no magic" style of proof, I am reminded of the &lt;a href="http://fermatslasttheorem.blogspot.com/" rel="nofollow"&gt;Fermat's Last Theorem blog&lt;/a&gt;. Some proofs are hyperlinked back at least five layers.</description>
		<content:encoded><![CDATA[<p>gowers, for your &#8220;no magic&#8221; style of proof, I am reminded of the <a href="http://fermatslasttheorem.blogspot.com/" rel="nofollow">Fermat&#8217;s Last Theorem blog</a>. Some proofs are hyperlinked back at least five layers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
