<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Peter Cameron&#039;s Blog</title>
	<atom:link href="http://cameroncounts.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cameroncounts.wordpress.com</link>
	<description>always busy counting, doubting every figured guess . . .</description>
	<lastBuildDate>Fri, 27 Jan 2012 14:53:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cameroncounts.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Peter Cameron&#039;s Blog</title>
		<link>http://cameroncounts.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cameroncounts.wordpress.com/osd.xml" title="Peter Cameron&#039;s Blog" />
	<atom:link rel='hub' href='http://cameroncounts.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Catching a liar</title>
		<link>http://cameroncounts.wordpress.com/2012/01/25/catching-a-liar/</link>
		<comments>http://cameroncounts.wordpress.com/2012/01/25/catching-a-liar/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 11:08:16 +0000</pubDate>
		<dc:creator>Peter Cameron</dc:creator>
				<category><![CDATA[exposition]]></category>
		<category><![CDATA[coding theory]]></category>
		<category><![CDATA[Hamming code]]></category>
		<category><![CDATA[SymOmega]]></category>

		<guid isPermaLink="false">http://cameroncounts.wordpress.com/?p=2058</guid>
		<description><![CDATA[In logical puzzles about truth-tellers and liars, it is always assumed that the questions have just two answers; truth-tellers always give the correct answer and liars the incorrect answer. One might expect that, even in this artificial situation, a liar might be more versatile, and might set out to deceive. The French essayist Michel de [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2058&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
In logical puzzles about truth-tellers and liars, it is always assumed that the questions have just two answers; truth-tellers always give the correct answer and liars the incorrect answer. One might expect that, even in this artificial situation, a liar might be more versatile, and might set out to deceive.
</p>
<p>
The French essayist Michel de Montaigne said,</p>
<blockquote><p>
If, like the truth, falsehood had only one face, we should know better where we are, for we should then take the opposite of what a liar said to be the truth. But the opposite of the truth has a hundred thousand shapes and a limitless field.
</p></blockquote>
<p>In similar vein, the philosopher Anthony Kenny said in his doctoral thesis,</p>
<blockquote><p>
.&nbsp;.&nbsp;. all worthwhile philosophical statements express an insight;  and the opposite of an insight is not a contradictory sentence, but a muddle .&nbsp;.&nbsp;.
</p></blockquote>
<p>
Nevertheless, I will discuss a very artificial situation, where there is a series of yes-no questions, and the respondent is permitted to lie once in answering the questions. The purpose of this is to introduce coding theory, as I will discuss later. This is prompted by a post about <a href="http://symomega.wordpress.com/2012/01/09/appreciating-the-hamming-743-code/">the Hamming code of length 7</a> by John Bamberg on SymOmega recently. I am discussing the same code, and the same use of it. Unable to shed my teacher&#8217;s persona, I will attempt to pull back the screen and show what lies behind.
</p>
<p>
Unlike John&#8217;s version of the trick, mine does without the cards; you have to remember the questions, and you have to do a small amount of brainwork to find the lie. When I do this in public, I usually get it right, but sometimes fumble it.
</p>
<p>
The game works like this. Instruct your volunteer to think of a whole number between 0 and 15 (inclusive), and then to answer a few questions about it. He or she is permitted to lie to <em>at most one</em> question, but this is not compulsory; truth-telling is allowed. Here are the questions.</p>
<ol>
<li> Is the number 8 or greater? </li>
<li> Is it in the set {4,5,6,7,12,13,14,15}? </li>
<li> Is it in the set {2,3,6,7,10,11,14,15}? </li>
<li> Is it odd? </li>
<li> Is it in the set {1,2,4,7,9,10,12,15}? </li>
<li> Is it in the set {1,2,5,6,8,11,12,15}? </li>
<li> Is it in the set {1,3,4,6,8,10,13,15}? </li>
</ol>
<p>At the end, you announce both the number thought of, and the question lied to (if any).
</p>
<p>
In order to do the trick, you have to remember the following simple diagram, which is the Fano plane with a certain natural labelling. (Put the first three powers of 2, namely 1, 2, 4, at the vertices of the big triangle, and then label the third point of each line with the sum of the two points already labelled.)
</p>
<p align="center">
<img src="http://cameroncounts.files.wordpress.com/2012/01/fano.jpg?w=450" alt="The Fano plane">
</p>
<p>
Now here are the decoding rules. First we identify the lie. Record the answers to the questions in order as 1 for &#8220;yes&#8221; and 0 for &#8220;no&#8221;, obtaining a binary string of length 7. The <em>weight</em> of this string is the number of ones it contains.</p>
<ul>
<li> If the weight is 0, no lie was told. </li>
<li> If the weight is 1, the lie is in the position of the 1 in the string. </li>
<li> If the weight is 2, then the positions of the two 1s lie on a unique line; the third point on the line is the lie. </li>
<li> If the weight is 3, look at the three positions of the three 1s. If they form a line, then no lie was told. If not, then the complementary set of positions of the four 0s contains exactly one line; the point not on this line gives the lie. </li>
<li> If the weight is 4 or more, then apply the same rules as above to the positions of the zeros. </li>
</ul>
<p>Having found the lie, you can now correct it; the first four digits of the corrected string give the base&nbsp;2 representation of the number thought of.
</p>
<p>
For example, if the answers given yielded the string 0111000, you conclude that the answer to the fifth question was a lie, and the number thought of was 7.
</p>
<p>
Why does it work?
</p>
<p>
Let us get the easy part out of the way first. If we knew the correct answers to the questions, we can recover the number thought of. This is simply a matter of looking at the first four questions and noting that they ask for the four digits in the base&nbsp;2 representation of the number. In coding theory terms, these are the &#8220;information digits&#8221;, encoding the information we are trying to transmit. The remaining questions yield &#8220;check digits&#8221;, enabling errors to be spotted and fixed.
</p>
<p>
In fact, if you examine the set <i>H</i> of 16 strings produced by correct answers to the questions with each possible input, you will find two remarkable things:</p>
<ul>
<li> The set is closed under addition (mod&nbsp;2). If you look further, you find that, if we represent each number from 0 to 15 in base&nbsp;2, and regard the resulting string of length 4 as a binary vector in <i>F</i><sup>4</sup>, where <i>F</i> is the two-element field, then each question is a linear functional on this 4-dimensional space (simply observe that the set of &#8220;no&#8221; answers forms a subspace), and so the entire procedure gives a linear map from <i>F</i><sup>4</sup> to <i>F</i><sup>7</sup>, so its image is a subspace. </li>
<li> The set contains the all-0 and all-1 vectors, the seven vectors whose supports are the lines of the Fano plane, and the seven vectors whose supports are the complements of lines. </li>
</ul>
<p>It follows from these properties that any two elements of <i>H</i> differ in at least three positions. (The number of positions in which <i>v</i> and <i>w</i> differ is equal to the number of ones in <i>v</i>+<i>w</i>; if <i>v</i> and <i>w</i> belong to <i>H</i>, then so does <i>v</i>+<i>w</i>, so if non-zero it has at least three 1s.) So if we take an element of <i>H</i> and change a single coordinate (corresponding to telling a lie to one question), the result is still closer to the starting element than to any other. (If any two villages are at least 3km apart, and I walk 1km from one village, I am still closer to that village than to any other.)
</p>
<p>
So in principle, the decoding is possible; all I have to do is to run through the 16 elements of <i>H</i> and find which one differs in at most one position from the sequence produced by the answers to the questions. The procedure I gave above is a relatively simple method of doing this.
</p>
<p>
We say that <i>H</i> is a 1-<em>error-correcting code</em>. It is the famous <em>Hamming code</em> of length 7 (which, arguably, was discovered in statistics by R. A. Fisher eight years before Hamming found it, but that is another story).
</p>
<p>
In fact, <i>H</i> has the additional property that any vector in <i>F</i><sup>7</sup> differs in at most one coordinate from an element of <i>H</i>. This is because <i>H</i> contains 16 vectors, and the 16&times;7=112 vectors obtained by changing one coordinate in a vector of <i>H</i> are all distinct; and 16+112&nbsp;=&nbsp;128&nbsp;=&nbsp;2<sup>7</sup>, so every vector is accounted for. We say that <i>H</i> is a <em>perfect</em> 1-error-correcting code.
</p>
<p>
The decoding method (the way to identify the lie) I gave above is known as <em>syndrome decoding</em>.
</p>
<p>
The underlying practical situation is that we are trying to send information through a noisy channel where some distortion will occur; during transmission of a binary string, it will occasionally happen that a 0 is changed into a 1 or <em>vice versa</em>. If we can assume that it is very unlikely that more than one of every seven digits transmitted will be received incorrectly, then the Hamming code allows us to recover from the errors in almost all cases.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cameroncounts.wordpress.com/2058/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cameroncounts.wordpress.com/2058/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cameroncounts.wordpress.com/2058/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cameroncounts.wordpress.com/2058/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cameroncounts.wordpress.com/2058/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cameroncounts.wordpress.com/2058/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cameroncounts.wordpress.com/2058/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cameroncounts.wordpress.com/2058/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cameroncounts.wordpress.com/2058/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cameroncounts.wordpress.com/2058/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cameroncounts.wordpress.com/2058/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cameroncounts.wordpress.com/2058/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cameroncounts.wordpress.com/2058/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cameroncounts.wordpress.com/2058/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2058&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameroncounts.wordpress.com/2012/01/25/catching-a-liar/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa5e3161a7de7b71a531f14afacf5e95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cameroncounts</media:title>
		</media:content>

		<media:content url="http://cameroncounts.files.wordpress.com/2012/01/fano.jpg" medium="image">
			<media:title type="html">The Fano plane</media:title>
		</media:content>
	</item>
		<item>
		<title>Female mathematicians</title>
		<link>http://cameroncounts.wordpress.com/2012/01/24/female-mathematicians/</link>
		<comments>http://cameroncounts.wordpress.com/2012/01/24/female-mathematicians/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 10:23:46 +0000</pubDate>
		<dc:creator>Peter Cameron</dc:creator>
				<category><![CDATA[doing mathematics]]></category>
		<category><![CDATA[Isaac Newton Institute]]></category>

		<guid isPermaLink="false">http://cameroncounts.wordpress.com/?p=2054</guid>
		<description><![CDATA[The Isaac Newton Institute has a collection of short interviews with female mathematicians who have visited the Institute. It is described as an occasional series of interviews with female mathematical scientists. In this series we hope to showcase the achievements of inspirational women from all kinds of backgrounds and at all stages of their mathematical [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2054&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
The Isaac Newton Institute has <a href="http://www.newton.ac.uk/women/sixquestionswith/">a collection of short interviews</a> with female mathematicians who have visited the Institute. It is described as</p>
<blockquote><p>
an occasional series of interviews with female mathematical scientists. In this series we hope to showcase the achievements of inspirational women from all kinds of backgrounds and at all stages of their mathematical sciences careers. In addition, the Institute hopes that the Six questions with &#8230; series will help female mathematical scientists to share their experiences and will also encourage women to persist and excel at mathematical sciences research.
</p></blockquote>
<p>
They make very interesting reading. Most encouragingly, they show (as I am not surprised to find) that female mathematicians are as diverse as mathematicians are, both in their approach to their subject and in their advice to young women starting their careers. Moreover, some value the opportunities for networking provided by organisations like European Women in Mathematics, whereas others feel that such a label is not in the long-term interest of female mathematicians.
</p>
<p>
Here is a selection of very brief excepts on &#8220;what keeps your interest fresh?&#8221; I don&#8217;t believe any mathematician could fail to be uplifted by reading these.</p>
<ul>
<li> &#8220;There are always new things to learn and discover.&#8221; </li>
<li> &#8220;In every step of my mathematical life I discover beautiful things.&#8221; </li>
<li> &#8220;I stay interested in maths by being interested in an wide range of real world problems.&#8221; </li>
<li> &#8220;I participate in events and conferences on various mathematical themes that are not limited to my teaching area.&#8221; </li>
<li> &#8220;The beauty of stochastic processes and its multiple calculi completely seduced me, and it still does.&#8221; </li>
<li> &#8220;As I get older I see more and more questions left open by my work and the work of others.&#8221; </li>
<li> &#8220;My research interests are fuelled by contacts and interactions with other statisticians in my field.&#8221; </li>
<li> &#8220;I never felt my interest fading out &#8211; I always have some mathematics book on my bedside!&#8221; </li>
<li> &#8220;If you solve one problem in mathematics it is like opening a door, behind which you find another unsolved problem (or more than one) already waiting for you.&#8221; </li>
<li> &#8220;Maybe it is pertinent that so many of my friends are mathematicians &#8230; I talk maths to my friends. If I am stuck myself, my brain can be fired again by their enthusiasm in explaining their own work to me.&#8221; </li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cameroncounts.wordpress.com/2054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cameroncounts.wordpress.com/2054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cameroncounts.wordpress.com/2054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cameroncounts.wordpress.com/2054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cameroncounts.wordpress.com/2054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cameroncounts.wordpress.com/2054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cameroncounts.wordpress.com/2054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cameroncounts.wordpress.com/2054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cameroncounts.wordpress.com/2054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cameroncounts.wordpress.com/2054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cameroncounts.wordpress.com/2054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cameroncounts.wordpress.com/2054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cameroncounts.wordpress.com/2054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cameroncounts.wordpress.com/2054/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2054&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameroncounts.wordpress.com/2012/01/24/female-mathematicians/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa5e3161a7de7b71a531f14afacf5e95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cameroncounts</media:title>
		</media:content>
	</item>
		<item>
		<title>300</title>
		<link>http://cameroncounts.wordpress.com/2012/01/23/300/</link>
		<comments>http://cameroncounts.wordpress.com/2012/01/23/300/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 10:19:14 +0000</pubDate>
		<dc:creator>Peter Cameron</dc:creator>
				<category><![CDATA[the Web]]></category>

		<guid isPermaLink="false">http://cameroncounts.wordpress.com/?p=2050</guid>
		<description><![CDATA[This is the 300th post on the blog &#8220;Cameron Counts&#8221;. The WordPress monkeys (and others) regard this as a milestone rather than a millstone, so perhaps it is worth taking a look over the whole thing. Coincidentally, it&#8217;s my birthday, which at my age is easy to take as an excuse for navel-gazing. Wordpress provide [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2050&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
This is the 300th post on the blog &#8220;Cameron Counts&#8221;. The WordPress monkeys (and others) regard this as a milestone rather than a millstone, so perhaps it is worth taking a look over the whole thing. Coincidentally, it&#8217;s my birthday, which at my age is easy to take as an excuse for navel-gazing.
</p>
<p>
Wordpress provide their bloggers with a raft of statistics about visitors to the site: how many, where they come from, where they go to. So, for example, there are on average nearly 400 times as many site visits as there are posts. This doesn&#8217;t mean that 400 people read each post, since several things distort the figures:</p>
<ul>
<li> Someone who comments on a post may come back to see replies to her comment. </li>
<li> Most visitors come to the front page; they can read the ten most recent posts without another mouse click. </li>
<li> There are about 50 &#8220;followers&#8221; who presumably get each post delivered and don&#8217;t need to visit the site at all. They all count in the statistics, even if they ignore the post. </li>
</ul>
<p>Nevertheless, the figure gives some estimate of how many people read what I write. I do not know how many people read a mathematics paper I publish, on average, but it is probably not more than this.
</p>
<p>
It is also easy to find from the statistics page which are the most popular posts of all time. Of course, the front page wins by a large margin. But of individual posts, the top five (with numbers of views) are:</p>
<ul>
<li> Geomagic squares (1,965) </li>
<li> Campaign for real mathematics (1,213) </li>
<li> A fair coin (1,014) </li>
<li> Lewis Carroll and algebra (1,002) </li>
<li> The symmetric group, 2 (999) </li>
</ul>
<p>
The post on geomagic squares got a lot of hits because, about the time I posted this, there were articles in <em>The Observer</em> and <em>New Scientist</em> about geomagic squares, by two of my favourite mathematical journalists, Alex Bellos and Jacob Aron. People looking for pretty patterns would not have found them in my post, but I do think that there is a theory here waiting to be developed for arbitrary group actions, and I hope to return to this some day.
</p>
<p>
Other popular posts are the series on the symmetric group, and the post on using different fonts in LaTeX documents. I hope that these continue to attract readers because they are useful. (There hasn&#8217;t been another post on the symmetric group for a while. There will be more, but I want to talk next about representations, and this will require a bit of background.)
</p>
<p>
But something else has happened as the result of this blog. When I posted about a problem of Dennis Lin on what I called &#8220;hot&#8221; and &#8220;cold&#8221; matrices, Will Orrick and Gordon Royle made contributions which took our understanding of the problem further. I also got useful information from Christian Elsholtz about the number theory behind my brief recent post on the density of numbers of the form <i>x</i><sup>2</sup>+3<i>y</i><sup>2</sup>.
</p>
<p>
From things like this, I learn a lot, and this helps to make the enterprise worthwhile from my point of view: it produces new mathematical insights.
</p>
<p>
So the rants keep me sane, the expositions are possibly useful to others, and the discussions of mathematical problems advance the subject. Good enough reason to continue? I think so.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cameroncounts.wordpress.com/2050/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cameroncounts.wordpress.com/2050/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cameroncounts.wordpress.com/2050/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cameroncounts.wordpress.com/2050/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cameroncounts.wordpress.com/2050/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cameroncounts.wordpress.com/2050/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cameroncounts.wordpress.com/2050/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cameroncounts.wordpress.com/2050/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cameroncounts.wordpress.com/2050/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cameroncounts.wordpress.com/2050/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cameroncounts.wordpress.com/2050/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cameroncounts.wordpress.com/2050/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cameroncounts.wordpress.com/2050/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cameroncounts.wordpress.com/2050/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2050&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameroncounts.wordpress.com/2012/01/23/300/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa5e3161a7de7b71a531f14afacf5e95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cameroncounts</media:title>
		</media:content>
	</item>
		<item>
		<title>Collaboration</title>
		<link>http://cameroncounts.wordpress.com/2012/01/19/collaboration/</link>
		<comments>http://cameroncounts.wordpress.com/2012/01/19/collaboration/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 09:07:31 +0000</pubDate>
		<dc:creator>Peter Cameron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bob Dylan]]></category>
		<category><![CDATA[Jacques Levy]]></category>

		<guid isPermaLink="false">http://cameroncounts.wordpress.com/?p=2045</guid>
		<description><![CDATA[Every collaboration I have had with a mathematical colleague is different; maybe there are some broad types. A couple of my collaborators I met for the first time years after our joint papers were published. In some cases, the work was divided up and each person did his or her part. But the most exciting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2045&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
Every collaboration I have had with a mathematical colleague is different; maybe there are some broad types. A couple of my collaborators I met for the first time years after our joint papers were published. In some cases, the work was divided up and each person did his or her part. But the most exciting collaborations are those where the contributions are so tangled up that it is quite impossible to say who did what. A student of mine once described such a collaboration by saying that each of the two authors did 70% of the work. This statement would, I am sure, be angrily dismissed by the administrators who have to assign credit for joint research to individuals; but anyone who has had such a collaboration will know that this is indeed how it is.
</p>
<p>
I had a feeling of familiarity when I came across an account of the collaboration between Bob Dylan and Jacques Levy which led to the writing of most of the songs on Dylan&#8217;s <em>Desire</em> album.
</p>
<p>
Here is Dylan&#8217;s account of the writing of the first song, &#8220;Isis&#8221;:</p>
<blockquote><p>
I had bits and pieces of some songs I was working on and I played them for him on the piano, and asked him if they meant anything to him, and he took it someplace else and then I took it someplace else, then he went further, then I went further and it wound up that we had this song.
</p></blockquote>
<p>And here is Levy&#8217;s account of the same incident:</p>
<blockquote><p>
He had the general feeling of the song but hadn&#8217;t got further &#8230; so now what? &#8230; So the two of us started working on that together. I started writing words, then he would say: `Well, no, how about this, how about that?&#8217; &ndash; a totally co-operative venture. It was just extraordinary, the two of us started to get hot together. And we began to work on this thing and we just kept going with it, and we&#8217;d stop and we didn&#8217;t know where the story was going to go next &#8230; we were just having a great time and coming up with one verse after another &#8230; and we kept on going until five in the morning and we finished the song &#8230; It&#8217;s impossible to remember now who did what, it&#8217;s like we&#8217;d push each other in the sense that he&#8217;d have an idea then I&#8217;d have an idea until we&#8217;d finally got to a point where we both recognized what the right idea was and what the right words were and whether it came from him or me it doesn&#8217;t make a difference.
</p></blockquote>
<p>
This, incidentally, is from <em>All Across the Telegraph</em>, a collection edited by Michael Gray and John Bauldie, and maybe the best book on Bob Dylan I know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cameroncounts.wordpress.com/2045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cameroncounts.wordpress.com/2045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cameroncounts.wordpress.com/2045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cameroncounts.wordpress.com/2045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cameroncounts.wordpress.com/2045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cameroncounts.wordpress.com/2045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cameroncounts.wordpress.com/2045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cameroncounts.wordpress.com/2045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cameroncounts.wordpress.com/2045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cameroncounts.wordpress.com/2045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cameroncounts.wordpress.com/2045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cameroncounts.wordpress.com/2045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cameroncounts.wordpress.com/2045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cameroncounts.wordpress.com/2045/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2045&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameroncounts.wordpress.com/2012/01/19/collaboration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa5e3161a7de7b71a531f14afacf5e95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cameroncounts</media:title>
		</media:content>
	</item>
		<item>
		<title>Off-air tomorrow</title>
		<link>http://cameroncounts.wordpress.com/2012/01/17/off-air-tomorrow/</link>
		<comments>http://cameroncounts.wordpress.com/2012/01/17/off-air-tomorrow/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 16:42:04 +0000</pubDate>
		<dc:creator>Peter Cameron</dc:creator>
				<category><![CDATA[maybe politics]]></category>
		<category><![CDATA[the Web]]></category>
		<category><![CDATA[SOPA]]></category>

		<guid isPermaLink="false">http://cameroncounts.wordpress.com/?p=2041</guid>
		<description><![CDATA[This blog will be off-air tomorrow as part of the anti-SOPA protest. I won&#8217;t go into the debate here: see the Wikipedia statement, or comments on the blogs by Paul Goldberg and Tim Gowers.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2041&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
This blog will be off-air tomorrow as part of the anti-SOPA protest.
</p>
<p>
I won&#8217;t go into the debate here: see the <a href="http://wikimediafoundation.org/wiki/English_Wikipedia_anti-SOPA_blackout">Wikipedia statement</a>, or comments on the blogs by Paul Goldberg and Tim Gowers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cameroncounts.wordpress.com/2041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cameroncounts.wordpress.com/2041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cameroncounts.wordpress.com/2041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cameroncounts.wordpress.com/2041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cameroncounts.wordpress.com/2041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cameroncounts.wordpress.com/2041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cameroncounts.wordpress.com/2041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cameroncounts.wordpress.com/2041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cameroncounts.wordpress.com/2041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cameroncounts.wordpress.com/2041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cameroncounts.wordpress.com/2041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cameroncounts.wordpress.com/2041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cameroncounts.wordpress.com/2041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cameroncounts.wordpress.com/2041/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2041&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameroncounts.wordpress.com/2012/01/17/off-air-tomorrow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa5e3161a7de7b71a531f14afacf5e95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cameroncounts</media:title>
		</media:content>
	</item>
		<item>
		<title>Mathematics today</title>
		<link>http://cameroncounts.wordpress.com/2012/01/17/mathematics-today/</link>
		<comments>http://cameroncounts.wordpress.com/2012/01/17/mathematics-today/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 13:37:59 +0000</pubDate>
		<dc:creator>Peter Cameron</dc:creator>
				<category><![CDATA[mathematics]]></category>
		<category><![CDATA[Science in Parliament]]></category>

		<guid isPermaLink="false">http://cameroncounts.wordpress.com/?p=2037</guid>
		<description><![CDATA[A recent &#8220;Science in Parliament&#8221; meeting resulted in a lovely article by Ken Brown and Paul Glendinning, entitled Mathematics Today, on the current state of UK mathematics. They do not shrink from discussing conflicts between the EPSRC-commissioned International Review of UK Mathematics and EPSRC policy. Worth reading! Photos of the authors are by the redoubtable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2037&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
A recent &#8220;Science in Parliament&#8221; meeting resulted in a lovely article by Ken Brown and Paul Glendinning, entitled <a href="http://www.vmine.net/scienceinparliament/sip68-4-14.pdf">Mathematics Today</a>, on the current state of UK mathematics. They do not shrink from discussing conflicts between the EPSRC-commissioned International Review of UK Mathematics and EPSRC policy. Worth reading!
</p>
<p>
Photos of the authors are by the redoubtable Marc Atkins.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cameroncounts.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cameroncounts.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cameroncounts.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cameroncounts.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cameroncounts.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cameroncounts.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cameroncounts.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cameroncounts.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cameroncounts.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cameroncounts.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cameroncounts.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cameroncounts.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cameroncounts.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cameroncounts.wordpress.com/2037/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2037&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameroncounts.wordpress.com/2012/01/17/mathematics-today/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa5e3161a7de7b71a531f14afacf5e95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cameroncounts</media:title>
		</media:content>
	</item>
		<item>
		<title>The De Morgan Journal</title>
		<link>http://cameroncounts.wordpress.com/2012/01/17/the-de-morgan-journal/</link>
		<comments>http://cameroncounts.wordpress.com/2012/01/17/the-de-morgan-journal/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 12:01:14 +0000</pubDate>
		<dc:creator>Peter Cameron</dc:creator>
				<category><![CDATA[the LMS]]></category>
		<category><![CDATA[the Web]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://cameroncounts.wordpress.com/?p=2033</guid>
		<description><![CDATA[A few months ago, the London Mathematical Society introduced, without much fanfare, the De Morgan Journal, a &#8220;journal and blog on mathematics education and policy&#8221;. It can be found at http://education.lms.ac.uk/. As the name implies, it does two jobs: it has papers (which can be substantial and presumably pass through some kind of editorial process), [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2033&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
A few months ago, the London Mathematical Society introduced, without much fanfare, the De Morgan Journal, a &#8220;journal and blog on mathematics education and policy&#8221;. It can be found at <a href="http://education.lms.ac.uk/">http://education.lms.ac.uk/</a>.
</p>
<p>
As the name implies, it does two jobs: it has papers (which can be substantial and presumably pass through some kind of editorial process), and blog posts (which so far are typically reports of things which have appeared elsewhere: some politician makes a speech about maths or IT in schools, or someone compares maths teaching in the USA and Finland, or whatever).
</p>
<p>
The very first paper is a reprint of a short article by the eponymous Augustus De Morgan, who was also founder and first president of the London Mathematical Society, about teaching induction &ndash; this first appeared in the <em>Penny Cyclopedia</em> in 1838. Two further papers have appeared: Roger Howe on &#8220;Three pillars of first grade mathematics&#8221;, and David Tall on &#8220;Perceptions, operations and proof in undergraduate mathematics&#8221;. Neither have attracted any comments as yet.
</p>
<p>
Some of the posts are more controversial. One reports a study in the USA which shows that</p>
<blockquote><p>
Elementary- and middle-school teachers who help raise their students&#8217; standardized-test scores seem to have a wide-ranging, lasting positive effect on those students&#8217; lives beyond academics, including lower teenage-pregnancy rates and greater college matriculation and adult earnings.
</p></blockquote>
<p>It is not clear whether these teachers raise their students&#8217; test scores by the excellence of their teaching, or by encouraging cheating or feeding the students the test questions in advance. But even this post has not attracted a reply.
</p>
<p>
This journal and blog is clearly intended to be a forum. I am sure that people who read my blog will have opinions on some of the topics discussed there. Why not take a look, and make a comment, make a posting, or even submit a paper?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cameroncounts.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cameroncounts.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cameroncounts.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cameroncounts.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cameroncounts.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cameroncounts.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cameroncounts.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cameroncounts.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cameroncounts.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cameroncounts.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cameroncounts.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cameroncounts.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cameroncounts.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cameroncounts.wordpress.com/2033/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2033&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameroncounts.wordpress.com/2012/01/17/the-de-morgan-journal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa5e3161a7de7b71a531f14afacf5e95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cameroncounts</media:title>
		</media:content>
	</item>
		<item>
		<title>Paper</title>
		<link>http://cameroncounts.wordpress.com/2012/01/16/paper/</link>
		<comments>http://cameroncounts.wordpress.com/2012/01/16/paper/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 17:28:46 +0000</pubDate>
		<dc:creator>Peter Cameron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cameroncounts.wordpress.com/?p=2030</guid>
		<description><![CDATA[Einstein said something like this: If a cluttered desk is a sign of a cluttered mind, of what is an empty desk a sign? Unfortunately the administration here, in the belief that they are wiser than Einstein, have decided to target two professors in the School of Mathematical Sciences who have cluttered minds. One of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2030&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
Einstein said something like this:</p>
<blockquote><p>
If a cluttered desk is a sign of a cluttered mind, of what is an empty desk a sign?
</p></blockquote>
<p>
Unfortunately the administration here, in the belief that they are wiser than Einstein, have decided to target two professors in the School of Mathematical Sciences who have cluttered minds.
</p>
<p>
One of these professors has been threatened with the cancellation of permission for a research visit. The other has been told that the Vice-Principal himself will come and supervise the tidying of his office. (This is the same Vice-Principal that, as I mentioned earlier, says with pride that he acts first and thinks later.)
</p>
<p>
It seems to me that there is something a bit amiss with the priorities here&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cameroncounts.wordpress.com/2030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cameroncounts.wordpress.com/2030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cameroncounts.wordpress.com/2030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cameroncounts.wordpress.com/2030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cameroncounts.wordpress.com/2030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cameroncounts.wordpress.com/2030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cameroncounts.wordpress.com/2030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cameroncounts.wordpress.com/2030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cameroncounts.wordpress.com/2030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cameroncounts.wordpress.com/2030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cameroncounts.wordpress.com/2030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cameroncounts.wordpress.com/2030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cameroncounts.wordpress.com/2030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cameroncounts.wordpress.com/2030/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2030&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameroncounts.wordpress.com/2012/01/16/paper/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa5e3161a7de7b71a531f14afacf5e95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cameroncounts</media:title>
		</media:content>
	</item>
		<item>
		<title>The probability of conjugacy</title>
		<link>http://cameroncounts.wordpress.com/2012/01/15/the-probability-of-conjugacy/</link>
		<comments>http://cameroncounts.wordpress.com/2012/01/15/the-probability-of-conjugacy/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 14:05:47 +0000</pubDate>
		<dc:creator>Peter Cameron</dc:creator>
				<category><![CDATA[exposition]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[analytic combinatorics]]></category>
		<category><![CDATA[conjugacy]]></category>
		<category><![CDATA[Frobenius groups]]></category>

		<guid isPermaLink="false">http://cameroncounts.wordpress.com/?p=2025</guid>
		<description><![CDATA[Last week John Britnell spoke in the London Algebra Colloquium. He talked about joint work with Simon Blackburn and Mark Wildon (the preprint is here), and remarked that since they are both at Royal Holloway and he is in Bristol, it would have been cheaper for the Colloquium to have invited one of them instead. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2025&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
Last week John Britnell spoke in the London Algebra Colloquium. He talked about joint work with Simon Blackburn and Mark Wildon (the preprint is <a href="http://arxiv.org/abs/1108.1784">here</a>), and remarked that since they are both at Royal Holloway and he is in Bristol, it would have been cheaper for the Colloquium to have invited one of them instead.
</p>
<p>
The talk was on a very natural question which, remarkably, has not been considered before:</p>
<blockquote><p>
Given a finite group <i>G</i>, what is the probability &kappa;(<i>G</i>) that two (independent uniform) random elements of <i>G</i> are conjugate?
</p></blockquote>
<p>
The talk was in three parts, of which the most substantial part concerned groups for which this probability is &#8220;large&#8221;. It is at most 1/2 for any non-trivial group, since given the first element, the size of its conjugacy class is not more than half of the group order. On the other hand, the main theorem of BBW asserts that, if &kappa;(<i>G</i>)&nbsp;&ge;&nbsp;1/4, then either <i>G</i> is the semi-direct product of an abelian group <i>A</i> of odd order with a group of order 2 inverting <i>A</i>, or <i>G</i> is one of finitely many exceptions (the largest of which has order 60). It follows that 1/4 is the largest limit point of values of &kappa;(<i>G</i>).
</p>
<p>
More generally, if <i>H</i> is a finite group which is a Frobenius complement, then the number &kappa;(<i>H</i>)&minus;1/|<i>H</i>|<sup>2</sup> is a limit point of the values of &kappa;(<i>G</i>) over Frobenius groups <i>G</i> having Frobenius complement <i>H</i>.
</p>
<p>
This provoked some discussion. Charles Leedham-Green remarked that these limit points are values of &kappa;(<i>G</i>) (suitably defined) for profinite groups <i>G</i>, and wondered if perhaps every limit point was the value of &kappa; for some profinite group. This is a question for which a proof seems out of reach with present knowledge; but perhaps a counterexample would be easier.
</p>
<p>
The second topic concerned groups for which the probability is &#8220;small&#8221;. In these cases it is better to consider the parameter |<i>G</i>|&kappa;(<i>G</i>) instead. The value of this parameter is at least 1, with equality if and only if <i>G</i> is abelian. They show that, if <i>G</i> is non-abelian, then the value of the parameter is at least 7/4, with equality if and only if the centre of <i>G</i> has index 4.
</p>
<p>
This is reminiscent of a result for the probability that two random elements commute, which is 1 for abelian groups, and for non-abelian groups is at most 5/8, with equality if and only if the centre has index 4. It is not coincidence that something like this happens; John remarked that both |<i>G</i>|&kappa;(<i>G</i>) and the probability that two elements commute are invariant under isoclinism.
</p>
<p>
[In any group <i>G</i>, the commutator map induces a function from (<i>G</i>/<i>Z</i>(<i>G</i>))&times;(<i>G</i>/<i>Z</i>(<i>G</i>)) to the derived group <i>G</i>'; two groups <i>G</i> and <i>H</i> are <em>isoclinic</em> if there are isomorphisms <i>G</i>/<i>Z</i>(<i>G</i>)&rarr;<i>H</i>/<i>Z</i>(<i>H</i>) and <i>G</i>'&rarr;<i>H</i>' which respect the commutator map.]
</p>
<p>
The final part concerned an intermediate class of groups, the symmetric groups. Here, John admitted that they had been <a href="http://arxiv.org/abs/math/0606370">scooped</a> by a French team consisting of Flajolet, Fusy, Gourdon, Panario and Pouyanne. (This doesn&#8217;t contradict the statement that nobody had looked at the problem before, since for the symmetric group it is purely combinatorial: what is the probability that two random permutations have the same cycle structure?) The result is that &kappa;(<i>S<sub>n</sub></i>) is asymptotically <i>c</i>/<i>n</i><sup>2</sup>, where (in a nice piece of self-reference) the constant <i>c</i> is the sum, over all <i>n</i>, of the values of &kappa;(<i>S<sub>n</sub></i>). (The constant is about 4.26.) The proof by FFGPP, as you would expect, uses methods of analytic combinatorics, whereas BBW have a more elementary, though computational, proof. Incidentally, the value of <i>n</i><sup>2</sup>&kappa;(<i>S<sub>n</sub></i>) is maximised when <i>n</i>=13, the maximum being about 5.48.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cameroncounts.wordpress.com/2025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cameroncounts.wordpress.com/2025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cameroncounts.wordpress.com/2025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cameroncounts.wordpress.com/2025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cameroncounts.wordpress.com/2025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cameroncounts.wordpress.com/2025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cameroncounts.wordpress.com/2025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cameroncounts.wordpress.com/2025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cameroncounts.wordpress.com/2025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cameroncounts.wordpress.com/2025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cameroncounts.wordpress.com/2025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cameroncounts.wordpress.com/2025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cameroncounts.wordpress.com/2025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cameroncounts.wordpress.com/2025/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2025&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameroncounts.wordpress.com/2012/01/15/the-probability-of-conjugacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa5e3161a7de7b71a531f14afacf5e95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cameroncounts</media:title>
		</media:content>
	</item>
		<item>
		<title>Making easy things hard</title>
		<link>http://cameroncounts.wordpress.com/2012/01/09/making-easy-things-hard/</link>
		<comments>http://cameroncounts.wordpress.com/2012/01/09/making-easy-things-hard/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 09:39:05 +0000</pubDate>
		<dc:creator>Peter Cameron</dc:creator>
				<category><![CDATA[doing mathematics]]></category>
		<category><![CDATA[Euler]]></category>

		<guid isPermaLink="false">http://cameroncounts.wordpress.com/?p=2018</guid>
		<description><![CDATA[Have you had the experience of having an ingenious proof of something, going through many twists and turns and using surprising results from all over the place, which turned out to be completely unnecessary because a very much simpler argument would do? Ian Wanless and I needed to know that the following result is true: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2018&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
Have you had the experience of having an ingenious proof of something, going through many twists and turns and using surprising results from all over the place, which turned out to be completely unnecessary because a very much simpler argument would do?
</p>
<p>
Ian Wanless and I needed to know that the following result is true:</p>
<blockquote><p>
Let <i>S</i> be the set of positive integers <i>n</i> with the property that the prime-power factors of <i>n</i> are congruent to 0 or 1 (mod&nbsp;3). Then, for any positive integer <i>n</i>, there is a member of <i>S</i> between <i>n</i> and <i>n</i>+<i>o</i>(<i>n</i>).
</p></blockquote>
<p>The proof went like this. A theorem of Euler asserts that a prime number <i>p</i> can be written in the form <i>x</i><sup>2</sup>+3<i>y</i><sup>2</sup> if and only if it is congruent to 0 or 1 (mod&nbsp;3). Using this and a multiplicative identity asserting that the product of two numbers of the form <i>x</i><sup>2</sup>+3<i>y</i><sup>2</sup> again has this form, it follows that our set <i>S</i> consists of all integers expressible in this form. Now these representatations correspond to integer lattice points lying on a certain ellipse. Using a geometric argument it is easy to see that, if we take the ellipse <i>x</i><sup>2</sup>+3<i>y</i><sup>2</sup>=<i>n</i> and expand it by a small factor, we catch a new lattice point, and so find a new member of <i>S</i>.
</p>
<p>
The proof <em>should</em> have gone like this. The set <i>S</i> contains the set of squares, which clearly has the required density property.
</p>
<p>
But the nice thing is that I don&#8217;t have to feel stupid about this. I learned some number theory on the way, and had some good practice in doing estimates using Euclidean geometry.
</p>
<p>
Even better, the simple argument generalises and proves much more!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cameroncounts.wordpress.com/2018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cameroncounts.wordpress.com/2018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cameroncounts.wordpress.com/2018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cameroncounts.wordpress.com/2018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cameroncounts.wordpress.com/2018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cameroncounts.wordpress.com/2018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cameroncounts.wordpress.com/2018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cameroncounts.wordpress.com/2018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cameroncounts.wordpress.com/2018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cameroncounts.wordpress.com/2018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cameroncounts.wordpress.com/2018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cameroncounts.wordpress.com/2018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cameroncounts.wordpress.com/2018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cameroncounts.wordpress.com/2018/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameroncounts.wordpress.com&amp;blog=7731349&amp;post=2018&amp;subd=cameroncounts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameroncounts.wordpress.com/2012/01/09/making-easy-things-hard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa5e3161a7de7b71a531f14afacf5e95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cameroncounts</media:title>
		</media:content>
	</item>
	</channel>
</rss>
